aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2007-04-04Fix test case.Evan Cheng
2007-04-04These got better.Evan Cheng
2007-04-04New asm test case.Evan Cheng
2007-04-03New test case.Evan Cheng
2007-04-03New test case.Evan Cheng
2007-04-03new testcase, where we should use a negative strideChris Lattner
2007-04-02New test case.Evan Cheng
2007-04-02new testcase.Chris Lattner
2007-04-02- Divides the comparisons in two types: comparisons that only use N and ZLauro Ramos Venancio
2007-03-30Missing '&&'Evan Cheng
2007-03-30Test case for PR1279 (part 2).Evan Cheng
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-03-28Added a test case for PR1279.Evan Cheng
2007-03-26Test case for PR1266.Evan Cheng
2007-03-22Another test case.Evan Cheng
2007-03-22Test case for PR1257Evan Cheng
2007-03-21New test case.Evan Cheng
2007-03-20bugfix: When the source register of CALL_NOLINK was LR, the following code wa...Lauro Ramos Venancio
2007-03-19For PR1258:Reid Spencer
2007-03-17GEP index sink test case.Evan Cheng
2007-03-14ARM isel should match ldr x +/- x * (2^n) to ldr [x, +/- x, lsl #log2(n)].Evan Cheng
2007-03-13New test.Evan Cheng
2007-03-08Test inline asm modifier 'c'.Evan Cheng
2007-03-08Fix test case.Evan Cheng
2007-03-07New test case.Evan Cheng
2007-03-07New test case.Evan Cheng
2007-03-05Use init_array/fini_array sections for static contructors/destructors when th...Lauro Ramos Venancio
2007-02-28Fix test case.Evan Cheng
2007-02-23bugfix: SP wasn't updated for varargs when frame pointer was eliminated.Lauro Ramos Venancio
2007-02-23Fix stack alignment in functions with varargs.Lauro Ramos Venancio
2007-02-23-march=arm -enable-thumb => -march=thumbEvan Cheng
2007-02-13Add ABI information to ARM subtarget.Lauro Ramos Venancio
2007-02-13According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio
2007-02-08i64 setcc tests.Evan Cheng
2007-02-07New test case.Evan Cheng
2007-02-06Add a DYNAMIC_STACKALLOC test case.Evan Cheng
2007-02-05Fix unord test.Lauro Ramos Venancio
2007-02-03Add a test case.Evan Cheng
2007-02-03__builtin_isunordered test case.Evan Cheng
2007-02-03Improves alloca test. Verifies SP restoration.Lauro Ramos Venancio
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-02-01My mistake, my environment wasn't up to date. This passes now.Reid Spencer
2007-02-01XFAIL this on x86 linux as it continues to fail.Reid Spencer
2007-02-01Add a test case.Evan Cheng
2007-02-01Added a thumb vararg test.Evan Cheng
2007-01-31Fix test case.Evan Cheng
2007-01-31Fix test cases.Evan Cheng
2007-01-31ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized...Lauro Ramos Venancio
2007-01-30Combine two tests.Evan Cheng
2007-01-30For PR411:Reid Spencer