| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -62/+62 |
* | Rather than having a different custom legalization | Duncan Sands | 2008-07-04 | 1 | -13/+8 |
* | Update comments to new-style syntax. | Dan Gohman | 2008-06-30 | 1 | -3/+3 |
* | Reorder the fields in TargetLowering to require less padding. | Dan Gohman | 2008-06-30 | 1 | -18/+18 |
* | Change bools to 1-bit bitfields to shrink ArgListEntry slightly. | Dan Gohman | 2008-06-30 | 1 | -6/+6 |
* | Replace some std::vectors that showed up in heap profiling with | Dan Gohman | 2008-06-30 | 1 | -2/+3 |
* | Disable some DAG combiner optimizations that may be | Duncan Sands | 2008-06-13 | 1 | -8/+8 |
* | If queried as to whether an operation is legal | Duncan Sands | 2008-06-12 | 1 | -13/+17 |
* | Remove comparison methods for MVT. The main cause | Duncan Sands | 2008-06-08 | 1 | -5/+7 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -146/+162 |
* | Fix typos and comments. | Evan Cheng | 2008-05-15 | 1 | -1/+1 |
* | Make use of vector load and store operations to implement memcpy, memmove, an... | Evan Cheng | 2008-05-15 | 1 | -0/+9 |
* | Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc... | Evan Cheng | 2008-05-12 | 1 | -1/+1 |
* | Forgot this. | Evan Cheng | 2008-05-12 | 1 | -7/+19 |
* | Make OpActionsCapacity multiple of 4. | Evan Cheng | 2008-05-09 | 1 | -2/+3 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -2/+5 |
* | Tail call optimization improvements: | Arnold Schwaighofer | 2008-04-30 | 1 | -0/+30 |
* | Implement a signficant optimization for inline asm: | Chris Lattner | 2008-04-27 | 1 | -4/+9 |
* | Move a bunch of inline asm code out of line. | Chris Lattner | 2008-04-27 | 1 | -66/+5 |
* | A few inline asm cleanups: | Chris Lattner | 2008-04-26 | 1 | -16/+19 |
* | Fix const-correctness issues with the SrcValue handling in the | Dan Gohman | 2008-04-14 | 1 | -5/+5 |
* | Clean up some comments. | Dan Gohman | 2008-04-14 | 1 | -5/+5 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 1 | -10/+53 |
* | Make isVectorClearMaskLegal's operand list const. | Dan Gohman | 2008-04-09 | 1 | -1/+1 |
* | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner | 2008-03-30 | 1 | -0/+3 |
* | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 1 | -11/+2 |
* | Add a target lowering hook to control whether it's worthwhile to compress fp ... | Evan Cheng | 2008-03-05 | 1 | -0/+5 |
* | Interface of getByValTypeAlignment differed between | Dale Johannesen | 2008-02-28 | 1 | -1/+2 |
* | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 1 | -3/+19 |
* | Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. | Dan Gohman | 2008-02-27 | 1 | -3/+3 |
* | Refactor inline asm constraint matching code out of SDIsel into TargetLowering. | Evan Cheng | 2008-02-26 | 1 | -1/+90 |
* | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 1 | -1/+2 |
* | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 1 | -1/+1 |
* | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 1 | -2/+2 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 1 | -3/+3 |
* | Add arbitrary integer support to getRegisterType and | Duncan Sands | 2008-02-11 | 1 | -1/+11 |
* | Add a isBigEndian method to complement isLittleEndian. | Duncan Sands | 2008-02-11 | 1 | -0/+1 |
* | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 1 | -4/+4 |
* | Handle 'X' constraint in asm's better. | Dale Johannesen | 2008-01-29 | 1 | -0/+5 |
* | Add more assertions to catch accesses outside of | Duncan Sands | 2008-01-25 | 1 | -13/+30 |
* | Let each target decide byval alignment. For X86, it's 4-byte unless the aggre... | Evan Cheng | 2008-01-23 | 1 | -1/+5 |
* | remove magic numbers. | Chris Lattner | 2008-01-18 | 1 | -13/+14 |
* | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -19/+23 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Tell TargetLoweringOpt whether it is running before | Chris Lattner | 2007-12-22 | 1 | -1/+3 |
* | Several changes: | Chris Lattner | 2007-11-24 | 1 | -3/+7 |
* | Much improved pic jumptable codegen: | Evan Cheng | 2007-11-09 | 1 | -1/+6 |
* | Fixed compilation errors on VC++. | Hartmut Kaiser | 2007-11-07 | 1 | -0/+2 |
* | Move the LowerMEMCPY and LowerMEMCPYCall to a common place. | Rafael Espindola | 2007-11-05 | 1 | -0/+16 |