Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [RDF] Replace RegisterAliasInfo with target-independent code using lane masks | Krzysztof Parzyszek | 2016-10-03 | 1 | -64/+0 |
| | | | | llvm-svn: 283122 | ||||
* | [RDF] Add initial support for lane masks in the DFG | Krzysztof Parzyszek | 2016-09-22 | 1 | -10/+14 |
| | | | | | | | Use lane masks for calculating covering and aliasing of register references. llvm-svn: 282194 | ||||
* | [Hexagon] Implement RDF-based post-RA optimizations | Krzysztof Parzyszek | 2016-01-12 | 1 | -0/+60 |
- Handle simple cases of register copies (what current RDF CP allows). - Hexagon-specific dead code elimination: handles dead address updates in post-increment instructions. llvm-svn: 257504 |