Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macro | Jason Ekstrand | 2015-01-15 | 1 | -36/+36 |
* | nir/from_ssa: Clean up parallel copy handling and document it better | Jason Ekstrand | 2015-01-15 | 1 | -58/+92 |
* | nir: Rename nir_block_following_if to nir_block_get_following_if | Jason Ekstrand | 2015-01-15 | 1 | -1/+1 |
* | nir: Make load_const SSA-only | Jason Ekstrand | 2015-01-15 | 1 | -0/+6 |
* | nir: Call nir_metadata_preserve more places | Jason Ekstrand | 2015-01-15 | 1 | -0/+3 |
* | nir/metadata: Rename metadata_dirty to metadata_preserve | Jason Ekstrand | 2015-01-15 | 1 | -2/+4 |
* | nir: Don't require a function in ssa_def_init | Jason Ekstrand | 2015-01-15 | 1 | -2/+2 |
* | nir/from_ssa: Don't lower constant SSA values to registers | Jason Ekstrand | 2015-01-15 | 1 | -8/+32 |
* | nir: Add a better out-of-SSA pass | Jason Ekstrand | 2015-01-15 | 1 | -73/+716 |
* | nir: Add a function to detect if a block is immediately followed by an if | Jason Ekstrand | 2015-01-15 | 1 | -6/+3 |
* | nir: Add a naieve from-SSA pass | Jason Ekstrand | 2015-01-15 | 1 | -0/+193 |