Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.
[oota-llvm.git] / test /
2009-09-22 Evan ChengFix PR5024. LiveVariables::FindLastPartialDef should...
2009-09-22 Daniel DunbarInitial support for running LLVM tests from cmake.
2009-09-22 Daniel DunbarGenerate lit.site.cfg from a .in file, as clang does.
2009-09-22 Evan ChengFix a pasto. Also simplify for Bill's benefit.
2009-09-21 Chris LattnerFix PR5023: The instruction form of DominatorTree:...
2009-09-21 Evan ChengClean up spill weight computation. Also some changes...
2009-09-21 Dan GohmanAdd a comment mentioning the rdar number associated...
2009-09-21 Dan GohmanAdd support for rematerializing FsFLD0SS and FsFLD0SD...
2009-09-21 Dan GohmanRecognize SSE min and max opportunities in even more...
2009-09-21 Chris Lattnerfix PR5016, a crash I introduced in GVN handing first...
2009-09-21 Chris Lattnerenable non-local analysis and PRE of large store -...
2009-09-21 Chris Lattneradd pr#
2009-09-21 Chris LattnerImprove GVN to be able to forward substitute a small...
2009-09-21 Evan ChengFix PR4986. "r1024 = insert_subreg r1024, undef, 2...
2009-09-21 Chris Lattnerfix a FileCheck bug where:
2009-09-21 Daniel DunbarMove ARM and X86 specific AsmParser tests into separate...
2009-09-20 Daniel DunbarWork around a FileCheck bug, for now.
2009-09-20 Chris LattnerRevert r82404, it is causing a bootstrap miscompile...
2009-09-20 Chris Lattnerthis was not supposed to be committed
2009-09-20 Chris Lattnerimplement and document support for CHECK-NOT
2009-09-20 Chris Lattnerimprove memdep to eliminate bitcasts (and aliases,...
2009-09-20 Chris LattnerMove CoerceAvailableValueToLoadType earlier in GVN...
2009-09-20 Daniel DunbarTeach 'make check-all' to build the site configuration...
2009-09-20 Chris Lattnerenhance GVN to forward substitute a stored value to...
2009-09-20 Nick LewyckyPeer through zext and sext to eliminate them when it...
2009-09-20 Nick LewyckyFold 'icmp eq (icmp), true' into an xor(icmp).
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-20 Nick LewyckyRewrite this check so that it checks what it's supposed...
2009-09-20 Nick LewyckyTeach the constant folder how to not a cmpinst.
2009-09-20 Daniel DunbarAdd 'make check-all', which runs the LLVM tests along...
2009-09-20 Nick LewyckyTry turning icmp(bitcast(x), bitcast(y)) into icmp...
2009-09-20 Nick LewyckyClean up the usage of evaluateICmpRelation's return...
2009-09-20 Dale JohannesenWhen computing live intervals for earlyclobber operands,
2009-09-20 Nick LewyckyTeach the constant folder how to handle a few simple...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Dan GohmanDelete the label names from this test to make it less...
2009-09-18 Chris LattnerMake a new X8632_MachoTargetObjectFile TLOF implementat...
2009-09-18 Dale JohannesenModel the carry bit on ppc32. Without this we could
2009-09-18 Dan GohmanAdd support for using the FLAGS result of or, xor,...
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-17 Chris Lattnermake this testcase check darwin32 also
2009-09-17 Chris Lattnerrename test
2009-09-17 Chris Lattnerconvert to filecheck
2009-09-17 Chris Lattnerrename file
2009-09-17 Devang PatelA testcase!
2009-09-17 Dan GohmanTeach ScalarEvolution how to reason about no-wrap flags...
2009-09-17 Daniel DunbarRemove test cases using -regalloc=simple.
2009-09-17 Evan ChengFix PR4910: Broken logic in coalescer means when a...
2009-09-16 Dan GohmanFix the comment in this test.
2009-09-16 Dan GohmanDon't sink gep operators through phi nodes if the resul...
2009-09-15 Bob WilsonConvert more tests to FileCheck.
2009-09-15 Chris Lattnerfix PR4984 by ensuring that fastisel adds properly...
2009-09-15 Chris Lattnerrename test
2009-09-15 Chris Lattnerconvert to filecheck
2009-09-15 Sandeep PatelFix superreg use in ARMAsmPrinter. Approved by Anton...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-15 Dan GohmanUse llvm-link -S instead of using llvm-dis.
2009-09-15 Dan GohmanRestore a comment that was lost in the merge.
2009-09-15 Chris Lattnerconvert to filecheck
2009-09-15 Nick LewyckyForbid arrays of function-type and structures with...
2009-09-15 Chris Lattnerfix PR4963: folding insertvalue would sometimes turn...
2009-09-15 Chris Lattnerthis is failing on linux hosts, force a triple.
2009-09-15 Chris Lattnermerge one more in.
2009-09-15 Chris Lattnermerge some more cmov tests into cmov.ll
2009-09-15 Chris Lattnermerge two cmov tests into one.
2009-09-15 Dan GohmanDon't pull a load through a callseq_start if the load...
2009-09-15 Kevin EnderbyAdded the first bits of the ARM target assembler to...
2009-09-15 Dan GohmanOn x86-64, the 32-bit cmov doesn't actually clear the...
2009-09-14 Dan GohmanWhen extending a memset range past the front, set the...
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...
next