| 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 |
* | Add size remarks to MachineFunctionPass | Jessica Paquette | 2018-09-10 | 1 | -0/+36 |
* | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-13 | 1 | -2/+0 |
* | Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe... | Matthias Braun | 2018-07-12 | 1 | -0/+2 |
* | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-12 | 1 | -2/+0 |
* | CodeGen: Refactor MIR parsing | Matthias Braun | 2017-06-06 | 1 | -1/+1 |
* | Reverted: Track validity of pass results | Serge Pavlov | 2017-01-15 | 1 | -3/+1 |
* | Track validity of pass results | Serge Pavlov | 2017-01-13 | 1 | -1/+3 |
* | [MFProperties][NFC] Rename clear into reset to match BitVector naming. | Quentin Colombet | 2016-08-26 | 1 | -1/+1 |
* | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-24 | 1 | -4/+6 |
* | Revert r279564. It introduces undefined behavior (binding a reference to a | Richard Smith | 2016-08-23 | 1 | -6/+4 |
* | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-23 | 1 | -4/+6 |
* | Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF... | Matthias Braun | 2016-08-23 | 1 | -6/+4 |
* | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-23 | 1 | -4/+6 |
* | MachineFunction: Cleanup/simplify MachineFunctionProperties::print() | Matthias Braun | 2016-08-19 | 1 | -1/+1 |
* | [PM] Convert IVUsers analysis to new pass manager. | Dehao Chen | 2016-07-16 | 1 | -1/+1 |
* | Improve error message reporting for MachineFunctionProperties | Derek Schuff | 2016-04-21 | 1 | -1/+1 |
* | Add a print method to MachineFunctionProperties for better error messages | Derek Schuff | 2016-03-29 | 1 | -2/+12 |
* | Introduce MachineFunctionProperties and the AllVRegsAllocated property | Derek Schuff | 2016-03-28 | 1 | -1/+12 |
* | [PM] Port memdep to the new pass manager. | Chandler Carruth | 2016-03-10 | 1 | -1/+1 |
* | Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan... | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
* | Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute... | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
* | Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan... | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
* | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth | 2015-09-09 | 1 | -1/+7 |
* | [PM] Port ScalarEvolution to the new pass manager. | Chandler Carruth | 2015-08-17 | 1 | -1/+1 |
* | Re-sort #include lines using my handy dandy ./utils/sort_includes.py | Chandler Carruth | 2015-02-13 | 1 | -1/+0 |
* | [LPM] Stop using the string based preservation API. It is an | Chandler Carruth | 2015-01-28 | 1 | -11/+17 |
* | [stackprotector] Use analysis from the StackProtector pass for stack layout i... | Josh Magee | 2013-12-19 | 1 | -0/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 1 | -0/+6 |
* | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 1 | -6/+0 |
* | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 1 | -0/+6 |
* | Revert r100143. | Eric Christopher | 2010-04-01 | 1 | -6/+0 |
* | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 1 | -0/+6 |
* | Add a form of addPreserved which takes a string argument, to allow passes | Dan Gohman | 2009-10-08 | 1 | -12/+12 |
* | stop MachineFunctionPass from claiming that it preserves LoopDependence info, | Chris Lattner | 2009-10-05 | 1 | -2/+0 |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 1 | -0/+52 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 1 | -50/+0 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 1 | -0/+50 |