Move the complex address expression out of DIVariable and into an extra
[oota-llvm.git] / lib / CodeGen / MachineFunctionPass.cpp
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...