| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix initialization-order-fiasco error in "Add a heap alloc site marker field ... | Amy Huang | 2019-10-31 | 1 | -7/+8 |
| * | Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs" | Amy Huang | 2019-10-28 | 1 | -0/+140 |
| * | Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs." | Amy Huang | 2019-10-25 | 1 | -144/+0 |
| * | Add an instruction marker field to the ExtraInfo in MachineInstrs. | Amy Huang | 2019-10-25 | 1 | -0/+144 |
| * | [Alignment][NFC] Use Align for TargetFrameLowering/Subtarget | Guillaume Chatelet | 2019-10-17 | 1 | -1/+1 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | [unittest] Add the missing bogus machine register info initialization. | Michael Liao | 2019-07-09 | 1 | -1/+4 |
| * | [unittest] Add bogus register info. | Michael Liao | 2019-07-09 | 1 | -0/+52 |
| * | [CodeGen] Enhance `MachineInstrSpan` to allow the end of MBB to be used. | Michael Liao | 2019-07-05 | 1 | -0/+33 |
| * | [X86] Fix several places that weren't passing what they though they were to M... | Craig Topper | 2019-06-02 | 1 | -1/+2 |
| * | [Subtarget] Merge ProcSched and ProcDesc arrays in MCSubtargetInfo into a sin... | Craig Topper | 2019-03-05 | 1 | -1/+1 |
| * | Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> | Serge Guelton | 2019-01-20 | 1 | -0/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [DebugInfo] DISubprogram flags get their own flags word. NFC. | Paul Robinson | 2018-11-19 | 1 | -2/+2 |
| * | [CodeGen] Print user-friendly debug locations as MI comments | Francis Visoiu Mistrih | 2018-04-24 | 1 | -1/+7 |
| * | Followup on Proposal to move MIR physical register namespace to '$' sigil. | Puyan Lotfi | 2018-01-31 | 1 | -1/+1 |
| * | [CodeGen] Unify printing format of debug-location in both MIR and -debug | Francis Visoiu Mistrih | 2018-01-19 | 1 | -0/+23 |
| * | Remove the unit test from r321783. | Bob Wilson | 2018-01-04 | 1 | -68/+0 |
| * | support phi ranges for machine-level IR | Bob Wilson | 2018-01-04 | 1 | -0/+68 |
| * | MachineFunction: Slight refactoring; NFC | Matthias Braun | 2017-12-15 | 1 | -1/+2 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -2/+2 |
| * | Move TargetFrameLowering.h to CodeGen where it's implemented | David Blaikie | 2017-11-03 | 1 | -1/+1 |
| * | Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" | Matthias Braun | 2017-10-12 | 1 | -3/+3 |
| * | TargetMachine: Merge TargetMachine and LLVMTargetMachine | Matthias Braun | 2017-10-12 | 1 | -3/+3 |
| * | MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionT... | Diana Picus | 2017-10-12 | 1 | -0/+246 |