Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/search: Allow for matching variables based on types | Jason Ekstrand | 2015-01-29 | 1 | -0/+11 |
* | nir/search: Add support for matching unknown constants | Jason Ekstrand | 2015-01-29 | 1 | -0/+6 |
* | nir: Use pointers for nir_src_copy and nir_dest_copy | Jason Ekstrand | 2015-01-26 | 1 | -2/+2 |
* | nir: Make an easier helper for setting up SSA defs. | Eric Anholt | 2015-01-22 | 1 | -5/+3 |
* | nir: Stop using designated initializers | Jason Ekstrand | 2015-01-21 | 1 | -20/+12 |
* | nir/search: Use nir_op_infos to determine if an operation is commutative | Jason Ekstrand | 2015-01-15 | 1 | -33/+2 |
* | nir: Make load_const SSA-only | Jason Ekstrand | 2015-01-15 | 1 | -6/+4 |
* | nir: Add an expression matching framework | Jason Ekstrand | 2015-01-15 | 1 | -0/+364 |