Remove obsolete VS project.
[oota-llvm.git] / test /
2006-11-04 Reid SpencerOkay, need a pattern before and after the cast pattern.
2006-11-04 Reid SpencerAllow the regular expression to be extended by a parameter.
2006-11-04 Reid SpencerFor PR950:
2006-11-03 Andrew Lenharthadd a regression for memmove
2006-11-03 Chris Lattnerthis started failing due to Reid's changes in the bc...
2006-11-03 Chris Lattnernew testcase
2006-11-02 Reid SpencerAdd some documentation about the arguments.
2006-11-02 Andrew Lenhartha regression :(
2006-11-02 Chris Lattnernew testcase
2006-11-01 Devang PatelTestcase from llvm.org/bugs/show_bug.cgi?id=979
2006-11-01 Chris Lattnerextra pass is required now
2006-11-01 Chris Lattnernew testcase that crashes global opt, reduced from...
2006-11-01 Chris Lattnerremove a testcase for a marginal feature
2006-10-31 Chris LattnerThis test should compile down to one comparison, not...
2006-10-31 Chris Lattnernew testcase for PR882
2006-10-31 Andrew Lenharthmake one giant add and sub tester
2006-10-31 Chris Lattneranother testcase for PR977
2006-10-31 Chris Lattnertestcase for PR977
2006-10-31 Rafael Espindolaadd support for calling functions when the caller has...
2006-10-31 Chris Lattneradd a note
2006-10-31 Chris Lattnernew testcase
2006-10-31 Chris Lattnernew testcase
2006-10-30 Chris Lattnerfix this regtest
2006-10-29 Chris Lattnernew testcase
2006-10-29 Chris Lattnernew testcase
2006-10-28 Chris Lattnernew testcase
2006-10-28 Nick LewyckyEmitting raw bytecode is awfully rude. Add -disable...
2006-10-27 Chris Lattnernew testcase
2006-10-27 Chris Lattnernew testcase
2006-10-27 Chris Lattnernew testcase
2006-10-27 Evan ChengAdd a new vextract test case.
2006-10-27 Reid SpencerImprove cvs ignoring of test results.
2006-10-27 Reid SpencerAdd a run line to this test.
2006-10-26 Chris Lattnernew testcase, should not reassoc fp vector
2006-10-26 Rafael Espindolainitial support for frame pointers
2006-10-26 Reid SpencerFor PR950:
2006-10-26 Nick LewyckyHandling of setlt/le/gt/ge is broken at the moment...
2006-10-26 Nick LewyckyThis testcase was logically wrong! Fixing, and includin...
2006-10-25 Evan ChengNew shuffle test case.
2006-10-25 Chris LattnerAllow this to pass on ppc
2006-10-25 Chris LattnerModernize the testcase, allow it to pass on ppc
2006-10-24 Rafael Espindolaexpand ISD::VACOPY
2006-10-24 Chris Lattnernew testcase
2006-10-24 Chris LattnerNew testcase that crashes scalarrepl
2006-10-23 Evan ChengUpdate test case.
2006-10-23 Rafael Espindolaimplement STRB and STRH
2006-10-23 Andrew Lenharthrestore these tests
2006-10-23 Chris Lattnernew testcase
2006-10-23 Evan ChengFix test case.
2006-10-22 Nick LewyckyHandle "if ((x|y) != 0)" for ints like we do for bools...
2006-10-22 Chris Lattnernew testcase for PR964
2006-10-22 Nick LewyckyAllocaInst can't return a null pointer. Fixes missed...
2006-10-20 Bill WendlingChanged the pattern matching so that it will hopefully...
2006-10-20 Devang PatelTest case for
2006-10-20 Chris Lattnernew testcase for PR957
2006-10-19 Bill WendlingTestcase for P926
2006-10-19 Devang PatelIt is OK to remove extra cast if operation is EQ/NE...
2006-10-19 Devang PatelFix bug in PR454 resolution. Added new test case.
2006-10-19 Rafael Espindolaprint common symbols
2006-10-18 Rafael Espindolaadd blx
2006-10-18 Rafael Espindolaimplement CallingConv::Fast as CallingConv::C
2006-10-18 Chris Lattnernew testcase
2006-10-17 Chris Lattnernew testcase, miscompilation of llvm with itself.
2006-10-17 Rafael Espindolaexpand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM
2006-10-17 Rafael Espindolaadd FABSS and FABSD
2006-10-17 Rafael Espindolacleanup some tests
2006-10-17 Rafael Espindolaremove extra [] in stores
2006-10-17 Chris Lattnernew testcase
2006-10-17 Rafael Espindolainitial implementation of addressing mode 5
2006-10-17 Rafael Espindolaadd the immediate to the Offset in eliminateFrameIndex
2006-10-17 Rafael Espindolaadd FSTD and FSTS
2006-10-16 Rafael Espindolaadd fdivs e fdivd
2006-10-16 Rafael Espindolaexpand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
2006-10-16 Rafael Espindolaimplement LDRB, LDRSB, LDRH and LDRSH
2006-10-16 Rafael Espindolaimplement smull and umull
2006-10-15 Chris Lattnertestcase that causes the asmparser to assert
2006-10-14 Rafael Espindolafix some fp condition codes
2006-10-14 Evan ChengOne cyclic dag a day is good for ya...
2006-10-14 Chris Lattnertestcase for recent dag combiner patch. Before the...
2006-10-13 Chris Lattnertestcase for recent selectiondag patch
2006-10-13 Rafael Espindolaadd FNEGS and FNEGD
2006-10-13 Rafael Espindolaadd SBCS and SUBS
2006-10-13 Rafael Espindolaimplement calls to functions that return long
2006-10-13 Rafael Espindolaimplement unordered floating point compares
2006-10-12 Chris Lattnernew testcase
2006-10-12 Evan ChengAdd another cyclic dag test case.
2006-10-12 Evan ChengUpdate tests.
2006-10-11 Chris Lattnernew testcase
2006-10-11 Chris Lattneradd test for mdef in a let
2006-10-11 Jim LaskeyExplict processor.
2006-10-11 Jim LaskeyMake sure combiner alias analysis does it's thing.
2006-10-11 Evan ChengTest case for the recently fixed FindModifiedNodeSlot...
2006-10-11 Chris Lattnernew testcase, this should turn into zap
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris LattnerBoth of these functions should turn into cmpbge instruc...
2006-10-11 Chris Lattnernew testcase for zap generation, from the alpha readme
2006-10-10 Rafael Espindolauint <-> double conversion
2006-10-10 Rafael Espindolaadd fp sub
2006-10-10 Rafael Espindolaadd double <-> int conversion
2006-10-10 Rafael Espindolacompare doubles
next