aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Eliminate enable-x86-fastccChris Lattner2007-02-285-6/+5
* fastcc -> fastcallChris Lattner2007-02-281-10/+8
* fastcc -> fastcallChris Lattner2007-02-282-4/+4
* fastcc -> fastcallChris Lattner2007-02-281-1/+1
* Fix test case.Evan Cheng2007-02-281-2/+2
* This test passes on x86/Linux now.Reid Spencer2007-02-271-1/+0
* Update for constant folding now generating undef and overflow correctly.Reid Spencer2007-02-272-8/+8
* Shifting by the bit width now produces undef, not 0.Reid Spencer2007-02-277-7/+7
* XFAIL this on x86-Linux until its fixed.Reid Spencer2007-02-271-0/+1
* Remove test cases that produce undefined results.Reid Spencer2007-02-2716-33/+5
* new testcaseChris Lattner2007-02-261-0/+16
* new testcaseChris Lattner2007-02-251-0/+13
* new testcaseChris Lattner2007-02-251-0/+5
* new testcaseChris Lattner2007-02-251-0/+11
* Test for PR1224.Jim Laskey2007-02-251-0/+12
* new testcase. @foo should be marked fastcc by globaloptChris Lattner2007-02-251-0/+11
* verify that double is returned in XMM0 if the function is fastcc.Chris Lattner2007-02-251-3/+16
* new testcaseChris Lattner2007-02-251-0/+12
* verify i128 return on x86-64 continues to codegen optimally.Chris Lattner2007-02-251-0/+8
* testcase for PR1219Chris Lattner2007-02-241-0/+13
* testcase for pr1215Chris Lattner2007-02-241-0/+5
* testcase for pr1217Chris Lattner2007-02-241-0/+32
* Make the testcase correct.Bill Wendling2007-02-231-2/+2
* Testcase for PR1164Bill Wendling2007-02-231-0/+13
* PR1164:Bill Wendling2007-02-231-1/+1
* New test - practically wrote itself.Jim Laskey2007-02-231-0/+15
* bugfix: SP wasn't updated for varargs when frame pointer was eliminated.Lauro Ramos Venancio2007-02-231-2/+2
* Fix stack alignment in functions with varargs.Lauro Ramos Venancio2007-02-231-0/+20
* fix this testcaseChris Lattner2007-02-231-1/+2
* -march=arm -enable-thumb => -march=thumbEvan Cheng2007-02-2315-40/+40
* missed cast eliminationAndrew Lenharth2007-02-221-1/+7
* Added test case for PR1207.Evan Cheng2007-02-191-0/+21
* Fix test case.Evan Cheng2007-02-191-3/+3
* this passes nowChris Lattner2007-02-191-1/+0
* new testChris Lattner2007-02-171-0/+6
* Test that large absolute addresses are properly folded into addr modes onChris Lattner2007-02-171-0/+9
* new testcase that crashes llcChris Lattner2007-02-171-0/+12
* testcase for PR1170Chris Lattner2007-02-171-0/+7
* new testcase for -fwritable-stringsChris Lattner2007-02-171-0/+7
* new testcaseChris Lattner2007-02-171-0/+5
* adding PR 1200 comment by requestDale Johannesen2007-02-171-0/+1
* Fixes PR 1200Dale Johannesen2007-02-173-2/+74
* testcase for recent targetdata regressionChris Lattner2007-02-161-0/+3
* Update this test to compile properly and check against the correctReid Spencer2007-02-151-10/+9
* For PR1195:Reid Spencer2007-02-151-2/+2
* update to new t-d strings.Chris Lattner2007-02-151-1/+1
* sanity check for *basic* i128 arithmetic on all hosts.Chris Lattner2007-02-131-0/+11
* new testcase, by Dan GohmanChris Lattner2007-02-131-0/+12
* Add ABI information to ARM subtarget.Lauro Ramos Venancio2007-02-131-1/+1
* According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio2007-02-131-0/+10