aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/Reg2Mem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* performance: cache the dereferenced use_iteratorGabor Greif2010-04-141-3/+4
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-251-1/+1
* clean up this code a bit.Chris Lattner2009-09-021-64/+67
* eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner2009-09-021-2/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+2
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-151-2/+2
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-2/+2
* Even more passes being LLVMContext'd.Owen Anderson2009-07-031-1/+2
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-1/+1
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-131-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Reg2Mem cleanup and optimizations:Anton Korobeynikov2007-10-211-13/+46
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+91