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