| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 68 | -2845/+2862 |
* | 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 | 3 | -27/+64 |
* | 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 | 2 | -26/+1 |
* | Expose a public interface to this pass. | Chris Lattner | 2008-06-05 | 2 | -40/+73 |
* | Let libcall semantics decide whether it knows about functions | Chris Lattner | 2008-06-05 | 1 | -2/+2 |
* | Warn of potential violations of strict aliasing rules. | Evan Cheng | 2008-06-05 | 1 | -1/+1 |
* | Don't break strict aliasing. | Evan Cheng | 2008-06-05 | 1 | -6/+6 |
* | Describe loop index split. | Devang Patel | 2008-06-05 | 1 | -1/+15 |
* | Wording fixes. Thanks Bill! | Dan Gohman | 2008-06-05 | 1 | -3/+3 |
* | Remove debugging code. | Owen Anderson | 2008-06-05 | 1 | -4/+0 |
* | fix typos, tweak stuff, make it to validate | Gabor Greif | 2008-06-05 | 1 | -20/+20 |
* | 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 | 2 | -0/+20 |
* | Move i128 on x86-64 from the codegen section to the x86-specific section. | Dan Gohman | 2008-06-05 | 1 | -1/+2 |
* | Add a note about improved alignment detection. | Dan Gohman | 2008-06-05 | 1 | -0/+2 |
* | Add a note mentioning --view-sunit-dags improvements. | Dan Gohman | 2008-06-05 | 1 | -0/+2 |
* | Expand the bullet item about i128 support and APInt usage in codegen. | Dan Gohman | 2008-06-05 | 1 | -1/+6 |
* | Add a test case for opt -instcombine bug fix in revision 52003. | Zhou Sheng | 2008-06-05 | 1 | -0/+7 |
* | 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 | 2 | -1/+26 |
* | Add a test case for APInt bug fix in r51999. | Zhou Sheng | 2008-06-05 | 1 | -0/+60 |
* | As comments said, for negative value, the arithmetic | Zhou Sheng | 2008-06-05 | 1 | -1/+1 |
* | Escape "$#". | Nick Lewycky | 2008-06-05 | 1 | -1/+1 |
* | Learn ScalarReplAggregrates how stores and loads of first class aggregrates | Matthijs Kooijman | 2008-06-05 | 2 | -0/+83 |
* | Move this to the proper section. | Gordon Henriksen | 2008-06-05 | 1 | -3/+3 |
* | Adding release notes for bindings improvements. | Gordon Henriksen | 2008-06-05 | 1 | -0/+3 |
* | Let StructRetPromotion check if all if its users are really calls or invokesn, | Matthijs Kooijman | 2008-06-05 | 2 | -0/+24 |
* | Let StructRetPromotion check if it's users are really calling it and not | Matthijs Kooijman | 2008-06-05 | 2 | -0/+28 |
* | 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 | 2 | -2/+2 |
* | more updates and random notes, including changes up through Week-of-Mon-20080... | Chris Lattner | 2008-06-05 | 1 | -7/+40 |
* | Update comments and documentation to reflect that GCSE and ValueNumbering are | Matthijs Kooijman | 2008-06-05 | 5 | -3/+34 |
* | Cast because I think I know what I'm doing. There are warnings about converting | Bill Wendling | 2008-06-05 | 1 | -2/+2 |
* | Fix 80 column violations. | Matthijs Kooijman | 2008-06-05 | 1 | -4/+7 |
* | Remove unused parameter. Some clients might use -Werror when compiling and | Bill Wendling | 2008-06-05 | 1 | -2/+2 |
* | add llvmc2 notes, stack realignment. | Chris Lattner | 2008-06-05 | 1 | -3/+30 |
* | various status updates. | Chris Lattner | 2008-06-05 | 1 | -57/+16 |
* | Start adding 2.3 content. | Chris Lattner | 2008-06-05 | 1 | -24/+56 |
* | Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t... | Evan Cheng | 2008-06-04 | 2 | -2/+22 |
* | Remove unneeded #include. | Owen Anderson | 2008-06-04 | 1 | -1/+0 |
* | Fix inst_iterator example. | Chris Lattner | 2008-06-04 | 1 | -3/+6 |
* | 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 | 2 | -45/+95 |
* | 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 |