summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/alloca.ll
Commit message (Expand)AuthorAge
* Fix always creating GEP with i32 indicesMatt Arsenault2013-08-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky2012-11-18
* Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands2012-06-26
* Teach InstCombine to nuke a common alloca pattern -- an alloca which hasChandler Carruth2012-04-08
* Teach instcombine to promote alloca array sizes.Dan Gohman2010-05-28
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-09
* For PR1319:Reid Spencer2007-04-14
* add a simple case where instcombine can detect and remove a dead allocaChris Lattner2007-01-15
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* New testcase, the optimizer can delete zero sized allocasChris Lattner2004-03-19