aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-04-14Commit testcase for r101213.Nick Lewycky
2010-04-13XFAIL this test for powerpc. Devang Patel
2010-04-13Add test for post-ra machine licm.Evan Cheng
2010-04-13Handle a v2f64 formal parameter that is split between registers and memoryBob Wilson
2010-04-13Do not include types without any definition in pubtypes list.Devang Patel
2010-04-13Fix test on non-x86 hosts.Evan Cheng
2010-04-13Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ...Evan Cheng
2010-04-13Temporarily revert r101075, it's causing invalid iterator assertionsEric Christopher
2010-04-13Teach ScalarEvolution to simplify smax and umax when it can proveDan Gohman
2010-04-13Teach IndVarSimplify how to eliminate remainder operators where theDan Gohman
2010-04-13add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner
2010-04-12Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng
2010-04-12Third time's a charm...Bill Wendling
2010-04-12Genericize the label test.Bill Wendling
2010-04-12Correct test to test what I mean it to test.Bill Wendling
2010-04-12Micro-optimization:Bill Wendling
2010-04-12Suppress LinearFunctionTestReplace when the computed backedge-takenDan Gohman
2010-04-12Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after callingJohnny Chen
2010-04-12Generalize ScalarEvolution's PHI analysis to handle loops that don'tDan Gohman
2010-04-12Enable post regalloc machine licm by default.Evan Cheng
2010-04-12Verify function prototypes before trying to optimize functions. We alsoEric Christopher
2010-04-12Re-apply r101000, with a fix: Don't eliminate an icmp which is part ofDan Gohman
2010-04-12Revert 101000, which is breaking self-host builds.Dan Gohman
2010-04-11Teach IndVarSimplify how to eliminate comparisons involving inductionDan Gohman
2010-04-10fix PR6743, a case where we'd delete an instruction before using itChris Lattner
2010-04-10fix PR6760, a missing check in heap SRoA.Chris Lattner
2010-04-09When determining a canonical insert position, don't climb deeperDan Gohman
2010-04-09When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman
2010-04-09Make sure this test tests something.Benjamin Kramer
2010-04-09Add a testcase for svn r100568.Bob Wilson
2010-04-09"On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner
2010-04-09Merge a few fast-isel tests.Dan Gohman
2010-04-09Add several more lint checks.Dan Gohman
2010-04-09Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman
2010-04-09fix a SCCP miscompilation that could happen when aChris Lattner
2010-04-08Add a few more lint checks.Dan Gohman
2010-04-08Coalescer should not delete copy instructions whose defs are partially dead. ...Evan Cheng
2010-04-08Add a -lint pass which checks for common sources of undefined or likelyDan Gohman
2010-04-08Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman
2010-04-08Print empty structs as {} rather than { }.Dan Gohman
2010-04-08Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng
2010-04-08When expanding expressions which are using post-inc mode for multiple loops,Dan Gohman
2010-04-07add newlines at the end of files.Chris Lattner
2010-04-07Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman
2010-04-07unXFAIL, arm disassembler was reenabled.Benjamin Kramer
2010-04-07Split big test into multiple directories to cater toDale Johannesen
2010-04-07Test that DEBUG_VALUE comments come out on a variety of targets.Dale Johannesen
2010-04-07this has a pr!Chris Lattner
2010-04-07fix a latent bug my inline asm stuff exposed: Chris Lattner
2010-04-07Remove XFAIL for vg_leak as the leaks are fixed by 100601.Sanjiv Gupta