summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen/MachineInstrTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix initialization-order-fiasco error in "Add a heap alloc site marker field ...Amy Huang2019-10-311-7/+8
* Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"Amy Huang2019-10-281-0/+140
* Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."Amy Huang2019-10-251-144/+0
* Add an instruction marker field to the ExtraInfo in MachineInstrs.Amy Huang2019-10-251-0/+144
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [unittest] Add the missing bogus machine register info initialization.Michael Liao2019-07-091-1/+4
* [unittest] Add bogus register info.Michael Liao2019-07-091-0/+52
* [CodeGen] Enhance `MachineInstrSpan` to allow the end of MBB to be used.Michael Liao2019-07-051-0/+33
* [X86] Fix several places that weren't passing what they though they were to M...Craig Topper2019-06-021-1/+2
* [Subtarget] Merge ProcSched and ProcDesc arrays in MCSubtargetInfo into a sin...Craig Topper2019-03-051-1/+1
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-2/+2
* [CodeGen] Print user-friendly debug locations as MI commentsFrancis Visoiu Mistrih2018-04-241-1/+7
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-1/+1
* [CodeGen] Unify printing format of debug-location in both MIR and -debugFrancis Visoiu Mistrih2018-01-191-0/+23
* Remove the unit test from r321783.Bob Wilson2018-01-041-68/+0
* support phi ranges for machine-level IRBob Wilson2018-01-041-0/+68
* MachineFunction: Slight refactoring; NFCMatthias Braun2017-12-151-1/+2
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-2/+2
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-3/+3
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-3/+3
* MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionT...Diana Picus2017-10-121-0/+246
OpenPOWER on IntegriCloud