aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
AgeCommit message (Expand)Author
2009-06-24This increases the maximum for MVT::LAST_VALUETYPEDavid Greene
2009-06-16Fixed names of libcalls checked in r73480.Sanjiv Gupta
2009-06-16Added required libcalls for PIC16 (mostly floating points to integer casting ...Sanjiv Gupta
2009-06-15CheckTailCallReturnConstraints is missing a check on theArnold Schwaighofer
2009-06-05Adapt the x86 build_vector dagcombine to the current state of the legalizer.Nate Begeman
2009-05-22Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands
2009-05-13Run code placement optimization for targets that want it (arm and x86 for now).Evan Cheng
2009-05-08TypoAnton Korobeynikov
2009-05-03Fix typoAnton Korobeynikov
2009-05-03Properly handle sdiv / udiv / srem / urem libcallsAnton Korobeynikov
2009-05-03Proper name 16 bit libcallsAnton Korobeynikov
2009-05-01Allow CONCAT_VECTORS nodes to be legal or have custom lowering for some targets.Bob Wilson
2009-04-30Move helper functions for optimizing division by constant into the APIntJay Foad
2009-04-29Disable the load-shrinking optimization from looking atChris Lattner
2009-04-18Fix PR3898, which manifests as failures on are an Xcore,Chris Lattner
2009-04-08Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman
2009-04-03Fix a TargetLowering optimization so that it doesn't duplicateDan Gohman
2009-03-28Make check in CheckTailCallReturnConstraints for ignorable instructions betweenArnold Schwaighofer
2009-03-28Enable tail call optimization for functions that return a struct (bug 3664) a...Arnold Schwaighofer
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-03-04The DAG combiner was performing a BT combine. The BT combine had a value of -1,Bill Wendling
2009-02-27Refactor TLS code and add some tests. The tests and expected results are:Rafael Espindola
2009-02-15Don't assume that a left-shift of a value with one bit set will haveDan Gohman
2009-02-12Arrange to print constants that match "n" and "i" constraintsDale Johannesen
2009-02-11Make a transformation added in 63266 a bit less aggressive.Dale Johannesen
2009-02-07Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen
2009-02-07Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen
2009-02-06Remove more non-DebugLoc getNode variants. UseDale Johannesen
2009-02-06Remove more non-DebugLoc versions of getNode.Dale Johannesen
2009-02-03Propagation in TargetLowering. Includes passing a DLDale Johannesen
2009-01-31Fix PR3401: when using large integers, the typeDuncan Sands
2009-01-30Get rid of the non-DebugLoc-ified getNOT() method.Bill Wendling
2009-01-29Fix two typos that Duncan spotted in a comment.Dan Gohman
2009-01-29Make x86's BT instruction matching more thorough, and add someDan Gohman
2009-01-28Make isOperationLegal do what its name suggests, and introduce aDan Gohman
2009-01-22Add SelectionDAG::getNOT method to construct bitwise NOT operations,Bob Wilson
2009-01-18Few targets like PIC16 wants libcall generation for illegal type i16.Sanjiv Gupta
2009-01-15Make getWidenVectorType const; this file was missed in theDan Gohman
2009-01-05TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman
2009-01-01Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands
2008-12-18Added support for vector widening.Mon P Wang
2008-11-30Followup to r60283: optimize arbitrary width signed divisions as well Eli Friedman
2008-11-30Fix for PR2164: allow transforming arbitrary-width unsigned divides intoEli Friedman
2008-11-30APIntify a test which is potentially unsafe otherwise, and fix the Eli Friedman
2008-11-23Rename SetCCResultContents to BooleanContents. InDuncan Sands
2008-11-12Fix the testb optimization so x86 also bootstraps.Dale Johannesen
2008-11-10Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...Bill Wendling
2008-11-10Really fix testb optimization on big-endian.Dale Johannesen
2008-11-09Temporarily revert 58825, which breaks PPC bootstrap.Dale Johannesen
2008-11-08Make testb optimization work on big-endian targets.Dale Johannesen