Third time's a charm...
[oota-llvm.git] / test /
2010-04-12 Bill WendlingThird time's a charm...
2010-04-12 Bill WendlingGenericize the label test.
2010-04-12 Bill WendlingCorrect test to test what I mean it to test.
2010-04-12 Bill WendlingMicro-optimization:
2010-04-12 Dan GohmanSuppress LinearFunctionTestReplace when the computed...
2010-04-12 Johnny ChenFixed a crasher in arm disassembler within ARMInstPrint...
2010-04-12 Dan GohmanGeneralize ScalarEvolution's PHI analysis to handle...
2010-04-12 Evan ChengEnable post regalloc machine licm by default.
2010-04-12 Eric ChristopherVerify function prototypes before trying to optimize...
2010-04-12 Dan GohmanRe-apply r101000, with a fix: Don't eliminate an icmp...
2010-04-12 Dan GohmanRevert 101000, which is breaking self-host builds.
2010-04-11 Dan GohmanTeach IndVarSimplify how to eliminate comparisons invol...
2010-04-10 Chris Lattnerfix PR6743, a case where we'd delete an instruction...
2010-04-10 Chris Lattnerfix PR6760, a missing check in heap SRoA.
2010-04-09 Dan GohmanWhen determining a canonical insert position, don't...
2010-04-09 Dan GohmanWhen emitting code for an add, don't force a SCEVUnknow...
2010-04-09 Benjamin KramerMake sure this test tests something.
2010-04-09 Bob WilsonAdd a testcase for svn r100568.
2010-04-09 Chris Lattner"On SPU, variables in the .bss section that are allocat...
2010-04-09 Dan GohmanMerge a few fast-isel tests.
2010-04-09 Dan GohmanAdd several more lint checks.
2010-04-09 Dan GohmanFix a bug in IVUsers which was permitting non-affine...
2010-04-09 Chris Lattnerfix a SCCP miscompilation that could happen when a
2010-04-08 Dan GohmanAdd a few more lint checks.
2010-04-08 Evan ChengCoalescer should not delete copy instructions whose...
2010-04-08 Dan GohmanAdd a -lint pass which checks for common sources of...
2010-04-08 Dan GohmanPointers to zero-sized objects don't point to overlappi...
2010-04-08 Dan GohmanPrint empty structs as {} rather than { }.
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-08 Dan GohmanWhen expanding expressions which are using post-inc...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...
2010-04-07 Benjamin KramerunXFAIL, arm disassembler was reenabled.
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-04-07 Dale JohannesenTest that DEBUG_VALUE comments come out on a variety...
2010-04-07 Chris Lattnerthis has a pr!
2010-04-07 Chris Lattnerfix a latent bug my inline asm stuff exposed:
2010-04-07 Sanjiv GuptaRemove XFAIL for vg_leak as the leaks are fixed by...
2010-04-06 Devang PatelDo not emit specification DIE with DW_AT_specification...
2010-04-06 Jakob Stoklund OlesenLet that which does not matter truly slide.
2010-04-06 Stuart HastingsReverting 100530 & 100531 due to regressions in the...
2010-04-06 Jakob Stoklund OlesenDon't try to collapse DomainValues onto an incompatible...
2010-04-06 Stuart HastingsRevise debug info machinery to digest nested functions...
2010-04-05 Evan ChengAdd nounwind.
2010-04-05 Dan GohmanDon't do code sinking on unreachable blocks. It's unpro...
2010-04-05 Evan ChengReverting 100265 to try to get buildbots green again...
2010-04-04 Chris Lattnerresolve a fixme.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-03 Chris Lattneradd integer overflow check for the fp induction variable
2010-04-03 Chris Lattnerfix PR6761, a miscompilation due to the fp->int IV...
2010-04-03 Chris Lattnerconvert to filecheck
2010-04-03 Chris Lattnerrename feature test.
2010-04-03 Chris Lattneractually just remove this, will move the real feature...
2010-04-03 Chris Lattnerrename test since it is a feature test.
2010-04-03 Chris Lattnerfirst half of a pass through IndVarSimplify::HandleFloa...
2010-04-03 Bob WilsonRevert all my SSAUpdater patches. The PHI placement...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Dan GohmanManually notify ScalarEvolution before making an operan...
2010-04-02 Dan GohmanRevert the recent alignment changes. They're broken...
2010-04-02 Evan ChengAfter trivial coalescing, the MI being visited may...
2010-04-02 Dan GohmanRemove this initializer so that the optimizer doesn...
2010-04-02 Dan GohmanUpdate this test for the new preferred alignment heuris...
2010-04-02 Dan GohmanMake globalopt refine global variable alignment.
2010-04-01 Evan ChengIn 64-bit mode, use i64 to lower memcpy / memset instea...
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Evan ChengAdd -mcpu to memcpy / memset tests to ensure they behav...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-04-01 Chris Lattnerchange this from using '!dbg' to using '!dbgx'. The
2010-03-31 Bob WilsonAdd a redundant PHI testcase for SSAUpdater to go with...
2010-03-31 Gabor Greiftestcase for r99914, provided by baldrick!
2010-03-31 Jakob Stoklund OlesenReplace V_SET0 with variants for each SSE execution...
2010-03-31 Jakob Stoklund OlesenFix typo. Thank you, valgrind.
2010-03-30 Jakob Stoklund OlesenNot all platforms start symbols with _
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. Now with tests!
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Devang PatelIgnore invalid metadata.
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2010-03-30 Benjamin KramerXFAIL some PIC16 tests when running under valgrind...
2010-03-29 Daniel DunbarMC/Mach-O/x86_64: Support @GOTPCREL on symbols, even...
2010-03-29 Evan ChengFix PR4975. Avoid referencing empty vector.
2010-03-29 Chris LattnerFrom Kalle Raiskila:
2010-03-29 Chris Lattneradd support for zero initialized unions, patch by Tim...
2010-03-28 Chris Lattnerteach tblgen to allow patterns like (add (i32 (bitconve...
2010-03-28 Chris Lattneradd some nounwinds
2010-03-28 Chris Lattnerthis takes an insane amount of time to run, disable...
2010-03-27 Jeffrey YasskinXFAIL a new tblgen test for memory leak checking.
2010-03-26 Evan ChengDo not sibcall if stack needs to be dynamically aligned.
2010-03-26 Evan ChengAllow trivial sibcall of vararg callee when no argument...
2010-03-26 Evan ChengTry trivial remat before the coalescer gives up on...
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Evan ChengAdd nounwind.
2010-03-25 Bob WilsonReapply Kevin's change 94440, now that Chris has fixed...
2010-03-25 Jakob Stoklund OlesenFix evil TableGen bug in template parameters with defaults.
2010-03-25 Chris Lattnerfix PR6642, GVN forwarding from memset to load of the...
2010-03-25 Chris LattnerMake the NDEBUG assertion stronger and more clear what is
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
next