aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/Reg2Mem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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