[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / malloc-free-delete.ll
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-15 Richard SmithFor PR21145: recognise a builtin call to a known deallo...
2014-10-03 Richard SmithPR21145: Teach LLVM about C++14 sized deallocation...
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-07 Quentin ColombetWhen code size is the priority (Oz, MinSize attribute...
2012-07-06 Nuno Lopesteach instcombine to remove allocated buffers even...
2011-08-03 Nick LewyckyFix logical error when detecting lifetime intrinsics.
2011-08-02 Nick LewyckyTeach InstCombine that lifetime intrincs aren't a real...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2010-05-27 Duncan SandsTeach instCombine to remove malloc+free if malloc's...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
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...
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Chris Lattnertestcase for PR1201