Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-03-28 | upgrade a random test | Chris Lattner | 1 | -4/+4 |
2007-03-26 | Test case for PR1266. | Evan Cheng | 1 | -0/+948 |
2007-03-25 | Add "feature" testcase for new switch lowering code | Anton Korobeynikov | 1 | -0/+32 |
2007-03-25 | new testcase | Chris Lattner | 1 | -0/+11 |
2007-03-25 | test that the ppc backend can do 64-bit cntlz | Chris Lattner | 1 | -0/+13 |
2007-03-25 | new testcase | Chris Lattner | 1 | -0/+9 |
2007-03-25 | new testcase | Chris Lattner | 1 | -0/+11 |
2007-03-25 | new testcase | Chris Lattner | 1 | -0/+10 |
2007-03-22 | Another test case. | Evan Cheng | 1 | -15/+13 |
2007-03-22 | Test case for PR1257 | Evan Cheng | 1 | -0/+97 |
2007-03-21 | New test case. | Evan Cheng | 1 | -0/+27 |
2007-03-20 | bugfix: When the source register of CALL_NOLINK was LR, the following code wa... | Lauro Ramos Venancio | 1 | -0/+53 |
2007-03-20 | These functions should use shll, not lea. | Chris Lattner | 1 | -0/+27 |
2007-03-19 | For PR1258: | Reid Spencer | 2 | -67/+67 |
2007-03-17 | GEP index sink test case. | Evan Cheng | 1 | -0/+73 |
2007-03-17 | Test case for X86 inline asm constraint 'I' | Devang Patel | 1 | -0/+28 |
2007-03-16 | And now support for MMX logical operations. | Bill Wendling | 1 | -59/+89 |
2007-03-15 | Multiplication support for MMX. | Bill Wendling | 1 | -0/+17 |
2007-03-14 | ARM isel should match ldr x +/- x * (2^n) to ldr [x, +/- x, lsl #log2(n)]. | Evan Cheng | 2 | -1/+17 |
2007-03-13 | New test. | Evan Cheng | 1 | -0/+47 |
2007-03-13 | This got better. | Evan Cheng | 1 | -43/+44 |
2007-03-10 | Adding more arithmetic operators to MMX. This is an almost exact copy of | Bill Wendling | 1 | -15/+64 |
2007-03-08 | Test inline asm modifier 'c'. | Evan Cheng | 1 | -11/+15 |
2007-03-08 | upgrade this testcase, add test for fp immediate to memory operand. | Chris Lattner | 1 | -6/+13 |
2007-03-08 | Add MMX arithmetic testcase. | Bill Wendling | 1 | -0/+35 |
2007-03-08 | Fix test case. | Evan Cheng | 2 | -17/+22 |
2007-03-07 | New test case. | Evan Cheng | 1 | -0/+21 |
2007-03-07 | New test case. | Evan Cheng | 1 | -0/+117 |
2007-03-05 | Add the emms intrinsic for MMX support. | Bill Wendling | 1 | -0/+11 |
2007-03-05 | Use init_array/fini_array sections for static contructors/destructors when th... | Lauro Ramos Venancio | 1 | -2/+4 |
2007-03-04 | new testcase, corresponds to: | Chris Lattner | 1 | -0/+11 |
2007-03-03 | New testcase for PR1239 | Chris Lattner | 1 | -0/+12 |
2007-03-02 | Add a new test case. | Evan Cheng | 1 | -0/+85 |
2007-03-01 | Ensure that fastcall'ed function is correctly mangled & stack is | Anton Korobeynikov | 2 | -1/+8 |
2007-02-28 | Eliminate enable-x86-fastcc | Chris Lattner | 5 | -6/+5 |
2007-02-28 | fastcc -> fastcall | Chris Lattner | 1 | -10/+8 |
2007-02-28 | fastcc -> fastcall | Chris Lattner | 2 | -4/+4 |
2007-02-28 | fastcc -> fastcall | Chris Lattner | 1 | -1/+1 |
2007-02-28 | Fix test case. | Evan Cheng | 1 | -2/+2 |
2007-02-27 | This test passes on x86/Linux now. | Reid Spencer | 1 | -1/+0 |
2007-02-27 | XFAIL this on x86-Linux until its fixed. | Reid Spencer | 1 | -0/+1 |
2007-02-26 | new testcase | Chris Lattner | 1 | -0/+16 |
2007-02-25 | new testcase | Chris Lattner | 1 | -0/+13 |
2007-02-25 | new testcase | Chris Lattner | 1 | -0/+5 |
2007-02-25 | Test for PR1224. | Jim Laskey | 1 | -0/+12 |
2007-02-25 | verify that double is returned in XMM0 if the function is fastcc. | Chris Lattner | 1 | -3/+16 |
2007-02-25 | new testcase | Chris Lattner | 1 | -0/+12 |
2007-02-25 | verify i128 return on x86-64 continues to codegen optimally. | Chris Lattner | 1 | -0/+8 |
2007-02-24 | testcase for PR1219 | Chris Lattner | 1 | -0/+13 |
2007-02-23 | Make the testcase correct. | Bill Wendling | 1 | -2/+2 |