summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstructionCombining.cpp
Commit message (Expand)AuthorAge
* Merging r196611:Bill Wendling2013-12-06
* Make gep i8* X, -(ptrtoint Y) transform work with address spacesMatt Arsenault2013-10-03
* InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (p...Benjamin Kramer2013-09-20
* Consistently use dbgs() in debug printingMatt Arsenault2013-09-05
* Teach InstCombine visitGetElementPtr about address spacesMatt Arsenault2013-08-19
* Cleanup visitGetElementPtr to make address space change easierMatt Arsenault2013-08-19
* Fix always creating GEP with i32 indicesMatt Arsenault2013-08-14
* Use type helper functions instead of castMatt Arsenault2013-08-14
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Preserve fast-math flags after reassociation and commutation. Update test casesMichael Ilseman2013-02-07
* Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...Benjamin Kramer2013-01-23
* InstCombine: Clean up weird code that talks about a modulus that's long gone.Benjamin Kramer2013-01-23
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-09
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-13
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-11
* Generalize the transform that boosts GEP indices to the size of a pointer toDuncan Sands2012-11-03
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Fix typo that somehow escaped both testing and code inspection.Duncan Sands2012-10-23
* Transform code like thisDuncan Sands2012-10-23
* Implement new LibCallSimplifier classMeador Inge2012-10-13
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* Remove tabs.Bill Wendling2012-07-19
* instcombine: merge the functions that remove dead allocas and dead mallocs/ca...Nuno Lopes2012-07-09
* teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes2012-07-06
* make instcombine produce calls to llvm.donothing instead of a random intrinsicNuno Lopes2012-06-28
* improve optimization of invoke instructions:Nuno Lopes2012-06-25
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-21
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-21
* replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the...Nuno Lopes2012-06-20
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-22
* Remove trailing spaces.Jakub Staszak2012-05-06
* 153465 was incorrect. In this code we wanted to check that the pointer operan...Nadav Rotem2012-03-26
* PR12357: The pointer was used before it was checked.Nadav Rotem2012-03-26
* llvm::SwitchInstStepan Dyatkovskiy2012-03-11
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner2012-02-06
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-27
* Continue improving support for ConstantDataAggregate, and use theChris Lattner2012-01-26