| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix test for linux hosts. | Chris Lattner | 2007-04-14 | 1 | -1/+1 | 
| * | xfail this for now | Chris Lattner | 2007-04-13 | 1 | -0/+3 | 
| * | new lsr testcase | Chris Lattner | 2007-04-13 | 1 | -0/+60 | 
| * | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 | 
| * | this got better | Chris Lattner | 2007-04-11 | 1 | -2/+2 | 
| * | new testcases for integer abs function | Chris Lattner | 2007-04-11 | 1 | -0/+20 | 
| * | Better still. | Evan Cheng | 2007-04-04 | 1 | -1/+1 | 
| * | Fix test case. | Evan Cheng | 2007-04-04 | 1 | -1/+1 | 
| * | These got better. | Evan Cheng | 2007-04-04 | 1 | -1/+1 | 
| * | New asm test case. | Evan Cheng | 2007-04-04 | 1 | -0/+11 | 
| * | New test case. | Evan Cheng | 2007-04-03 | 1 | -0/+98 | 
| * | New test case. | Evan Cheng | 2007-04-03 | 1 | -0/+12 | 
| * | new testcase, where we should use a negative stride | Chris Lattner | 2007-04-03 | 1 | -0/+20 | 
| * | New test case. | Evan Cheng | 2007-04-02 | 1 | -0/+55 | 
| * | new testcase. | Chris Lattner | 2007-04-02 | 1 | -0/+19 | 
| * | - Divides the comparisons in two types: comparisons that only use N and Z | Lauro Ramos Venancio | 2007-04-02 | 1 | -0/+21 | 
| * | Missing '&&' | Evan Cheng | 2007-03-30 | 1 | -1/+1 | 
| * | Test case for PR1279 (part 2). | Evan Cheng | 2007-03-30 | 1 | -0/+101 | 
| * | Remove use of implementation keyword. | Reid Spencer | 2007-03-28 | 5 | -6/+0 | 
| * | Added a test case for PR1279. | Evan Cheng | 2007-03-28 | 1 | -0/+37 | 
| * | Test case for PR1266. | Evan Cheng | 2007-03-26 | 1 | -0/+948 | 
| * | Another test case. | Evan Cheng | 2007-03-22 | 1 | -15/+13 | 
| * | Test case for PR1257 | Evan Cheng | 2007-03-22 | 1 | -0/+97 | 
| * | New test case. | Evan Cheng | 2007-03-21 | 1 | -0/+27 | 
| * | bugfix: When the source register of CALL_NOLINK was LR, the following code wa... | Lauro Ramos Venancio | 2007-03-20 | 1 | -0/+53 | 
| * | For PR1258: | Reid Spencer | 2007-03-19 | 1 | -12/+12 | 
| * | GEP index sink test case. | Evan Cheng | 2007-03-17 | 1 | -0/+73 | 
| * | ARM isel should match ldr x +/- x * (2^n) to ldr [x, +/- x, lsl #log2(n)]. | Evan Cheng | 2007-03-14 | 2 | -1/+17 | 
| * | New test. | Evan Cheng | 2007-03-13 | 1 | -0/+47 | 
| * | Test inline asm modifier 'c'. | Evan Cheng | 2007-03-08 | 1 | -11/+15 | 
| * | Fix test case. | Evan Cheng | 2007-03-08 | 2 | -17/+22 | 
| * | New test case. | Evan Cheng | 2007-03-07 | 1 | -0/+21 | 
| * | New test case. | Evan Cheng | 2007-03-07 | 1 | -0/+117 | 
| * | Use init_array/fini_array sections for static contructors/destructors when th... | Lauro Ramos Venancio | 2007-03-05 | 1 | -2/+4 | 
| * | Fix test case. | Evan Cheng | 2007-02-28 | 1 | -2/+2 | 
| * | 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 | 
| * | -march=arm -enable-thumb => -march=thumb | Evan Cheng | 2007-02-23 | 15 | -40/+40 | 
| * | 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 | 
| * | i64 setcc tests. | Evan Cheng | 2007-02-08 | 1 | -0/+20 | 
| * | New test case. | Evan Cheng | 2007-02-07 | 1 | -6/+36 | 
| * | Add a DYNAMIC_STACKALLOC test case. | Evan Cheng | 2007-02-06 | 1 | -0/+30 | 
| * | Fix unord test. | Lauro Ramos Venancio | 2007-02-05 | 1 | -2/+2 | 
| * | Add a test case. | Evan Cheng | 2007-02-03 | 1 | -0/+27 | 
| * | __builtin_isunordered test case. | Evan Cheng | 2007-02-03 | 1 | -0/+18 | 
| * | Improves alloca test. Verifies SP restoration. | Lauro Ramos Venancio | 2007-02-03 | 1 | -1/+4 | 
| * | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 6 | -42/+42 | 
| * | My mistake, my environment wasn't up to date. This passes now. | Reid Spencer | 2007-02-01 | 1 | -1/+0 | 
| * | XFAIL this on x86 linux as it continues to fail. | Reid Spencer | 2007-02-01 | 1 | -1/+3 | 
