| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PatchableFunction] Allow empty entry MachineBasicBlock | Fangrui Song | 2020-01-24 | 1 | -3/+8 |
| * | [AArch64] Add function attribute "patchable-function-entry" to add NOPs at fu... | Fangrui Song | 2020-01-10 | 1 | -0/+9 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -1/+1 |
| * | [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir... | Guillaume Chatelet | 2019-09-11 | 1 | -1/+1 |
| * | [LLVM][Alignment] Make functions using log of alignment explicit | Guillaume Chatelet | 2019-09-05 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr. | Shiva Chen | 2018-05-09 | 1 | -0/+1 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -2/+2 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | Move TargetFrameLowering.h to CodeGen where it's implemented | David Blaikie | 2017-11-03 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [CodeGen] Rename MachineInstrBuilder::addOperand. NFC | Diana Picus | 2017-01-13 | 1 | -1/+1 |
| * | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |
| * | Revert "[X86] Support the "ms-hotpatch" attribute." | Charles Davis | 2016-08-08 | 1 | -14/+16 |
| * | [X86] Support the "ms-hotpatch" attribute. | Charles Davis | 2016-08-08 | 1 | -16/+14 |
| * | PatchableFunction: Skip pseudos that do not create code | Matthias Braun | 2016-07-13 | 1 | -5/+23 |
| * | Delete unused includes. NFC. | Rafael Espindola | 2016-06-30 | 1 | -1/+0 |
| * | Add a description for the PatchableFunction pass; NFC | Sanjoy Das | 2016-04-19 | 1 | -1/+2 |
| * | Introduce a "patchable-function" function attribute | Sanjoy Das | 2016-04-19 | 1 | -0/+70 |