Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Use hash table cloning in copy propagation | Thomas Helland | 2018-03-14 | 1 | -12/+5 |
* | glsl: Remove spurious assertions | Ian Romanick | 2017-10-02 | 1 | -2/+0 |
* | glsl: Move 'foo = foo;' optimization to opt_dead_code_local | Ian Romanick | 2017-10-02 | 1 | -12/+7 |
* | glsl: use set for copy propagation kills | Timothy Arceri | 2017-03-18 | 1 | -37/+28 |
* | glsl: Make copy propagation not panic when it sees an intrinsic. | Kenneth Graunke | 2017-01-17 | 1 | -4/+27 |
* | glsl: use the linear allocator in opt_copy_propagation | Marek Olšák | 2016-10-31 | 1 | -1/+6 |
* | glsl: use hash instead of exec_list in copy propagation | Tapani Pälli | 2016-09-09 | 1 | -51/+41 |
* | glsl: fix uninitialized instance variable | Jan Ziak | 2016-07-29 | 1 | -0/+1 |
* | glsl: Make opt_copy_propagation actually propagate into loops. | Kenneth Graunke | 2016-06-06 | 1 | -6/+24 |
* | glsl: Don't copy propagate or tree graft precise values. | Kenneth Graunke | 2016-04-12 | 1 | -1/+2 |
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -0/+352 |