[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / objsize.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-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-27 Duncan P. N. Exon... Verifier: Call verifyModule() from llc and opt
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-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-04-20 Nuno Lopesrecommit tests
2013-04-09 Nadav RotemRevert r176408 and r176407 to address PR15540.
2013-03-02 Nuno Lopesrecommit r172363 & r171325 (reverted in r172756)
2013-01-17 Bill WendlingReverting r171325 & r172363. This was causing a mis...
2012-12-31 Nuno Lopesrecommit r171298 (add support for PHI nodes to ObjectSi...
2012-12-31 Benjamin KramerRevert "add support for PHI nodes to ObjectSizeOffsetVi...
2012-12-31 Nuno Lopesadd support for PHI nodes to ObjectSizeOffsetVisitor
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Benjamin KramerGuard MemoryBuiltins against self-looping GEPs, which...
2012-07-27 Nuno Lopesfix PR13390: do not loop forever with self-referencing...
2012-07-24 Nuno Lopesteach objectsize about strdup() and strndup()
2012-07-09 Nuno Lopesinstcombine: merge the functions that remove dead alloc...
2012-07-06 Nuno Lopesteach instcombine to remove allocated buffers even...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-11 Nuno Lopesobjectsize: add a few more tests and fix a bug
2012-05-10 Nuno Lopesobjectsize: add support for GEPs with non-constant...
2012-05-09 Nuno Lopesobjectsize:
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-05-03 Nuno Lopesremove calls to calloc if the allocated memory is not...
2012-05-03 Nuno Lopesadd support for calloc to objectsize lowering
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-01-07 Benjamin KramerRevert 122959, it needs more thought. Add it back to...
2011-01-06 Benjamin KramerInstCombine: Turn _chk functions into the "unsafe"...
2011-01-06 Benjamin KramerInstCombine: If we call llvm.objectsize on a malloc...
2011-01-06 Benjamin KramerInstCombine: Teach llvm.objectsize folding to look...
2010-04-17 Nick LewyckyFix declarations in a few more tests.
2010-04-12 Eric ChristopherVerify function prototypes before trying to optimize...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-23 Evan ChengFix an incorrect logic causing instcombine to miss...
2010-03-08 Evan ChengRe-commit 97860 with fix. getMallocAllocatedType may...
2010-03-06 Eric ChristopherMigrate _chk call lowering from SimplifyLibCalls to...
2010-03-06 Eric ChristopherTemporarily revert:
2010-03-06 Evan ChengTransform @llvm.objectsize to integer if the argument...
2010-03-05 Evan ChengInstcombine should turn llvm.objectsize of a alloca...
2010-03-01 Dan GohmanLLVM instruction syntax doesn't have trailing semicolons.
2010-02-22 Evan ChengInstcombine constant folding can normalize gep with...
2010-02-13 Eric ChristopherFix a problem where we had bitcasted operands that...
2010-02-11 Eric ChristopherMake sure that ConstantExpr offsets also aren't off...
2010-02-11 Eric ChristopherAdd ConstantExpr handling to Intrinsic::objectsize...
2010-02-09 Eric ChristopherMove Intrinsic::objectsize lowering back to InstCombine...
2010-02-09 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Eric ChristopherAdd a new pass to do llvm.objsize lowering using SCEV.
2010-02-05 Eric ChristopherRemove this code for now. I have a better idea and...
2010-02-04 Eric ChristopherTemporarily revert this since it appears to have caused...
2010-02-04 Eric ChristopherRework constant expr and array handling for objectsize...
2010-02-03 Eric ChristopherIf we're dealing with a zero-length array, don't lower...
2010-02-03 Eric ChristopherRecommit this, looks like it wasn't the cause.
2010-02-02 Eric ChristopherHopefully temporarily revert this.
2010-02-02 Eric ChristopherRe-add strcmp and known size object size checking optim...
2010-01-29 Eric ChristopherRevert my last couple of patches. They appear to have...
2010-01-29 Eric ChristopherAdd constant support to object size handling and remove...