Add an autoconf check for -retain-symbols-file and conditionalize
[oota-llvm.git] / test /
2010-04-16 Johnny ChenMinor change to make the test case comply with Vd<0...
2010-04-16 Johnny ChenFixed a bug in DisassembleN1RegModImmFrm() where a...
2010-04-16 Johnny ChenIn the same spirit of r101524, which removed the assert...
2010-04-16 Johnny ChenMulticlass LdStCop was using pre-UAL syntax LDC<c>L...
2010-04-16 Dan GohmanRevert r101455, which fails on the llvm-arm-linux buildbot.
2010-04-16 Dan GohmanDisable inlining of recursive calls. It can complicate...
2010-04-16 Dan GohmanRefine the detection of seemingly infinitely recursive...
2010-04-16 Bill WendlingAdd JIT exception handling test.
2010-04-16 Chris Lattnermove comment.
2010-04-16 Chris Lattnerfix PR6832: we were using the alignment of a pointer...
2010-04-15 Johnny ChenAdded another test case for am3offset operand, testing...
2010-04-15 Jakob Stoklund OlesenAdd test case for machine-sink on critical edges
2010-04-15 Johnny ChenFixed a bug in ARM disassembly where LDRSBT should...
2010-04-15 Evan ChengUse default lowering of DYNAMIC_STACKALLOC. As far...
2010-04-15 Jakob Stoklund OlesenFix PR6847. RegScavenger should ignore DebugValues.
2010-04-15 Evan ChengARM SelectDYN_ALLOC should emit a copy from SP rather...
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris Lattneradd a simple dag combine to replace trivial shl+lshr...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Chris Lattnerfurther tweak this to do something useful.
2010-04-15 Chris Lattnerremove undef control flow.
2010-04-15 Daniel Dunbartests: MC/Disassembler tests depend on ARM support...
2010-04-14 Jakob Stoklund OlesenRemove unneeded types from test.
2010-04-14 Bob WilsonDon't custom lower bit converts to ARM VMOVDRRD or...
2010-04-14 Evan ChengTrim tests and convert to FileCheck.
2010-04-14 Nick LewyckyRevert r101213.
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-14 Nick LewyckyCommit testcase for r101213.
2010-04-13 Devang PatelXFAIL this test for powerpc.
2010-04-13 Evan ChengAdd test for post-ra machine licm.
2010-04-13 Bob WilsonHandle a v2f64 formal parameter that is split between...
2010-04-13 Devang PatelDo not include types without any definition in pubtypes...
2010-04-13 Evan ChengFix test on non-x86 hosts.
2010-04-13 Evan ChengRe-apply 101075 and fix it properly. Just reuse the...
2010-04-13 Eric ChristopherTemporarily revert r101075, it's causing invalid iterat...
2010-04-13 Dan GohmanTeach ScalarEvolution to simplify smax and umax when...
2010-04-13 Dan GohmanTeach IndVarSimplify how to eliminate remainder operato...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-12 Evan ChengUse .set expression for x86 pic jump table reference...
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...
next