aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded types from test.Jakob Stoklund Olesen2010-04-141-69/+3
* Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operandBob Wilson2010-04-141-0/+16
* Trim tests and convert to FileCheck.Evan Cheng2010-04-142-48/+13
* Revert r101213.Nick Lewycky2010-04-141-0/+1
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-141-0/+11
* Commit testcase for r101213.Nick Lewycky2010-04-141-0/+12
* XFAIL this test for powerpc. Devang Patel2010-04-131-1/+1
* Add test for post-ra machine licm.Evan Cheng2010-04-131-7/+53
* Handle a v2f64 formal parameter that is split between registers and memoryBob Wilson2010-04-131-0/+7
* Do not include types without any definition in pubtypes list.Devang Patel2010-04-131-0/+48
* Fix test on non-x86 hosts.Evan Cheng2010-04-131-1/+1
* Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ...Evan Cheng2010-04-132-0/+81
* Temporarily revert r101075, it's causing invalid iterator assertionsEric Christopher2010-04-131-39/+0
* Teach ScalarEvolution to simplify smax and umax when it can proveDan Gohman2010-04-131-0/+52
* Teach IndVarSimplify how to eliminate remainder operators where theDan Gohman2010-04-131-0/+121
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-131-0/+10
* Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng2010-04-121-2/+7
* Third time's a charm...Bill Wendling2010-04-121-1/+1
* Genericize the label test.Bill Wendling2010-04-121-1/+1
* Correct test to test what I mean it to test.Bill Wendling2010-04-121-1/+2
* Micro-optimization:Bill Wendling2010-04-121-0/+38
* Suppress LinearFunctionTestReplace when the computed backedge-takenDan Gohman2010-04-121-0/+162
* Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after callingJohnny Chen2010-04-121-0/+3
* Generalize ScalarEvolution's PHI analysis to handle loops that don'tDan Gohman2010-04-121-0/+29
* Enable post regalloc machine licm by default.Evan Cheng2010-04-121-0/+140
* Verify function prototypes before trying to optimize functions. We alsoEric Christopher2010-04-122-6/+5
* Re-apply r101000, with a fix: Don't eliminate an icmp which is part ofDan Gohman2010-04-121-0/+84
* Revert 101000, which is breaking self-host builds.Dan Gohman2010-04-121-40/+0
* Teach IndVarSimplify how to eliminate comparisons involving inductionDan Gohman2010-04-111-0/+40
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-101-0/+17
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-101-1/+27
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-091-0/+30
* When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman2010-04-091-0/+37
* Make sure this test tests something.Benjamin Kramer2010-04-091-3/+7
* Add a testcase for svn r100568.Bob Wilson2010-04-091-0/+23
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-091-0/+2
* Merge a few fast-isel tests.Dan Gohman2010-04-093-23/+21
* Add several more lint checks.Dan Gohman2010-04-091-0/+21
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-091-0/+69
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-091-0/+95
* Add a few more lint checks.Dan Gohman2010-04-081-0/+14
* Coalescer should not delete copy instructions whose defs are partially dead. ...Evan Cheng2010-04-081-0/+26
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-081-0/+31
* Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman2010-04-081-0/+10
* Print empty structs as {} rather than { }.Dan Gohman2010-04-083-5/+5
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-082-12/+55
* When expanding expressions which are using post-inc mode for multiple loops,Dan Gohman2010-04-081-0/+27
* add newlines at the end of files.Chris Lattner2010-04-0733-33/+33
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-072-1/+278
* unXFAIL, arm disassembler was reenabled.Benjamin Kramer2010-04-073-3/+0