aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/Mem2Reg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pull LLVMContext out of PromoteMemToReg.Nick Lewycky2009-11-231-1/+1
* Remove FreeInst.Victor Hernandez2009-10-261-1/+0
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-051-1/+1
* Just roll back the previous change to -mem2reg.Zhou Sheng2009-02-201-26/+0
* patch to update the line number information in pass -mem2reg.Zhou Sheng2009-02-201-0/+26
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-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/+3
* remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner2008-02-191-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+93