| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Run code placement optimization for targets that want it (arm and x86 for now). | Evan Cheng | 2009-05-13 | 1 | -0/+1 | 
| *  | Typo | Anton Korobeynikov | 2009-05-08 | 1 | -1/+1 | 
| *  | Fix typo | Anton Korobeynikov | 2009-05-03 | 1 | -1/+1 | 
| *  | Properly handle sdiv / udiv / srem / urem libcalls | Anton Korobeynikov | 2009-05-03 | 1 | -0/+4 | 
| *  | Proper name 16 bit libcalls | Anton Korobeynikov | 2009-05-03 | 1 | -4/+4 | 
| *  | Allow CONCAT_VECTORS nodes to be legal or have custom lowering for some targets. | Bob Wilson | 2009-05-01 | 1 | -0/+1 | 
| *  | Move helper functions for optimizing division by constant into the APInt | Jay Foad | 2009-04-30 | 1 | -101/+2 | 
| *  | Disable the load-shrinking optimization from looking at | Chris Lattner | 2009-04-29 | 1 | -3/+6 | 
| *  | Fix PR3898, which manifests as failures on are an Xcore, | Chris Lattner | 2009-04-18 | 1 | -1/+1 | 
| *  | Implement support for using modeling implicit-zero-extension on x86-64 | Dan Gohman | 2009-04-08 | 1 | -3/+72 | 
| *  | Fix a TargetLowering optimization so that it doesn't duplicate | Dan Gohman | 2009-04-03 | 1 | -0/+1 | 
| *  | Make check in CheckTailCallReturnConstraints for ignorable instructions between | Arnold Schwaighofer | 2009-03-28 | 1 | -18/+32 | 
| *  | Enable tail call optimization for functions that return a struct (bug 3664) a... | Arnold Schwaighofer | 2009-03-28 | 1 | -0/+24 | 
| *  | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -1/+1 | 
| *  | The DAG combiner was performing a BT combine. The BT combine had a value of -1, | Bill Wendling | 2009-03-04 | 1 | -11/+22 | 
| *  | Refactor TLS code and add some tests. The tests and expected results are: | Rafael Espindola | 2009-02-27 | 1 | -0/+22 | 
| *  | Don't assume that a left-shift of a value with one bit set will have | Dan Gohman | 2009-02-15 | 1 | -6/+23 | 
| *  | Arrange to print constants that match "n" and "i" constraints | Dale Johannesen | 2009-02-12 | 1 | -2/+5 | 
| *  | Make a transformation added in 63266 a bit less aggressive. | Dale Johannesen | 2009-02-11 | 1 | -5/+9 | 
| *  | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen | 2009-02-07 | 1 | -1/+1 | 
| *  | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 1 | -1/+1 | 
| *  | Remove more non-DebugLoc getNode variants.  Use | Dale Johannesen | 2009-02-06 | 1 | -3/+2 | 
| *  | Remove more non-DebugLoc versions of getNode. | Dale Johannesen | 2009-02-06 | 1 | -3/+4 | 
| *  | Propagation in TargetLowering.  Includes passing a DL | Dale Johannesen | 2009-02-03 | 1 | -89/+105 | 
| *  | Fix PR3401: when using large integers, the type | Duncan Sands | 2009-01-31 | 1 | -3/+5 | 
| *  | Get rid of the non-DebugLoc-ified getNOT() method. | Bill Wendling | 2009-01-30 | 1 | -5/+5 | 
| *  | Fix two typos that Duncan spotted in a comment. | Dan Gohman | 2009-01-29 | 1 | -1/+1 | 
| *  | Make x86's BT instruction matching more thorough, and add some | Dan Gohman | 2009-01-29 | 1 | -1/+42 | 
| *  | Make isOperationLegal do what its name suggests, and introduce a | Dan Gohman | 2009-01-28 | 1 | -4/+4 | 
| *  | Add SelectionDAG::getNOT method to construct bitwise NOT operations, | Bob Wilson | 2009-01-22 | 1 | -14/+14 | 
| *  | Few targets like PIC16 wants libcall generation for illegal type i16. | Sanjiv Gupta | 2009-01-18 | 1 | -0/+4 | 
| *  | Make getWidenVectorType const; this file was missed in the | Dan Gohman | 2009-01-15 | 1 | -1/+1 | 
| *  | TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its | Dan Gohman | 2009-01-05 | 1 | -2/+0 | 
| *  | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -1/+1 | 
| *  | Added support for vector widening. | Mon P Wang | 2008-12-18 | 1 | -2/+26 | 
| *  | Followup to r60283: optimize arbitrary width signed divisions as well  | Eli Friedman | 2008-11-30 | 1 | -71/+34 | 
| *  | Fix for PR2164: allow transforming arbitrary-width unsigned divides into | Eli Friedman | 2008-11-30 | 1 | -95/+65 | 
| *  | APIntify a test which is potentially unsafe otherwise, and fix the  | Eli Friedman | 2008-11-30 | 1 | -3/+10 | 
| *  | Rename SetCCResultContents to BooleanContents.  In | Duncan Sands | 2008-11-23 | 1 | -1/+1 | 
| *  | Fix the testb optimization so x86 also bootstraps. | Dale Johannesen | 2008-11-12 | 1 | -3/+1 | 
| *  | Temporarily revert r58979 and related patch. It's causing a failure in X86 bo... | Bill Wendling | 2008-11-10 | 1 | -1/+3 | 
| *  | Really fix testb optimization on big-endian. | Dale Johannesen | 2008-11-10 | 1 | -5/+8 | 
| *  | Temporarily revert 58825, which breaks PPC bootstrap. | Dale Johannesen | 2008-11-09 | 1 | -1/+3 | 
| *  | Make testb optimization work on big-endian targets. | Dale Johannesen | 2008-11-08 | 1 | -1/+4 | 
| *  | When we're doing a compare of load-AND-constant to 0 | Dale Johannesen | 2008-11-07 | 1 | -0/+46 | 
| *  | Widening cleanup | Mon P Wang | 2008-11-06 | 1 | -1/+1 | 
| *  | Add initial support for vector widening.  Logic is set to widen for X86. | Mon P Wang | 2008-10-30 | 1 | -1/+15 | 
| *  | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+17 | 
| *  | Keep track of *which* input constraint matches an output | Chris Lattner | 2008-10-17 | 1 | -3/+3 | 
| *  | add an assert so that PR2356 explodes instead of running off an | Chris Lattner | 2008-10-17 | 1 | -0/+15 |