Merging r257977:
[oota-llvm.git] / lib / CodeGen / MachineFunctionPass.cpp
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-01-28 Chandler Carruth[LPM] Stop using the string based preservation API...
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2009-10-08 Dan GohmanAdd a form of addPreserved which takes a string argumen...
2009-10-05 Chris Lattnerstop MachineFunctionPass from claiming that it preserve...
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...