summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/Reg2Mem.cpp
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Clean whitespaces.Nadav Rotem2012-07-24
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-23
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* performance: cache the dereferenced use_iteratorGabor Greif2010-04-14
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-25
* clean up this code a bit.Chris Lattner2009-09-02
* eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner2009-09-02
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Even more passes being LLVMContext'd.Owen Anderson2009-07-03
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-16
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-13
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Reg2Mem cleanup and optimizations:Anton Korobeynikov2007-10-21
* Fix typo in comment.Nick Lewycky2007-05-06
* wrap long linesChris Lattner2007-05-05
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner2006-12-19
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* since reg2mem requires it, might as well mention that it preserves itAndrew Lenharth2005-11-25
* Reg2Mem is something a pass may depend on, so allow thatAndrew Lenharth2005-11-22
* turns out, demotion and invokes and critical edges don't mixAndrew Lenharth2005-11-22
* the pain isn't gone unless the phinodes are spilled tooAndrew Lenharth2005-11-10
* this works with backedges to the existing entry block alot betterAndrew Lenharth2005-11-10
* The pass everyone has been waiting for!Andrew Lenharth2005-11-10