Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GlobalISel: rename legalizer components to match others. | Tim Northover | 2016-10-14 | 1 | -1/+1 |
| | | | | | | | | | | The previous names were both misleading (the MachineLegalizer actually contained the info tables) and inconsistent with the selector & translator (in having a "Machine") prefix. This should make everything sensible again. The only functional change is the name of a couple of command-line options. llvm-svn: 284287 | ||||
* | BranchRelaxation: Account for function alignment | Matt Arsenault | 2016-10-06 | 1 | -0/+29 |
llvm-svn: 283462 |