Propagate ValueRanges across equality.
[oota-llvm.git] / test / CodeGen /
2007-03-17 Evan ChengGEP index sink test case.
2007-03-17 Devang PatelTest case for X86 inline asm constraint 'I'
2007-03-16 Bill WendlingAnd now support for MMX logical operations.
2007-03-15 Bill WendlingMultiplication support for MMX.
2007-03-14 Evan ChengARM isel should match ldr x +/- x * (2^n) to ldr [x...
2007-03-13 Evan ChengNew test.
2007-03-13 Evan ChengThis got better.
2007-03-10 Bill WendlingAdding more arithmetic operators to MMX. This is an...
2007-03-08 Evan ChengTest inline asm modifier 'c'.
2007-03-08 Chris Lattnerupgrade this testcase, add test for fp immediate to...
2007-03-08 Bill WendlingAdd MMX arithmetic testcase.
2007-03-08 Evan ChengFix test case.
2007-03-07 Evan ChengNew test case.
2007-03-07 Evan ChengNew test case.
2007-03-05 Bill WendlingAdd the emms intrinsic for MMX support.
2007-03-05 Lauro Ramos VenancioUse init_array/fini_array sections for static contructo...
2007-03-04 Chris Lattnernew testcase, corresponds to:
2007-03-03 Chris LattnerNew testcase for PR1239
2007-03-02 Evan ChengAdd a new test case.
2007-03-01 Anton KorobeynikovEnsure that fastcall'ed function is correctly mangled...
2007-02-28 Chris LattnerEliminate enable-x86-fastcc
2007-02-28 Chris Lattnerfastcc -> fastcall
2007-02-28 Chris Lattnerfastcc -> fastcall
2007-02-28 Chris Lattnerfastcc -> fastcall
2007-02-28 Evan ChengFix test case.
2007-02-27 Reid SpencerThis test passes on x86/Linux now.
2007-02-27 Reid SpencerXFAIL this on x86-Linux until its fixed.
2007-02-26 Chris Lattnernew testcase
2007-02-25 Chris Lattnernew testcase
2007-02-25 Chris Lattnernew testcase
2007-02-25 Jim LaskeyTest for PR1224.
2007-02-25 Chris Lattnerverify that double is returned in XMM0 if the function...
2007-02-25 Chris Lattnernew testcase
2007-02-25 Chris Lattnerverify i128 return on x86-64 continues to codegen optim...
2007-02-24 Chris Lattnertestcase for PR1219
2007-02-23 Bill WendlingMake the testcase correct.
2007-02-23 Bill WendlingTestcase for PR1164
2007-02-23 Bill WendlingPR1164:
2007-02-23 Jim LaskeyNew test - practically wrote itself.
2007-02-23 Lauro Ramos Venanciobugfix: SP wasn't updated for varargs when frame pointe...
2007-02-23 Lauro Ramos VenancioFix stack alignment in functions with varargs.
2007-02-23 Evan Cheng-march=arm -enable-thumb => -march=thumb
2007-02-19 Evan ChengAdded test case for PR1207.
2007-02-19 Evan ChengFix test case.
2007-02-17 Chris Lattnernew test
2007-02-17 Chris LattnerTest that large absolute addresses are properly folded...
2007-02-17 Chris Lattnernew testcase that crashes llc
2007-02-17 Dale Johannesenadding PR 1200 comment by request
2007-02-17 Dale JohannesenFixes PR 1200
2007-02-16 Chris Lattnertestcase for recent targetdata regression
2007-02-15 Reid SpencerUpdate this test to compile properly and check against...
2007-02-13 Chris Lattnersanity check for *basic* i128 arithmetic on all hosts.
2007-02-13 Chris Lattnernew testcase, by Dan Gohman
2007-02-13 Lauro Ramos VenancioAdd ABI information to ARM subtarget.
2007-02-13 Lauro Ramos VenancioAccording to ARM EABI, 8-bytes function arguments must...
2007-02-13 Chris Lattnernew testcase for PR1197
2007-02-09 Chris LattnerAdd ppc-specific test for better i64 compare codegen.
2007-02-08 Evan Chengi64 setcc tests.
2007-02-07 Evan ChengNew test case.
2007-02-06 Evan ChengAdd a DYNAMIC_STACKALLOC test case.
2007-02-06 Chris Lattnertestcase for pr1181
2007-02-05 Lauro Ramos VenancioFix unord test.
2007-02-05 Reid SpencerMake the RUN: line readable.
2007-02-05 Reid SpencerFor PR411:
2007-02-04 Chris Lattnernew testcase for x86 backend miscompilation
2007-02-03 Evan ChengAdd a test case.
2007-02-03 Evan Cheng__builtin_isunordered test case.
2007-02-03 Lauro Ramos VenancioImproves alloca test. Verifies SP restoration.
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Reid SpencerMy mistake, my environment wasn't up to date. This...
2007-02-01 Reid SpencerXFAIL this on x86 linux as it continues to fail.
2007-02-01 Evan ChengAdd a test case.
2007-02-01 Evan ChengAdded a thumb vararg test.
2007-02-01 Chris Lattnernew testcase
2007-01-31 Evan ChengFix test case.
2007-01-31 Evan ChengFix test cases.
2007-01-31 Lauro Ramos VenancioARM fix: Miscompilation when frame pointer can't be...
2007-01-30 Evan ChengCombine two tests.
2007-01-30 Reid SpencerFor PR411:
2007-01-30 Reid SpencerMake the input legal.
2007-01-30 Evan ChengAdd / merge tests.
2007-01-29 Chris Lattnertest that the 'ir' constraint works.
2007-01-29 Chris Lattnernew testcase
2007-01-27 Evan ChengThumb tests.
2007-01-27 Evan ChengMerge tests.
2007-01-26 Reid SpencerFor PR761:
2007-01-25 Evan ChengFix test case.
2007-01-25 Lauro Ramos Venanciofix fcopysign test
2007-01-24 Evan ChengAdded some load from stack frames test cases.
2007-01-23 Evan ChengThumb test cases.
2007-01-23 Evan ChengThumb test cases.
2007-01-22 Evan ChengMake it work for both Linux and Mac OS.
2007-01-22 Evan ChengPasto
2007-01-22 Evan ChengFix test case.
2007-01-19 Evan ChengAdd test case extracted from lencod. Spiller was infini...
2007-01-19 Evan ChengARM test cases contributed by Apple.
2007-01-17 Reid SpencerFor PR1028:
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-16 Chris Lattnertestcase for PR918
2007-01-16 Chris Lattnernew testcase for PR1114
next