summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombineCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix infinite loop in instcombine with more than 4GB memcpyMichael Liao2012-08-151-6/+4
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-251-1/+1
* instcombine: merge the functions that remove dead allocas and dead mallocs/ca...Nuno Lopes2012-07-091-1/+1
* instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes2012-06-211-11/+11
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-211-2/+3
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-211-80/+6
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-281-4/+2
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-221-106/+60
* objectsize: add a few more tests and fix a bugNuno Lopes2012-05-111-1/+1
* objectsize: add support for GEPs with non-constant indexesNuno Lopes2012-05-101-31/+30
* objectsize:Nuno Lopes2012-05-091-55/+96
* remove calls to calloc if the allocated memory is not used (it was already be...Nuno Lopes2012-05-031-1/+1
* add support for calloc to objectsize loweringNuno Lopes2012-05-031-5/+17
* replace 'break's with 'return 0' in visitCallInst code for objectsize, since ...Nuno Lopes2012-05-031-5/+5
* Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. FixesLang Hames2012-05-011-0/+51
* Reverting r155468. Chris and Chandler have convinced me that it's dangerous andLang Hames2012-04-251-35/+0
* Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixesLang Hames2012-04-241-0/+35
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-10/+6
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-061-2/+1
* Narrow test further. Make bot and test happy.Jim Grosbach2012-02-031-1/+3
* Tidy up. Trailing whitespace.Jim Grosbach2012-02-031-55/+55
* Restrict InstCombine from converting varargs to or from fixed args.Jim Grosbach2012-02-031-0/+7
* Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."Jim Grosbach2012-02-031-5/+14
* Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach2012-02-011-14/+5
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-271-6/+9
* Extend Attributes to 64 bitsKostya Serebryany2012-01-201-2/+1
* Add support for vectors of pointers.Nadav Rotem2011-12-051-0/+2
* Zap some completely ridiculous code. There's probably a miscompile here, but...Eli Friedman2011-11-291-1/+1
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-201-2/+2
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-271-8/+6
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-10/+87
* When inserting new instructions, use getFirstInsertionPt instead ofBill Wendling2011-08-251-1/+1
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-3/+5
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-5/+3
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-3/+5
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-191-2/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-34/+34
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-4/+4
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-141-1/+1
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-5/+5
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-5/+5
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-5/+5
* Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...Owen Anderson2011-07-011-2/+6
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-6/+11
* Final step of instcombine debuginfo; switch a couple more places over to Inse...Eli Friedman2011-05-271-0/+1
* Revert "InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.o...Benjamin Kramer2011-05-211-14/+0
* InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.overflow(...Benjamin Kramer2011-05-211-0/+14
* Add comment.Evan Cheng2011-05-191-0/+1
* More instcombine cleanup, towards improving debug line info.Eli Friedman2011-05-181-1/+1
* More instcombine cleanup aimed towards improving debug line info.Eli Friedman2011-05-181-21/+18