| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove comparison methods for MVT. The main cause | Duncan Sands | 2008-06-08 | 15 | -104/+91 |
* | Limit the icmp+phi merging optimization to the cases where it is profitable: | Chris Lattner | 2008-06-08 | 1 | -4/+12 |
* | Added FP instruction formats. | Bruno Cardoso Lopes | 2008-06-08 | 1 | -1/+58 |
* | Temporarily reverting r52056. It's causing PPC to fail to bootstrap. | Bill Wendling | 2008-06-08 | 1 | -3/+0 |
* | Added support for FP Registers | Bruno Cardoso Lopes | 2008-06-07 | 1 | -31/+153 |
* | Speculatively execute a block when the the block is the then part of a triang... | Evan Cheng | 2008-06-07 | 1 | -0/+121 |
* | Revert r52046. It broke cbe on x86 / Mac OS X. | Evan Cheng | 2008-06-07 | 1 | -21/+6 |
* | CodeGen support for insertvalue and extractvalue, and for loads and | Dan Gohman | 2008-06-07 | 1 | -26/+233 |
* | Connect successors before creating the DAG node for the branch. This has | Owen Anderson | 2008-06-07 | 1 | -22/+24 |
* | get rid of ExtractValueInst::init's Value argument, it is already passed to t... | Gabor Greif | 2008-06-06 | 1 | -6/+4 |
* | Typo. | Evan Cheng | 2008-06-06 | 1 | -1/+1 |
* | make ExtractValueInst derived from UnaryInstruction | Gabor Greif | 2008-06-06 | 1 | -12/+9 |
* | Enable stack coloring by default. | Evan Cheng | 2008-06-06 | 2 | -8/+11 |
* | PPC preferred loop alignment is 16. | Evan Cheng | 2008-06-06 | 1 | -0/+3 |
* | LoopSimplify preserves AA. | Devang Patel | 2008-06-06 | 1 | -3/+5 |
* | Print debug message only if there are dead passes. | Devang Patel | 2008-06-06 | 1 | -2/+3 |
* | Handle assembler identifiers specially in CBE. This fixes PR2418. | Anton Korobeynikov | 2008-06-06 | 1 | -6/+21 |
* | Tighten up the abstraction slightly. | Duncan Sands | 2008-06-06 | 1 | -10/+10 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 50 | -2030/+2011 |
* | As Chris suggested, handle the situation if ShAmt larger than BitWidth, | Zhou Sheng | 2008-06-06 | 1 | -1/+1 |
* | Refine stack slot interval weight computation. | Evan Cheng | 2008-06-06 | 2 | -23/+58 |
* | Turn stdout into binary mode during bitcode emission. | Anton Korobeynikov | 2008-06-06 | 1 | -0/+5 |
* | Provide hooks for libgcc symbols' address resolution inside lli on mingw32. | Anton Korobeynikov | 2008-06-06 | 1 | -0/+30 |
* | Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodes | Bruno Cardoso Lopes | 2008-06-06 | 2 | -56/+76 |
* | Added custom SELECT_CC lowering | Bruno Cardoso Lopes | 2008-06-06 | 5 | -14/+175 |
* | Revert 52002. | Dan Gohman | 2008-06-05 | 1 | -4/+1 |
* | Expose a public interface to this pass. | Chris Lattner | 2008-06-05 | 1 | -40/+12 |
* | Let libcall semantics decide whether it knows about functions | Chris Lattner | 2008-06-05 | 1 | -2/+2 |
* | Don't break strict aliasing. | Evan Cheng | 2008-06-05 | 1 | -6/+6 |
* | Remove debugging code. | Owen Anderson | 2008-06-05 | 1 | -4/+0 |
* | Use the newly created helper on LiveIntervals. | Owen Anderson | 2008-06-05 | 1 | -116/+21 |
* | Add a helper for constructing new live ranges that ended from an instruction ... | Owen Anderson | 2008-06-05 | 1 | -0/+15 |
* | If BitWidth equals to ShtAmt, the RHSKnownZero[BitWidth-ShiftAmt-1] will | Zhou Sheng | 2008-06-05 | 1 | -1/+1 |
* | Change the Verifier to support returning first class aggregrates. | Matthijs Kooijman | 2008-06-05 | 1 | -1/+4 |
* | As comments said, for negative value, the arithmetic | Zhou Sheng | 2008-06-05 | 1 | -1/+1 |
* | Learn ScalarReplAggregrates how stores and loads of first class aggregrates | Matthijs Kooijman | 2008-06-05 | 1 | -0/+51 |
* | Let StructRetPromotion check if all if its users are really calls or invokesn, | Matthijs Kooijman | 2008-06-05 | 1 | -0/+4 |
* | Let StructRetPromotion check if it's users are really calling it and not | Matthijs Kooijman | 2008-06-05 | 1 | -0/+4 |
* | Use use_iterator::getOperandNo instead of CallSite::hasArgument to check if a | Matthijs Kooijman | 2008-06-05 | 1 | -7/+6 |
* | * Make CallSite::hasArgument const and let it take a const parameter. | Matthijs Kooijman | 2008-06-05 | 1 | -1/+1 |
* | Update comments and documentation to reflect that GCSE and ValueNumbering are | Matthijs Kooijman | 2008-06-05 | 4 | -1/+14 |
* | Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t... | Evan Cheng | 2008-06-04 | 1 | -2/+3 |
* | Remove unneeded #include. | Owen Anderson | 2008-06-04 | 1 | -1/+0 |
* | Oops. Should not be enabled by default. | Evan Cheng | 2008-06-04 | 1 | -1/+1 |
* | Rewrite a bunch of the CBE's inline asm code, giving it the | Chris Lattner | 2008-06-04 | 1 | -45/+83 |
* | Correctly construct live intervals for the copies we inserted into the predec... | Owen Anderson | 2008-06-04 | 1 | -1/+38 |
* | Revert this. | Evan Cheng | 2008-06-04 | 1 | -4/+0 |
* | Replace two manual loops with calls to CallSite::hasArguments (no functional ... | Matthijs Kooijman | 2008-06-04 | 2 | -10/+6 |
* | Add CallSite::hasArgument to allow for seeing if a call passes a certain valu... | Matthijs Kooijman | 2008-06-04 | 1 | -0/+7 |
* | Add a Name parameter to two of the init methods of GetElementPointer to make ... | Matthijs Kooijman | 2008-06-04 | 1 | -6/+8 |