Test commit.
[oota-llvm.git] / test /
2010-02-19 Dan GohmanCheck for overflow when scaling up an add or an addrec for
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Dan GohmanTeach ScalarEvolution how to compute a tripcount for...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-19 Devang PatelTest case for r96656.
2010-02-19 Evan ChengTransform (xor (setcc), (setcc)) == / != 1 to
2010-02-19 Dan GohmanWhen determining the set of interesting reuse factors...
2010-02-18 Mon P WanggetSplatIndex assumes that the first element of the...
2010-02-18 Jakob Stoklund OlesenAlways normalize spill weights, also for intervals...
2010-02-18 Dan GohmanMake CodePlacementOpt detect special EH control flow by
2010-02-18 Devang PatelIgnore target dependent value in grep search.
2010-02-18 Chris Lattnerremove empty file
2010-02-18 Bob WilsonUse NEON vmin/vmax instructions for floating-point...
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-18 Devang PatelNew test case for r96543.
2010-02-17 Eric ChristopherRevert:
2010-02-17 Devang PatelBefore setting scope end marker, pay attention to scope...
2010-02-17 Dan GohmanDon't check for comments, which vary between subtargets.
2010-02-17 Dan GohmanFold bswap(undef) to undef.
2010-02-17 Dan GohmanDon't attempt to divide INT_MIN by -1; consider such...
2010-02-17 Chris Lattnerroundss is an sse 4 thing, fix the test on non-sse41...
2010-02-16 Dale JohannesenMake g5 target explicit; scheduling affects register...
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
2010-02-16 Dale JohannesenAdjust register numbers in tests to compensate for the
2010-02-16 Chris Lattnerfilecheckize
2010-02-16 Devang PatelNew testcase.
2010-02-16 Evan ChengLook for SSE and instructions of this form: (and x...
2010-02-16 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-16 Bob WilsonTestcase for critical edge splitting with load PRE.
2010-02-16 Bob WilsonFix pr6111: Avoid using the LR register for the target...
2010-02-16 Chris Lattnermake pcrel immediate values relative to the start of...
2010-02-16 Dan GohmanSplit the main for-each-use loop again, this time for...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Jakob Stoklund OlesenFix PR6300.
2010-02-15 Bob WilsonLast week we were generating code with duplicate induct...
2010-02-15 Chris Lattnerremove empty file.
2010-02-15 Chris Lattnerrevert r96241. It breaks two regression tests, isn...
2010-02-15 Chris Lattnerfix PR6305 by handling BlockAddress in a helper function
2010-02-15 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-15 Mikhail GlushenkovRevert r96130 ("Forward parameter options as '-option...
2010-02-13 Eric ChristopherFix a problem where we had bitcasted operands that...
2010-02-13 Mikhail GlushenkovForward parameter options as '-option=parameter'.
2010-02-13 Chris Lattneradd encoder support and tests for rdtscp
2010-02-13 Jakob Stoklund OlesenFix PR6283.
2010-02-13 Daniel DunbarMC/AsmParser: Attempt to constant fold expressions...
2010-02-13 Chris Lattnerrip out the 'heinous' x86 MCCodeEmitter implementation.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-13 Bob WilsonBesides removing phi cycles that reduce to a single...
2010-02-13 Daniel DunbarMC/X86: Push immediate operands as immediates not expre...
2010-02-12 Chris Lattneradd some disassemble testcases for weird instructions
2010-02-12 Chris Lattnerimplement the rest of correct x86-64 encoder support for
2010-02-12 Dale JohannesenWhen save/restoring CR at prolog/epilog, in a large
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Chris Lattner1. modernize the constantmerge pass, using densemap...
2010-02-12 Chris Lattnerrename test
2010-02-12 Anton KorobeynikovTestcases for recent stdcall / fastcall mangling improv...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Evan ChengUpdate test to match 95961.
2010-02-12 Evan ChengTest for 95961.
2010-02-12 Evan ChengTest case for 95958.
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-12 Chris Lattnerfix the encodings of monitor and mwait, which were...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-11 Jakob Stoklund OlesenReapply coalescer fix for better cross-class coalescing.
2010-02-11 Eric ChristopherMake sure that ConstantExpr offsets also aren't off...
2010-02-11 Chris LattnerRename ValueRequiresCast to ShouldOptimizeCast, to...
2010-02-11 Chris Lattnerconvert to filecheck.
2010-02-11 Chris LattnerMake DSE only scan blocks that are reachable from the...
2010-02-11 Chris Lattnera testcase that doesn't crash GVN but could someday.
2010-02-11 Chris LattnerMake jump threading honor x|undef -> true and x&undef...
2010-02-11 Eric ChristopherAdd ConstantExpr handling to Intrinsic::objectsize...
2010-02-11 Devang Pateltest case for r95842.
2010-02-11 Kevin EnderbyRemove the few # TAILCALL comments that snuck in. ...
2010-02-11 Kevin EnderbyUpdate the X86 assembler matcher test case now that...
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
2010-02-10 Bob WilsonDelete dead PHI machine instructions. These can be...
2010-02-10 Daniel DunbarMC/X86 AsmMatcher: Fix a use after free spotted by...
2010-02-10 Daniel DunbarXFAIL this on linux until I figure out what is happening.
2010-02-10 Kevin EnderbyReplace this file containing 4 tests of x86 32-bit...
2010-02-10 Dan GohmanCanonicalize sizeof and alignof on pointer types to...
2010-02-10 Evan ChengNow that ShrinkDemandedOps() is separated out from...
2010-02-10 Kevin EnderbyFix the encoding of the movntdqa X86 instruction. ...
2010-02-09 Chris Lattnerfix X86 encoder to output [disp] only addresses with...
2010-02-09 Eric ChristopherMove Intrinsic::objectsize lowering back to InstCombine...
2010-02-09 Dale JohannesenRe-disable for Darwin; I was mistaken to think this...
2010-02-09 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Chris Lattnermove tests that depend on the x86 backend out of codege...
2010-02-09 Chris Lattnermake target independent.
2010-02-09 Chris Lattnermerge a target-specific add test into x86 directory.
2010-02-09 Chris Lattnermerge another test in, drop the trivially constant...
2010-02-09 Chris Lattnerconsolidate and filecheckize two tests.
2010-02-09 Chris Lattnermerge two tests, make target independent.
2010-02-09 Chris Lattnerfix PR6193, only considering sign extensions *from...
2010-02-09 Chris LattnerImplement x86 asm parsing support for %st and %st(4)
2010-02-09 Eric ChristopherAdd a new pass to do llvm.objsize lowering using SCEV.
2010-02-08 Chris Lattnerconvert to filecheck.
2010-02-08 Devang Pateltest case for r95604.
next