| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Detemplatize LOHDirective. | Benjamin Kramer | 2014-03-29 | 1 | -3/+0 |
| | | | | | | | | | | | | The ARM64 backend uses it only as a container to keep an MCLOHType and Arguments around so give it its own little copy. The other functionality isn't used and we had a crazy method specialization hack in place to keep it working. Unfortunately that was incompatible with MSVC. Also range-ify a couple of loops while at it. llvm-svn: 205114 | ||||
| * | MachO: Add linker-optimisation hint framework to MC. | Tim Northover | 2014-03-29 | 1 | -0/+30 |
| Another part of the ARM64 backend (so tests will be following soon). This is currently used by the linker to relax adrp/ldr pairs into nops where possible, though could well be more broadly applicable. llvm-svn: 205084 | |||||

