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 | ||||
* | AArch64: map bare-metal arm64-macho triple to MachO MC layer. | Tim Northover | 2015-06-12 | 1 | -0/+12 |
Far better than an assertion about expecting ELF. llvm-svn: 239647 |