aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2007-04-16Fix hello.ll test.Lauro Ramos Venancio
2007-04-16Fix align test.Lauro Ramos Venancio
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2007-04-15For PR1319: Upgrade to use new test harnessReid Spencer
2007-04-14fix test for linux hosts.Chris Lattner
2007-04-13xfail this for nowChris Lattner
2007-04-13new lsr testcaseChris Lattner
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-11this got betterChris Lattner
2007-04-11new testcases for integer abs functionChris Lattner
2007-04-04Better still.Evan Cheng
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