Expose initializing the native target for the execution engine.
[oota-llvm.git] / test /
2009-09-14 Daniel DunbarAdd a VALGRIND_EXTRA_ARGS makefile variable, with the...
2009-09-14 Daniel DunbarTeach 'make check-lit' to run unittests.
2009-09-13 Chris Lattnerunbreak this test by working around an asmparser bug.
2009-09-13 Mikhail GlushenkovFix a small issue with recent changes to this code.
2009-09-13 Chris Lattnermerge the linux cpool/jtbl pic tests into pic.ll and...
2009-09-13 Daniel DunbarAdd LLVMGCCBINDIR to path, since LLVMC expects to find...
2009-09-13 Daniel DunbarSwitch Ocaml to use llvm_supports_binding.
2009-09-13 Daniel Dunbartests: Add llvm_supports_binding predicate.
2009-09-13 Daniel Dunbartests: Use %abs_tmp instead of ./%t to make these tests...
2009-09-13 Daniel Dunbartests: Add a %abs_tmp substitution which is guaranteed...
2009-09-13 Daniel DunbarSink llvm-gcc dependent tests into distinct subdirs.
2009-09-13 Daniel DunbarRewrite tests to not use Tcl substitution.
2009-09-13 Daniel DunbarSimplify LLVMC tests.
2009-09-13 Anton KorobeynikovDefine proper subreg sets for arm - this should fix...
2009-09-12 Dan GohmanAdd -mattr=+sse2 to the -march=x86 version of this...
2009-09-11 Dan GohmanRemove an unnecessary -f.
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-11 Dan GohmanFix this test to test what it was originally intended...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Chris Lattnerturn on -experimental-asm-printer for x86 / AT&T by...
2009-09-11 Chris Lattneranother random update
2009-09-11 Chris Lattnerfix a bunch of spurious failures for people whose home...
2009-09-11 Chris Lattnerthis test is using invalid "intrinsics".
2009-09-11 Chris Lattnerfix test to not get a moduleid that matches 'br'
2009-09-11 Evan ChengFollow up to 81494. When the folded reload is narrowed...
2009-09-11 Evan ChengIt's not legal to fold a load from a narrower stack...
2009-09-11 Dan GohmanReapply r81171 with a fix: don't try to use i64 when it
2009-09-11 Dan GohmanTeach lib/VMCore/ConstantFold.cpp how to set the inboun...
2009-09-10 Dan GohmanFactor out the code for checking that all indices in...
2009-09-10 Bob WilsonDon't swap the operands of a subtraction when trying...
2009-09-10 Evan ChengAdd a test case for r81431.
2009-09-10 Daniel DunbarRemove prcontext.
2009-09-10 Bob WilsonRevert r81171 which was causing pr4927.
2009-09-09 Dale JohannesenTestcase for (llvm-gcc) 81399. Adjust an older
2009-09-09 Bob WilsonFix pr4939: Change FPCCToARMCC to translate SETOLE...
2009-09-09 Dan GohmanFix SplitCriticalEdge to properly update LCSSA form...
2009-09-09 Dan GohmanWhen widening a vector load, use the correct chain...
2009-09-09 Torok EdwinAdd testcase for r81322 (PR4933).
2009-09-09 Chris Lattneradd a testacse for the objc problem that required requi...
2009-09-09 Chris Lattnerdisable the new asmprinter by default. Both the Mangle...
2009-09-09 Evan ChengCast MO.getImm() to unsigned before comparing with...
2009-09-09 Daniel DunbarUpdate test.
2009-09-09 Chris Lattnerturn the mcinst asmprinter on by default for x86, tweak...
2009-09-09 Bill WendlingRemove failing test...
2009-09-09 Dan GohmanUse "opt < %s" instead of "opt %s" to keep the testname...
2009-09-09 Chris Lattnerthis got merged into lea.ll
2009-09-09 Chris Lattnerfilecheckize
2009-09-09 Bill WendlingFix PR4865. This syncs up the JIT's DWARF emitter with...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Chris Lattnerupdate various tests for signedness changes in .s file.
2009-09-08 Chris Lattneradjust for signedness change. I'd appreciate it if...
2009-09-08 Daniel DunbarMerge Archive/extract* tests into one; this avoids...
2009-09-08 Chris Lattnermerge thumb2-bic2.ll into thumb2-bic.ll and update...
2009-09-08 Chris Lattnertweak this to pass on linux.
2009-09-08 Chris Lattnerconvert to filecheck syntax
2009-09-08 Chris Lattnerchange selectiondag to add the sign extended versions...
2009-09-08 Dan GohmanUse "opt < %s" instead of "opt %s" so that opt doesn...
2009-09-08 Anton KorobeynikovUnbreak getOnesVector() / getZeroVector() to use valid...
2009-09-08 Dan GohmanConvert a few more opt | llvm-dis to opt -S.
2009-09-08 Chris Lattnerfilecheckize some tests
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Owen AndersonFix PR4909, patch by Jakub Staszak.
2009-09-08 Chris Lattnerremove an extremely dubious instcombine transformation of
2009-09-08 Dan GohmanTrim unnecessary declarations.
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-08 Dan GohmanRe-apply r80926, with fixes: keep the domtree informed...
2009-09-08 Anton KorobeynikovAdd NEON 'laned' operations. This fixes another bunch...
2009-09-08 Dan GohmanUnbreak these tests. Chris, please verify that these...
2009-09-08 Anton KorobeynikovUnbreak
2009-09-08 Evan ChengWhen remat'ing and destination virtual register has...
2009-09-08 Chris Lattnerdisable some irrelevant eh emission
2009-09-08 Daniel DunbarAdd 'lit' support for llvm tests.
2009-09-08 Chris Lattnerfix PR4767, a crash because fp stackifier visited blocks in
2009-09-08 Chris Lattnerinstcombine transforms vector loads that are only used by
2009-09-08 Dan GohmanFix an abort on a store of an empty struct member....
2009-09-08 Chris LattnerFix PR4882, by making MemCpyOpt not dereference removed...
2009-09-08 Chris Lattnerfix ComputeMaskedBits handling of zext/sext/trunc to...
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-07 Dan GohmanFix a thinko: When lowering fneg with xor, bitcast...
2009-09-07 Dan GohmanAdd a testcase for the GlobalOpt inbounds fix.
2009-09-07 Dan GohmanAdd inbounds to these getelementptrs, now that GlobalOp...
2009-09-07 Chris Lattnertighten test.
2009-09-07 Chris Lattnertweak test, add PR#
2009-09-07 Daniel DunbarUse -output-prefix in bugpoint tests so that outputs...
2009-09-07 Daniel DunbarDon't depend on Tcl behavior of redirecting stderr...
2009-09-07 Daniel DunbarAvoid Tcl substitution, introduced %llvmgcc_only for...
2009-09-06 Evan ChengRevert r80926. It causes loop unswitch assertion and...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-06 Daniel DunbarFix spacing.
2009-09-05 Daniel DunbarQuote another '%S' in a test.
2009-09-05 Daniel DunbarRename %S metavar to %M (clang uses %S for the basename...
2009-09-05 Daniel DunbarTemporary test files should use %t.
2009-09-05 Daniel DunbarDon't depend on arch specific global prefix.
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-09-05 Daniel DunbarEliminate some Tclisms.
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-09-04 Devang PatelWhile replacing an MDNode elment, properly update MDNod...
2009-09-04 Dale JohannesenTest for llvm-gcc commit 81037.
next