summaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)AuthorFilesLines
2007-02-23Testcase for PR1164Bill Wendling1-0/+13
2007-02-23PR1164:Bill Wendling1-1/+1
2007-02-23New test - practically wrote itself.Jim Laskey1-0/+15
2007-02-23bugfix: SP wasn't updated for varargs when frame pointer was eliminated.Lauro Ramos Venancio1-2/+2
2007-02-23Fix stack alignment in functions with varargs.Lauro Ramos Venancio1-0/+20
2007-02-23-march=arm -enable-thumb => -march=thumbEvan Cheng15-40/+40
2007-02-19Added test case for PR1207.Evan Cheng1-0/+21
2007-02-19Fix test case.Evan Cheng1-3/+3
2007-02-17new testChris Lattner1-0/+6
2007-02-17Test that large absolute addresses are properly folded into addr modes onChris Lattner1-0/+9
2007-02-17new testcase that crashes llcChris Lattner1-0/+12
2007-02-17adding PR 1200 comment by requestDale Johannesen1-0/+1
2007-02-17Fixes PR 1200Dale Johannesen3-2/+74
2007-02-16testcase for recent targetdata regressionChris Lattner1-0/+3
2007-02-15Update this test to compile properly and check against the correctReid Spencer1-10/+9
2007-02-13sanity check for *basic* i128 arithmetic on all hosts.Chris Lattner1-0/+11
2007-02-13new testcase, by Dan GohmanChris Lattner1-0/+12
2007-02-13Add ABI information to ARM subtarget.Lauro Ramos Venancio1-1/+1
2007-02-13According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio1-0/+10
2007-02-13new testcase for PR1197Chris Lattner1-0/+335
2007-02-09Add ppc-specific test for better i64 compare codegen.Chris Lattner1-0/+9
2007-02-08i64 setcc tests.Evan Cheng3-6/+38
2007-02-07New test case.Evan Cheng1-6/+36
2007-02-06Add a DYNAMIC_STACKALLOC test case.Evan Cheng1-0/+30
2007-02-06testcase for pr1181Chris Lattner1-0/+14
2007-02-05Fix unord test.Lauro Ramos Venancio1-2/+2
2007-02-05Make the RUN: line readable.Reid Spencer1-1/+2
2007-02-05For PR411:Reid Spencer1-2/+2
2007-02-04new testcase for x86 backend miscompilationChris Lattner1-0/+21
2007-02-03Add a test case.Evan Cheng1-0/+27
2007-02-03__builtin_isunordered test case.Evan Cheng1-0/+18
2007-02-03Improves alloca test. Verifies SP restoration.Lauro Ramos Venancio1-1/+4
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer13-139/+120
2007-02-01My mistake, my environment wasn't up to date. This passes now.Reid Spencer1-1/+0
2007-02-01XFAIL this on x86 linux as it continues to fail.Reid Spencer1-1/+3
2007-02-01Add a test case.Evan Cheng1-0/+16
2007-02-01Added a thumb vararg test.Evan Cheng1-1/+4
2007-02-01new testcaseChris Lattner1-0/+25
2007-01-31Fix test case.Evan Cheng1-2/+0
2007-01-31Fix test cases.Evan Cheng3-10/+11
2007-01-31ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized...Lauro Ramos Venancio3-3/+3
2007-01-30Combine two tests.Evan Cheng2-20/+11
2007-01-30For PR411:Reid Spencer10-42/+45
2007-01-30Make the input legal.Reid Spencer1-2/+2
2007-01-30Add / merge tests.Evan Cheng2-10/+15
2007-01-29test that the 'ir' constraint works.Chris Lattner1-0/+7
2007-01-29new testcaseChris Lattner1-0/+7
2007-01-27Thumb tests.Evan Cheng1-2/+9
2007-01-27Merge tests.Evan Cheng2-31/+28
2007-01-26For PR761:Reid Spencer37-199/+197