Added LLVM publications describing the LLVM compiler infrastructure.
[oota-llvm.git] / test /
2006-06-18 Rafael Espindolainitial implementation of ARMRegisterInfo::eliminateFra...
2006-06-17 Chris LattnerJust a minor tweak so you can run things like:
2006-06-17 Chris Lattnernew testcase that crashes indvars
2006-06-16 Jim LaskeyPR# not associated with XFAIL
2006-06-16 Jim Laskeydebug info is alive again
2006-06-16 Chris LattnerThis test isn't implemented yet
2006-06-16 Chris LattnerNew testcase, the linker is not merging alignments...
2006-06-15 Jim LaskeyMake sure global doubles and vectors are aligned properly.
2006-06-15 Chris Lattnernew testcase, instcombine should turn these into llvm...
2006-06-14 Chris Lattnernew testcase, not currently working.
2006-06-14 Chris Lattnernew testcase, distilled from povray
2006-06-13 Jim LaskeyMy original test case was bogus. Reverting to crasher...
2006-06-13 Jim LaskeyTests to make sure that ComputeMaskedBits discards...
2006-06-12 Chris LattnerTEstcase that makes simplifycfg infloop.
2006-06-12 Chris LattnerNew testcase that crashes llc
2006-06-12 Owen AndersonMake sure that LCSSA works properly when it encounters...
2006-06-08 Chris LattnerAdd new testcase
2006-06-08 Chris LattnerNew testcase, using "AX" as i32.
2006-06-04 Owen AndersonUpdate the regression tests, and add a new one encounte...
2006-06-01 Rafael Espindolaadded some tests for argument passing
2006-06-01 Chris Lattnertestcase for the recent inliner improvement.
2006-06-01 Reid SpencerNo, libLLVMbzip2 does not have a .a suffix.
2006-06-01 Reid SpencerFix gcc command line options after LLVMCore and LLVMbzi...
2006-05-31 Evan ChengUpdate vector extract test cases.
2006-05-30 Reid Spencer1. No need to thwart this test with an environment...
2006-05-30 Evan ChengAdded a test case for parameter passing of vector values.
2006-05-30 Evan ChengFix the test failure on non-Darwin targets.
2006-05-30 Evan ChengAdd a lea instruction selection test case.
2006-05-29 Reid SpencerFix a bug with diffing the wrong files. Make output...
2006-05-29 Owen AndersonRequire both tests to pass.
2006-05-29 Owen AndersonUpdate the testcase to check the full extent of LCSSA.
2006-05-28 Reid SpencerFix a problem where dejagnu won't accept the value...
2006-05-28 Reid SpencerProvide an infrastructure for testing the llvm2cpp...
2006-05-27 Chris LattnerNew testcase: check that the inliner constant folds...
2006-05-26 Owen AndersonTrivial testcase that LCSSA can already handle.
2006-05-26 Chris LattnerNew testcase for trivial DSE
2006-05-26 Chris LattnerNew testcase, check that the bc file correctly encodes...
2006-05-25 Chris Lattnernew testcase
2006-05-25 Chris Lattnernew testcases
2006-05-25 Chris LattnerThe patch corresponding to this test had to be reverted...
2006-05-25 Evan ChengNew test case. x86 isel was creating a cycle in the...
2006-05-25 Rafael Espindolacreate test/Regression/CodeGen/ARM/ and add a minimal...
2006-05-25 Evan Cheng-sched-commute-nodes is now on by default.
2006-05-24 Chris LattnerUpdate testcase with recent cbe change
2006-05-24 Chris LattnerTestcase for a new instcombine xform, patch contributed...
2006-05-24 Chris LattnerOne of these xforms is only safe with unsafe math enabled.
2006-05-24 Chris LattnerNew testcase
2006-05-23 Evan ChengAdded a test case for FP equality check.
2006-05-19 Chris Lattnernew testcase for csretcc
2006-05-19 Chris Lattnernew testcase
2006-05-18 Reid SpencerImprove error output. Use the third parameter of the...
2006-05-17 Chris LattnerThis test is buggy: printf is a varargs function. ...
2006-05-17 Evan ChengPR736 has already been fixed. Remove XFAIL marker.
2006-05-17 Evan ChengNew test case for vector type argument pass by value.
2006-05-17 Andrew LenharthAdded regression that breaks gcc4 build
2006-05-17 Chris Lattneradd an external symbol testcase
2006-05-17 Chris Lattnernew test for various forms of calls
2006-05-17 Chris Lattnertest for support to pass/return vectors to calls.
2006-05-16 Chris LattnerAnother testcase that shouldn't need vrsave twiddling
2006-05-16 Chris LattnerRemove this xfail-d test, which doesn't make any sense
2006-05-13 Chris LattnerNew testcase for instcombine
2006-05-12 Chris Lattnernew testcase for a recent rlwimi crash.
2006-05-12 Evan ChengNew scheduling test case.
2006-05-10 Evan ChengUpdate test case
2006-05-10 Chris LattnerNew testcase, check that dead code doesn't pessimize...
2006-05-09 Evan ChengAnother instruction scheduling test case
2006-05-09 Evan ChengTest case for PR770
2006-05-08 Chris Lattnernew testcase
2006-05-07 Chris LattnerThis test passes now, remove xfail marker
2006-05-06 Chris Lattnernew testcase we handle right now.
2006-05-06 Chris Lattnernew testcase
2006-05-06 Chris Lattnernew testcase from ghostscript that inf looped instcombine
2006-05-05 Chris LattnerNew testcase
2006-05-04 Chris Lattnernew testcase that crashes the instcombine pass
2006-05-03 Evan ChengUse movsd to shuffle in the lowest two elements of...
2006-05-03 Evan ChengA few instruction scheduling test cases.
2006-05-01 Chris LattnerNew testcase that crashes the new CFE.
2006-05-01 Chris LattnerIntel mode no longer uses %'s on registers
2006-04-28 Chris Lattnernew testcase miscompiled by instcombine
2006-04-28 Chris Lattnertestcase that crashes the ppc backend, which can't...
2006-04-28 Evan ChengUpdate. It should use two shufps, not three!
2006-04-28 Chris Lattnernew testcase
2006-04-28 Evan ChengTest case for PR748
2006-04-27 Chris LattnerThis should turn into one vector shuffle instruction.
2006-04-27 Chris Lattnernew testcase
2006-04-26 Chris Lattnernew testcase
2006-04-25 Andrew Lenharthanother c99 style problem
2006-04-24 Evan ChengAdded a movq test case.
2006-04-22 Evan ChengTwo more build_vector tests.
2006-04-21 Evan Chengmovddup is a SSE3 instruction.
2006-04-21 Evan ChengAdd && to each RUN: line (except the last one).
2006-04-21 Evan ChengMore build_vector tests.
2006-04-21 Evan ChengCheck for llc crash.
2006-04-21 Evan ChengTo be replaced with another test.
2006-04-20 Chris Lattnernew testcase
2006-04-20 Evan ChengDon't know what I was thinking...
2006-04-20 Evan ChengVector extract element test case.
2006-04-20 Evan ChengVector insert test case.
2006-04-20 Chris Lattnerallow this dir to get pruned
2006-04-20 Chris LattnerRemove this target's reg tests
next