| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | CodeGen: Cleanup regmask construction; NFC | Matthias Braun | 2018-07-26 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -4/+4 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -7/+7 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | LivePhysReg: Use reference instead of pointer in init(); NFC | Matthias Braun | 2016-12-08 | 1 | -1/+1 |
| * | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-24 | 1 | -1/+0 |
| * | Revert r279564. It introduces undefined behavior (binding a reference to a | Richard Smith | 2016-08-23 | 1 | -0/+1 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-23 | 1 | -1/+0 |
| * | Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF... | Matthias Braun | 2016-08-23 | 1 | -0/+1 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-23 | 1 | -1/+0 |
| * | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -1/+1 |
| * | livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC | Matthias Braun | 2016-05-03 | 1 | -1/+1 |
| * | LivePhysRegs: Automatically determine presence of pristine regs. | Matthias Braun | 2016-05-03 | 1 | -1/+2 |
| * | Introduce MachineFunctionProperties and the AllVRegsAllocated property | Derek Schuff | 2016-03-28 | 1 | -0/+5 |
| * | [StackMap Liveness] Calling the base class' getAnalysisUsage method. NFCI. | Juergen Ributzka | 2015-07-07 | 1 | -2/+1 |
| * | [StackMap Liveness] No need to cache the MachineFunction. NFC. | Juergen Ributzka | 2015-07-07 | 1 | -22/+20 |
| * | Internalize the StackMapLiveness pass. | Benjamin Kramer | 2015-03-24 | 1 | -6/+45 |
| * | Another set of missing raw_ostream.h. Still no functional change. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
| * | Fix uses of reserved identifiers starting with an underscore followed by an u... | David Blaikie | 2015-03-16 | 1 | -6/+6 |
| * | [StackMaps] Allow the target to pre-process the live-out mask | Hal Finkel | 2015-01-13 | 1 | -0/+2 |
| * | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -1/+1 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+2 |
| * | [StackMaps] Enable patchpoint liveness analysis per default. | Juergen Ributzka | 2014-06-26 | 1 | -4/+7 |
| * | [Stackmaps] Remove the liveness calculation for stackmap intrinsics. | Juergen Ributzka | 2014-06-26 | 1 | -9/+4 |
| * | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | Minor change to StackMapLiveness DEBUG output. | Andrew Trick | 2014-04-04 | 1 | -1/+1 |
| * | [Stackmap] Liveness Analysis Pass | Juergen Ributzka | 2013-12-14 | 1 | -0/+128 |
| * | Revert "Liveness Analysis Pass" | Andrew Trick | 2013-12-13 | 1 | -128/+0 |
| * | Liveness Analysis Pass | Andrew Trick | 2013-12-13 | 1 | -0/+128 |