InstCombine: don't drop 'inalloca' in PromoteCastOfAllocation (PR19569)
[oota-llvm.git] / test / Transforms / InstCombine / alloca.ll
2014-04-28 Hans WennborgInstCombine: don't drop 'inalloca' in PromoteCastOfAllo...
2013-08-14 Matt ArsenaultFix always creating GEP with i32 indices
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-11-18 Nick LewyckyDon't try to calculate the alignment of an unsigned...
2012-06-26 Duncan SandsReplacing zero-sized alloca's with a null pointer is...
2012-04-08 Chandler CarruthTeach InstCombine to nuke a common alloca pattern ...
2010-05-28 Dan GohmanTeach instcombine to promote alloca array sizes.
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2007-04-14 Reid SpencerFor PR1319:
2007-01-15 Chris Lattneradd a simple case where instcombine can detect and...
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2004-03-19 Chris LattnerNew testcase, the optimizer can delete zero sized allocas