aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/alloca.ll
AgeCommit message (Expand)Author
2017-05-25[InstCombine] Teach isAllocSiteRemovable to look through addrspacecastsArtur Pilipenko
2017-02-17opt: Rename -default-data-layout flag to -data-layout and make it always over...Peter Collingbourne
2015-12-23[OperandBundles] Have InstCombine play nice with operand bundlesDavid Majnemer
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-13instcombine: alloca: Canonicalize scalar allocation array sizeDuncan P. N. Exon Smith
2015-03-13AsmWriter: Write alloca array size explicitly (and -instcombine fixup)Duncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-04-28InstCombine: don't drop 'inalloca' in PromoteCastOfAllocation (PR19569)Hans Wennborg
2013-08-14Fix always creating GEP with i32 indicesMatt Arsenault
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-11-18Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky
2012-06-26Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands
2012-04-08Teach InstCombine to nuke a common alloca pattern -- an alloca which hasChandler Carruth
2010-05-28Teach instcombine to promote alloca array sizes.Dan Gohman
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-03-09Remove llvm-upgrade and update tests.Tanya Lattner
2007-04-14For PR1319:Reid Spencer
2007-01-15add a simple case where instcombine can detect and remove a dead allocaChris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2004-03-19New testcase, the optimizer can delete zero sized allocasChris Lattner