| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman | 2010-07-07 | 1 | -0/+60 | 
| *  | Propagate debug loc. | Devang Patel | 2010-07-06 | 1 | -1/+2 | 
| *  | more tidying. | Chris Lattner | 2010-07-05 | 1 | -8/+4 | 
| *  | random tidying | Chris Lattner | 2010-07-05 | 1 | -35/+35 | 
| *  | In asm's, output operands with matching input constraints | Dale Johannesen | 2010-06-28 | 1 | -2/+7 | 
| *  | Change if-conversion block size limit checks to add some flexibility. | Evan Cheng | 2010-06-25 | 1 | -2/+0 | 
| *  | The hasMemory argument is irrelevant to how the argument | Dale Johannesen | 2010-06-25 | 1 | -5/+3 | 
| *  | Reapply r106634, now that the bug it exposed is fixed. | Dan Gohman | 2010-06-24 | 1 | -4/+4 | 
| *  | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar | 2010-06-23 | 1 | -4/+4 | 
| *  | Some targets don't require the fencing MEMBARRIER instructions surrounding | Jim Grosbach | 2010-06-23 | 1 | -0/+1 | 
| *  | back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set) | Jim Grosbach | 2010-06-18 | 1 | -0/+4 | 
| *  | Add Expand-to-libcall support for additional atomics. This covers the usual | Jim Grosbach | 2010-06-18 | 1 | -0/+28 | 
| *  | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman | 2010-06-18 | 1 | -4/+4 | 
| *  | Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. It | Dan Gohman | 2010-06-03 | 1 | -4/+8 | 
| *  | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng | 2010-05-19 | 1 | -1/+1 | 
| *  | Trim #includes and forward declarations. | Dan Gohman | 2010-05-11 | 1 | -1/+0 | 
| *  | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor | 2010-05-11 | 1 | -2/+2 | 
| *  | Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1), | Anton Korobeynikov | 2010-05-01 | 1 | -1/+6 | 
| *  | Add more const qualifiers on TargetMachine and friends. | Dan Gohman | 2010-04-21 | 1 | -1/+2 | 
| *  | Because of the EMMS problem, right now we have to support | Dale Johannesen | 2010-04-20 | 1 | -1/+1 | 
| *  | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng | 2010-04-17 | 1 | -19/+26 | 
| *  | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -1/+1 | 
| *  | Add few missed libcalls and correct names for others. | Anton Korobeynikov | 2010-03-26 | 1 | -4/+16 | 
| *  | Remove the ConvertActions table and associated code, which is unused. | Dan Gohman | 2010-03-24 | 1 | -1/+0 | 
| *  | Turn calls to copysignl into an FCOPYSIGN node.  Handle FCOPYSIGN nodes | Duncan Sands | 2010-03-14 | 1 | -0/+4 | 
| *  | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov | 2010-03-14 | 1 | -0/+4 | 
| *  | Remove getWidenVectorType, which is no longer used. | Dan Gohman | 2010-03-11 | 1 | -14/+0 | 
| *  | Fix several places to handle vector operands properly. | Dan Gohman | 2010-03-02 | 1 | -1/+1 | 
| *  | Fix optimization of ISD::TRUNCATE on vector operands. Based on a patch | Dan Gohman | 2010-03-01 | 1 | -4/+5 | 
| *  | Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. | Evan Cheng | 2010-02-27 | 1 | -7/+33 | 
| *  | Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in | Daniel Dunbar | 2010-02-24 | 1 | -33/+7 | 
| *  | Re-apply 96540 and 96556 with fixes. | Evan Cheng | 2010-02-24 | 1 | -7/+33 | 
| *  | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands | 2010-02-19 | 1 | -30/+4 | 
| *  | Transform (xor (setcc), (setcc)) == / != 1 to | Evan Cheng | 2010-02-19 | 1 | -3/+13 | 
| *  | Some dag combiner goodness: | Evan Cheng | 2010-02-18 | 1 | -4/+20 | 
| *  | Add non-temporal flags and remove an assumption of default arguments. | David Greene | 2010-02-15 | 1 | -1/+1 | 
| *  | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang | 2010-02-10 | 1 | -0/+18 | 
| *  | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 | 
| *  | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner | 2010-01-26 | 1 | -3/+2 | 
| *  | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner | 2010-01-26 | 1 | -4/+4 | 
| *  | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner | 2010-01-26 | 1 | -2/+4 | 
| *  | stub out a new target hook, need some refactoring before I can | Chris Lattner | 2010-01-26 | 1 | -0/+11 | 
| *  | Rearrange handling of jump tables.  Highlights: | Chris Lattner | 2010-01-25 | 1 | -0/+17 | 
| *  | It seems better to scalarize vectors of size 1 instead of widening them. | Mon P Wang | 2010-01-24 | 1 | -1/+1 | 
| *  | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman | 2010-01-09 | 1 | -10/+14 | 
| *  | APInt'fy TargetLowering::SimplifySetCC to fix PR5963. | Evan Cheng | 2010-01-07 | 1 | -15/+15 | 
| *  | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng | 2010-01-06 | 1 | -9/+13 | 
| *  | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta | 2009-12-28 | 1 | -0/+4 | 
| *  | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 1 | -2/+2 | 
| *  | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng | 2009-12-09 | 1 | -42/+0 |