Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate enable-x86-fastcc | Chris Lattner | 2007-02-28 | 5 | -6/+5 |
* | fastcc -> fastcall | Chris Lattner | 2007-02-28 | 1 | -10/+8 |
* | fastcc -> fastcall | Chris Lattner | 2007-02-28 | 2 | -4/+4 |
* | fastcc -> fastcall | Chris Lattner | 2007-02-28 | 1 | -1/+1 |
* | Fix test case. | Evan Cheng | 2007-02-28 | 1 | -2/+2 |
* | This test passes on x86/Linux now. | Reid Spencer | 2007-02-27 | 1 | -1/+0 |
* | Update for constant folding now generating undef and overflow correctly. | Reid Spencer | 2007-02-27 | 2 | -8/+8 |
* | Shifting by the bit width now produces undef, not 0. | Reid Spencer | 2007-02-27 | 7 | -7/+7 |
* | XFAIL this on x86-Linux until its fixed. | Reid Spencer | 2007-02-27 | 1 | -0/+1 |
* | Remove test cases that produce undefined results. | Reid Spencer | 2007-02-27 | 16 | -33/+5 |
* | new testcase | Chris Lattner | 2007-02-26 | 1 | -0/+16 |
* | new testcase | Chris Lattner | 2007-02-25 | 1 | -0/+13 |
* | new testcase | Chris Lattner | 2007-02-25 | 1 | -0/+5 |
* | new testcase | Chris Lattner | 2007-02-25 | 1 | -0/+11 |
* | Test for PR1224. | Jim Laskey | 2007-02-25 | 1 | -0/+12 |
* | new testcase. @foo should be marked fastcc by globalopt | Chris Lattner | 2007-02-25 | 1 | -0/+11 |
* | verify that double is returned in XMM0 if the function is fastcc. | Chris Lattner | 2007-02-25 | 1 | -3/+16 |
* | new testcase | Chris Lattner | 2007-02-25 | 1 | -0/+12 |
* | verify i128 return on x86-64 continues to codegen optimally. | Chris Lattner | 2007-02-25 | 1 | -0/+8 |
* | testcase for PR1219 | Chris Lattner | 2007-02-24 | 1 | -0/+13 |
* | testcase for pr1215 | Chris Lattner | 2007-02-24 | 1 | -0/+5 |
* | testcase for pr1217 | Chris Lattner | 2007-02-24 | 1 | -0/+32 |
* | Make the testcase correct. | Bill Wendling | 2007-02-23 | 1 | -2/+2 |
* | Testcase for PR1164 | Bill Wendling | 2007-02-23 | 1 | -0/+13 |
* | PR1164: | Bill Wendling | 2007-02-23 | 1 | -1/+1 |
* | New test - practically wrote itself. | Jim Laskey | 2007-02-23 | 1 | -0/+15 |
* | bugfix: SP wasn't updated for varargs when frame pointer was eliminated. | Lauro Ramos Venancio | 2007-02-23 | 1 | -2/+2 |
* | Fix stack alignment in functions with varargs. | Lauro Ramos Venancio | 2007-02-23 | 1 | -0/+20 |
* | fix this testcase | Chris Lattner | 2007-02-23 | 1 | -1/+2 |
* | -march=arm -enable-thumb => -march=thumb | Evan Cheng | 2007-02-23 | 15 | -40/+40 |
* | missed cast elimination | Andrew Lenharth | 2007-02-22 | 1 | -1/+7 |
* | Added test case for PR1207. | Evan Cheng | 2007-02-19 | 1 | -0/+21 |
* | Fix test case. | Evan Cheng | 2007-02-19 | 1 | -3/+3 |
* | this passes now | Chris Lattner | 2007-02-19 | 1 | -1/+0 |
* | new test | Chris Lattner | 2007-02-17 | 1 | -0/+6 |
* | Test that large absolute addresses are properly folded into addr modes on | Chris Lattner | 2007-02-17 | 1 | -0/+9 |
* | new testcase that crashes llc | Chris Lattner | 2007-02-17 | 1 | -0/+12 |
* | testcase for PR1170 | Chris Lattner | 2007-02-17 | 1 | -0/+7 |
* | new testcase for -fwritable-strings | Chris Lattner | 2007-02-17 | 1 | -0/+7 |
* | new testcase | Chris Lattner | 2007-02-17 | 1 | -0/+5 |
* | adding PR 1200 comment by request | Dale Johannesen | 2007-02-17 | 1 | -0/+1 |
* | Fixes PR 1200 | Dale Johannesen | 2007-02-17 | 3 | -2/+74 |
* | testcase for recent targetdata regression | Chris Lattner | 2007-02-16 | 1 | -0/+3 |
* | Update this test to compile properly and check against the correct | Reid Spencer | 2007-02-15 | 1 | -10/+9 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -2/+2 |
* | update to new t-d strings. | Chris Lattner | 2007-02-15 | 1 | -1/+1 |
* | sanity check for *basic* i128 arithmetic on all hosts. | Chris Lattner | 2007-02-13 | 1 | -0/+11 |
* | new testcase, by Dan Gohman | Chris Lattner | 2007-02-13 | 1 | -0/+12 |
* | Add ABI information to ARM subtarget. | Lauro Ramos Venancio | 2007-02-13 | 1 | -1/+1 |
* | According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned. | Lauro Ramos Venancio | 2007-02-13 | 1 | -0/+10 |