aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2009-09-08UnbreakAnton Korobeynikov
2009-09-08When remat'ing and destination virtual register has a sub-register index. Mak...Evan Cheng
2009-09-08disable some irrelevant eh emissionChris Lattner
2009-09-08Add 'lit' support for llvm tests.Daniel Dunbar
2009-09-08fix PR4767, a crash because fp stackifier visited blocks inChris Lattner
2009-09-08instcombine transforms vector loads that are only used byChris Lattner
2009-09-08Fix an abort on a store of an empty struct member. getValue returnsDan Gohman
2009-09-08Fix PR4882, by making MemCpyOpt not dereference removed stores to get theChris Lattner
2009-09-08fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors.Chris Lattner
2009-09-07Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman
2009-09-07Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman