aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstructionCombining.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-1/+1
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* Preserve fast-math flags after reassociation and commutation. Update test casesMichael Ilseman2013-02-071-5/+20
* Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...Benjamin Kramer2013-01-231-1/+6
* InstCombine: Clean up weird code that talks about a modulus that's long gone.Benjamin Kramer2013-01-231-6/+1
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-091-2/+2
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-071-0/+69
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-301-7/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-131-1/+7
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-111-1/+19
* Generalize the transform that boosts GEP indices to the size of a pointer toDuncan Sands2012-11-031-2/+2
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-6/+6
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-6/+6
* Fix typo that somehow escaped both testing and code inspection.Duncan Sands2012-10-231-1/+1
* Transform code like thisDuncan Sands2012-10-231-52/+301
* Implement new LibCallSimplifier classMeador Inge2012-10-131-0/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-2/+2
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-2/+2
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-291-7/+8
* Remove tabs.Bill Wendling2012-07-191-1/+1
* instcombine: merge the functions that remove dead allocas and dead mallocs/ca...Nuno Lopes2012-07-091-50/+68
* teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes2012-07-061-2/+25
* make instcombine produce calls to llvm.donothing instead of a random intrinsicNuno Lopes2012-06-281-7/+4
* improve optimization of invoke instructions:Nuno Lopes2012-06-251-1/+8
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-211-0/+4
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-211-1/+1
* replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the...Nuno Lopes2012-06-201-4/+3
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-221-0/+4
* Remove trailing spaces.Jakub Staszak2012-05-061-60/+60
* 153465 was incorrect. In this code we wanted to check that the pointer operan...Nadav Rotem2012-03-261-4/+3
* PR12357: The pointer was used before it was checked.Nadav Rotem2012-03-261-1/+3
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-2/+2
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-7/+8
* Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner2012-02-061-8/+4
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-5/+5
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-271-4/+8
* Continue improving support for ConstantDataAggregate, and use theChris Lattner2012-01-261-16/+8
* Add support for vectors of pointers.Nadav Rotem2011-12-051-2/+7
* Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier2011-12-021-1/+1
* Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetDataChad Rosier2011-12-011-6/+11
* Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable Chad Rosier2011-11-291-0/+2
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-1/+1
* Make sure we use the right insertion point when instcombine replaces a PHI wi...Eli Friedman2011-11-011-3/+4
* Add support for the Objective-C personality function to the instructionBill Wendling2011-10-171-2/+5
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-171-6/+3