aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2007-02-25new testcaseChris Lattner
2007-02-25Test for PR1224.Jim Laskey
2007-02-25verify that double is returned in XMM0 if the function is fastcc.Chris Lattner
2007-02-25new testcaseChris Lattner
2007-02-25verify i128 return on x86-64 continues to codegen optimally.Chris Lattner
2007-02-24testcase for PR1219Chris Lattner
2007-02-23Make the testcase correct.Bill Wendling
2007-02-23Testcase for PR1164Bill Wendling
2007-02-23PR1164:Bill Wendling
2007-02-23New test - practically wrote itself.Jim Laskey
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-19Added test case for PR1207.Evan Cheng
2007-02-19Fix test case.Evan Cheng
2007-02-17new testChris Lattner
2007-02-17Test that large absolute addresses are properly folded into addr modes onChris Lattner
2007-02-17new testcase that crashes llcChris Lattner
2007-02-17adding PR 1200 comment by requestDale Johannesen
2007-02-17Fixes PR 1200Dale Johannesen
2007-02-16testcase for recent targetdata regressionChris Lattner
2007-02-15Update this test to compile properly and check against the correctReid Spencer
2007-02-13sanity check for *basic* i128 arithmetic on all hosts.Chris Lattner
2007-02-13new testcase, by Dan GohmanChris Lattner
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-13new testcase for PR1197Chris Lattner
2007-02-09Add ppc-specific test for better i64 compare codegen.Chris Lattner
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-06testcase for pr1181Chris Lattner
2007-02-05Fix unord test.Lauro Ramos Venancio
2007-02-05Make the RUN: line readable.Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-04new testcase for x86 backend miscompilationChris Lattner
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-02-01new testcaseChris Lattner
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