summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/CodeGenPrepare.cpp
Commit message (Expand)AuthorAge
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* X86 CodeGenPrep: sink shufflevectors before shiftsTim Northover2014-02-19
* [CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if theQuentin Colombet2014-02-14
* [CodeGenPrepare] Undo changes that happened for the profitability check.Quentin Colombet2014-02-11
* [CodeGenPrepare] Move away sign extensions that get in the way of addressingQuentin Colombet2014-02-06
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* [opt][PassInfo] Allow opt to run passes that need target machine.Quentin Colombet2014-01-16
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [PM] Pull the generic graph algorithms and data structures for dominatorChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Disable compare sinking in CodeGenPrepare when multiple condition registers a...Hal Finkel2014-01-02
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Push analysis passes to InstSimplify when they're around anyways.Benjamin Kramer2013-09-24
* Fix mistake in r190442.Eli Friedman2013-09-10
* Remove unused functions.Eli Friedman2013-09-10
* Use type helper functions.Matt Arsenault2013-09-06
* Teach CodeGenPrepare about address spacesMatt Arsenault2013-09-06
* Remove trailing whitespaceStephen Lin2013-07-15
* Remove a useless declarations (found by scan-build)Sylvestre Ledru2013-07-05
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky2013-05-08
* Fix a typo in comment.Jim Grosbach2013-04-15
* Bypass Slow DividesPreston Gurd2013-03-04
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-18
* Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth2013-01-07
* Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Every pass deserves a name, even codegenprep.Evan Cheng2012-12-21
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Set the 'MadeChange' variable if we are deleting blocks.Bill Wendling2012-12-06
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-30
* Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling2012-11-29
* When we delete a dead basic block, see if any of its successors are dead andBill Wendling2012-11-28
* CodeGenPrepare: Move ret duplication out of the instruction iteration loop.Benjamin Kramer2012-11-23
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Per the C++ standard, we need to include the definition of llvm::Calculate inRichard Smith2012-10-23
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14