aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-09-11turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner
2009-09-11another random updateChris Lattner
2009-09-11fix a bunch of spurious failures for people whose home directoryChris Lattner
2009-09-11this test is using invalid "intrinsics".Chris Lattner
2009-09-11fix test to not get a moduleid that matches 'br'Chris Lattner
2009-09-11Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng
2009-09-11It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng
2009-09-11Reapply r81171 with a fix: don't try to use i64 when itDan Gohman
2009-09-11Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman
2009-09-10Factor out the code for checking that all indices in a getelementptr areDan Gohman
2009-09-10Don't swap the operands of a subtraction when trying to create aBob Wilson
2009-09-10Add a test case for r81431.Evan Cheng
2009-09-10Remove prcontext.Daniel Dunbar
2009-09-10Revert r81171 which was causing pr4927.Bob Wilson
2009-09-09Testcase for (llvm-gcc) 81399. Adjust an olderDale Johannesen
2009-09-09Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.Bob Wilson
2009-09-09Fix SplitCriticalEdge to properly update LCSSA form when splitting aDan Gohman
2009-09-09When widening a vector load, use the correct chain. This fixes PR4891.Dan Gohman
2009-09-09Add testcase for r81322 (PR4933).Torok Edwin
2009-09-09add a testacse for the objc problem that required required r81305Chris Lattner
2009-09-09disable the new asmprinter by default. Both the Mangler and MCSymbolChris Lattner
2009-09-09Cast MO.getImm() to unsigned before comparing with an unsigned limit.Evan Cheng
2009-09-09Update test.Daniel Dunbar
2009-09-09turn the mcinst asmprinter on by default for x86, tweaking two tests toChris Lattner
2009-09-09Remove failing test...Bill Wendling
2009-09-09Use "opt < %s" instead of "opt %s" to keep the testname away from the grep.Dan Gohman
2009-09-09this got merged into lea.llChris Lattner
2009-09-09filecheckizeChris Lattner
2009-09-09Fix PR4865. This syncs up the JIT's DWARF emitter with what's in theBill Wendling
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08update various tests for signedness changes in .s file.Chris Lattner
2009-09-08adjust for signedness change. I'd appreciate it if an ARM flavored personChris Lattner
2009-09-08Merge Archive/extract* tests into one; this avoids a race when tests are run inDaniel Dunbar
2009-09-08merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes.Chris Lattner
2009-09-08tweak this to pass on linux.Chris Lattner
2009-09-08convert to filecheck syntaxChris Lattner
2009-09-08change selectiondag to add the sign extended versions of immediate operandsChris Lattner
2009-09-08Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman
2009-09-08Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.Anton Korobeynikov
2009-09-08Convert a few more opt | llvm-dis to opt -S.Dan Gohman
2009-09-08filecheckize some testsChris Lattner
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Fix PR4909, patch by Jakub Staszak.Owen Anderson
2009-09-08remove an extremely dubious instcombine transformation ofChris Lattner
2009-09-08Trim unnecessary declarations.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-08Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman
2009-09-08Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails andAnton Korobeynikov
2009-09-08Unbreak these tests. Chris, please verify that these changes are intended.Dan Gohman