aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunctionPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-09-30[NewPM] Port MachineModuleInfo to the new pass manager.Yuanfang Chen1-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-10Add size remarks to MachineFunctionPassJessica Paquette1-0/+36
2018-07-13CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun1-2/+0
2018-07-12Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...Matthias Braun1-0/+2
2018-07-12CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun1-2/+0
2017-06-06CodeGen: Refactor MIR parsingMatthias Braun1-1/+1
2017-01-15Reverted: Track validity of pass resultsSerge Pavlov1-3/+1
2017-01-13Track validity of pass resultsSerge Pavlov1-1/+3
2016-08-26[MFProperties][NFC] Rename clear into reset to match BitVector naming.Quentin Colombet1-1/+1
2016-08-24CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun1-4/+6
2016-08-23Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith1-6/+4
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun1-4/+6
2016-08-23Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun1-6/+4
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun1-4/+6
2016-08-19MachineFunction: Cleanup/simplify MachineFunctionProperties::print()Matthias Braun1-1/+1
2016-07-16[PM] Convert IVUsers analysis to new pass manager.Dehao Chen1-1/+1
2016-04-21Improve error message reporting for MachineFunctionPropertiesDerek Schuff1-1/+1
2016-03-29Add a print method to MachineFunctionProperties for better error messagesDerek Schuff1-2/+12
2016-03-28Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff1-1/+12
2016-03-10[PM] Port memdep to the new pass manager.Chandler Carruth1-1/+1
2016-02-25Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...Hongbin Zheng1-1/+1
2016-02-25Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute...Hongbin Zheng1-1/+1
2016-02-25Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...Hongbin Zheng1-1/+1
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth1-1/+7
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth1-1/+1
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth1-1/+0
2015-01-28[LPM] Stop using the string based preservation API. It is anChandler Carruth1-11/+17
2013-12-19[stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee1-0/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2010-04-02Ok, third time's the charm. No changes from last time except the CMakeDavid Greene1-0/+6
2010-04-02Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng1-6/+0
2010-04-02Let's try this again. Re-apply 100143 including an apparent missingDavid Greene1-0/+6
2010-04-01Revert r100143.Eric Christopher1-6/+0
2010-04-01Add some switches helpful for debugging:David Greene1-0/+6
2009-10-08Add a form of addPreserved which takes a string argument, to allow passesDan Gohman1-12/+12
2009-10-05stop MachineFunctionPass from claiming that it preserves LoopDependence info,Chris Lattner1-2/+0
2009-07-31Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman1-0/+52
2009-07-31Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar1-50/+0
2009-07-31Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman1-0/+50