summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Commit message (Expand)AuthorAge
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-22
* Run code placement optimization for targets that want it (arm and x86 for now).Evan Cheng2009-05-13
* TypoAnton Korobeynikov2009-05-08
* Fix typoAnton Korobeynikov2009-05-03
* Properly handle sdiv / udiv / srem / urem libcallsAnton Korobeynikov2009-05-03
* Proper name 16 bit libcallsAnton Korobeynikov2009-05-03
* Allow CONCAT_VECTORS nodes to be legal or have custom lowering for some targets.Bob Wilson2009-05-01
* Move helper functions for optimizing division by constant into the APIntJay Foad2009-04-30
* Disable the load-shrinking optimization from looking atChris Lattner2009-04-29
* Fix PR3898, which manifests as failures on are an Xcore,Chris Lattner2009-04-18
* Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman2009-04-08
* Fix a TargetLowering optimization so that it doesn't duplicateDan Gohman2009-04-03
* Make check in CheckTailCallReturnConstraints for ignorable instructions betweenArnold Schwaighofer2009-03-28
* Enable tail call optimization for functions that return a struct (bug 3664) a...Arnold Schwaighofer2009-03-28
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* The DAG combiner was performing a BT combine. The BT combine had a value of -1,Bill Wendling2009-03-04
* Refactor TLS code and add some tests. The tests and expected results are:Rafael Espindola2009-02-27
* Don't assume that a left-shift of a value with one bit set will haveDan Gohman2009-02-15
* Arrange to print constants that match "n" and "i" constraintsDale Johannesen2009-02-12
* Make a transformation added in 63266 a bit less aggressive.Dale Johannesen2009-02-11
* Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen2009-02-07
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-07
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-06
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-06
* Propagation in TargetLowering. Includes passing a DLDale Johannesen2009-02-03
* Fix PR3401: when using large integers, the typeDuncan Sands2009-01-31
* Get rid of the non-DebugLoc-ified getNOT() method.Bill Wendling2009-01-30
* Fix two typos that Duncan spotted in a comment.Dan Gohman2009-01-29
* Make x86's BT instruction matching more thorough, and add someDan Gohman2009-01-29
* Make isOperationLegal do what its name suggests, and introduce aDan Gohman2009-01-28
* Add SelectionDAG::getNOT method to construct bitwise NOT operations,Bob Wilson2009-01-22
* Few targets like PIC16 wants libcall generation for illegal type i16.Sanjiv Gupta2009-01-18
* Make getWidenVectorType const; this file was missed in theDan Gohman2009-01-15
* TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman2009-01-05
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-01
* Added support for vector widening.Mon P Wang2008-12-18
* Followup to r60283: optimize arbitrary width signed divisions as well Eli Friedman2008-11-30
* Fix for PR2164: allow transforming arbitrary-width unsigned divides intoEli Friedman2008-11-30
* APIntify a test which is potentially unsafe otherwise, and fix the Eli Friedman2008-11-30
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-23
* Fix the testb optimization so x86 also bootstraps.Dale Johannesen2008-11-12
* Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...Bill Wendling2008-11-10
* Really fix testb optimization on big-endian.Dale Johannesen2008-11-10
* Temporarily revert 58825, which breaks PPC bootstrap.Dale Johannesen2008-11-09
* Make testb optimization work on big-endian targets.Dale Johannesen2008-11-08
* When we're doing a compare of load-AND-constant to 0Dale Johannesen2008-11-07
* Widening cleanupMon P Wang2008-11-06
* Add initial support for vector widening. Logic is set to widen for X86.Mon P Wang2008-10-30
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-18
* Keep track of *which* input constraint matches an outputChris Lattner2008-10-17