summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/objsize.ll
Commit message (Expand)AuthorAge
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* Revert 122959, it needs more thought. Add it back to README.txt with addition...Benjamin Kramer2011-01-07
* InstCombine: Turn _chk functions into the "unsafe" variant if length and max ...Benjamin Kramer2011-01-06
* InstCombine: If we call llvm.objectsize on a malloc call we can replace it wi...Benjamin Kramer2011-01-06
* InstCombine: Teach llvm.objectsize folding to look through GEPs.Benjamin Kramer2011-01-06
* Fix declarations in a few more tests.Nick Lewycky2010-04-17
* Verify function prototypes before trying to optimize functions. We alsoEric Christopher2010-04-12
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans...Evan Cheng2010-03-23
* Re-commit 97860 with fix. getMallocAllocatedType may return null.Evan Cheng2010-03-08
* Migrate _chk call lowering from SimplifyLibCalls to InstCombine. StubEric Christopher2010-03-06
* Temporarily revert:Eric Christopher2010-03-06
* Transform @llvm.objectsize to integer if the argument is a result of malloc o...Evan Cheng2010-03-06
* Instcombine should turn llvm.objectsize of a alloca with static size to an in...Evan Cheng2010-03-05
* LLVM instruction syntax doesn't have trailing semicolons.Dan Gohman2010-03-01
* Instcombine constant folding can normalize gep with negative index to index w...Evan Cheng2010-02-22
* Fix a problem where we had bitcasted operands that gave usEric Christopher2010-02-13
* Make sure that ConstantExpr offsets also aren't off of externEric Christopher2010-02-11
* Add ConstantExpr handling to Intrinsic::objectsize lowering.Eric Christopher2010-02-11
* Move Intrinsic::objectsize lowering back to InstCombineCalls andEric Christopher2010-02-09
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-09
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-09
* Remove this code for now. I have a better idea and will rewrite withEric Christopher2010-02-05
* Temporarily revert this since it appears to have caused a buildEric Christopher2010-02-04
* Rework constant expr and array handling for objectsize instcombining.Eric Christopher2010-02-04
* If we're dealing with a zero-length array, don't lower to anyEric Christopher2010-02-03
* Recommit this, looks like it wasn't the cause.Eric Christopher2010-02-03
* Hopefully temporarily revert this.Eric Christopher2010-02-02
* Re-add strcmp and known size object size checking optimization.Eric Christopher2010-02-02
* Revert my last couple of patches. They appear to have broken bison.Eric Christopher2010-01-29
* Add constant support to object size handling and remove defaultEric Christopher2010-01-29