| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -7/+6 |
| * | LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFC | Matthias Braun | 2017-12-18 | 1 | -1/+1 |
| * | Rename LiveIntervalAnalysis.h to LiveIntervals.h | Matthias Braun | 2017-12-13 | 1 | -1/+1 |
| * | [CodeGen] Always use `printReg` to print registers in both MIR and debug | Francis Visoiu Mistrih | 2017-11-30 | 1 | -2/+2 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | Recommit "[RegAlloc] Make sure live-ranges reflect the state of the IR when | Jonas Paulsson | 2017-09-15 | 1 | -1/+4 |
| * | Revert "[RegAlloc] Make sure live-ranges reflect the state of the IR when rem... | Jonas Paulsson | 2017-09-07 | 1 | -4/+1 |
| * | [RegAlloc] Make sure live-ranges reflect the state of the IR when removing them | Quentin Colombet | 2017-08-21 | 1 | -1/+4 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [RABasic] Properly update the LiveRegMatrix when LR splitting occur | Quentin Colombet | 2017-06-02 | 1 | -4/+30 |
| * | [RABasic] Properly initialize the pass | Quentin Colombet | 2017-06-02 | 1 | -10/+17 |
| * | LIU::Query: Remove always false member+getter; NFC | Matthias Braun | 2017-03-01 | 1 | -2/+0 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -3/+1 |
| * | MachineFunction: Introduce NoPHIs property | Matthias Braun | 2016-08-23 | 1 | -0/+5 |
| * | Recommit r265547, and r265610,r265639,r265657 on top of it, plus | Wei Mi | 2016-04-13 | 1 | -2/+3 |
| * | Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ... | Hans Wennborg | 2016-04-08 | 1 | -3/+2 |
| * | Recommit r265309 after fixed an invalid memory reference bug happened | Wei Mi | 2016-04-06 | 1 | -2/+3 |
| * | Revert r265309 and r265312 because they caused some errors I need to investig... | Wei Mi | 2016-04-04 | 1 | -3/+2 |
| * | Replace analyzeSiblingValues with new algorithm to fix its compile | Wei Mi | 2016-04-04 | 1 | -2/+3 |
| * | Add MachineVerifier check for AllVRegsAllocated MachineFunctionProperty | Derek Schuff | 2016-03-29 | 1 | -5/+0 |
| * | Introduce MachineFunctionProperties and the AllVRegsAllocated property | Derek Schuff | 2016-03-28 | 1 | -0/+5 |
| * | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth | 2015-09-09 | 1 | -2/+2 |
| * | Trace copies when checking for rematerializability in spill weight calculation | Robert Lougher | 2015-08-10 | 1 | -1/+1 |
| * | TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca... | Matthias Braun | 2015-07-15 | 1 | -1/+1 |
| * | Remove unnecessary TargetMachine.h includes. | Eric Christopher | 2014-10-14 | 1 | -1/+0 |
| * | Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r... | David Blaikie | 2014-07-19 | 1 | -1/+1 |
| * | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-14 | 1 | -2/+2 |
| * | Remove unused method. | Craig Topper | 2014-03-07 | 1 | -2/+0 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-07 | 1 | -9/+9 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |
| * | CalcSpillWeights: give a better describing name to calculateSpillWeights | Arnaud A. de Grandmaison | 2013-11-11 | 1 | -3/+3 |
| * | CalculateSpillWeights does not need to be a pass | Arnaud A. de Grandmaison | 2013-11-10 | 1 | -2/+5 |
| * | Revert "CalculateSpillWeights does not need to be a pass" | Arnaud A. de Grandmaison | 2013-11-08 | 1 | -0/+2 |
| * | CalculateSpillWeights does not need to be a pass | Arnaud A. de Grandmaison | 2013-11-08 | 1 | -2/+0 |
| * | Track new virtual registers by register number. | Mark Lacey | 2013-08-14 | 1 | -4/+4 |
| * | Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo. | Benjamin Kramer | 2013-06-17 | 1 | -0/+3 |
| * | Replace uses of the deprecated std::auto_ptr with OwningPtr. | Andy Gibbs | 2013-04-12 | 1 | -1/+1 |
| * | Remove unused #includes. | Bill Wendling | 2013-03-05 | 1 | -1/+0 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -6/+5 |
| * | Make the LiveRegMatrix analysis available to targets. | Jakob Stoklund Olesen | 2012-11-28 | 1 | -2/+2 |
| * | Tidy up a few more uses of MF.getFunction()->getName(). | David Blaikie | 2012-08-22 | 1 | -2/+1 |
| * | Remove the RenderMachineFunction HTML output pass. | Jakob Stoklund Olesen | 2012-06-20 | 1 | -13/+0 |
| * | Remove LiveIntervalUnions from RegAllocBase. | Jakob Stoklund Olesen | 2012-06-20 | 1 | -3/+3 |
| * | Convert RABasic to using LiveRegMatrix interference checking. | Jakob Stoklund Olesen | 2012-06-20 | 1 | -68/+51 |
| * | Guard private fields that are unused in Release builds with #ifndef NDEBUG. | Benjamin Kramer | 2012-06-16 | 1 | -0/+2 |
| * | Remove final verification in RABasic. | Jakob Stoklund Olesen | 2012-06-15 | 1 | -20/+0 |
| * | Also compute MBB live-in lists in the new rewriter pass. | Jakob Stoklund Olesen | 2012-06-09 | 1 | -2/+0 |
| * | Reintroduce VirtRegRewriter. | Jakob Stoklund Olesen | 2012-06-08 | 1 | -11/+1 |