aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Correct an accidental duplication of the test (patch doesn't handle Eli Friedman2009-06-171-9/+0
* PR3439: Correct a silly mistake in the SimplifyDemandedUseBits code for Eli Friedman2009-06-171-0/+18
* Fix ScalarEvolution's Xor handling to not assume that an AndDan Gohman2009-06-171-0/+11
* Test for llvm-gcc patch 73564.Dale Johannesen2009-06-161-0/+10
* Make the test target-neutralAnton Korobeynikov2009-06-161-2/+2
* Generalize a few more instcombines to be vector/scalar-independent.Dan Gohman2009-06-162-0/+15
* Instcombine's ShrinkDemandedConstant may strip bits out of constants,Dan Gohman2009-06-161-0/+14
* GNU as refuses to assemble "pop {}" instruction. Do not emit suchAnton Korobeynikov2009-06-161-1/+1
* Testcase for r73506Chris Lattner2009-06-161-0/+15
* If a val# is defined by an implicit_def and it is being removed, all of the c...Evan Cheng2009-06-161-0/+344
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-163-0/+38
* Use MainCU if it is available.Devang Patel2009-06-161-0/+275
* Update this test to use fmul instead of mul.Dan Gohman2009-06-151-1/+1
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-152-0/+92
* Gracefully handle imbalanced inline function begin and end markers.Devang Patel2009-06-151-0/+77
* ifcvt should ignore cfg where true and false successors are the same.Evan Cheng2009-06-151-0/+12
* Fix the crash in this test. This is basically the sameDale Johannesen2009-06-151-0/+557
* This test is failing. Revert for now.Bill Wendling2009-06-151-89/+0
* Add another testcase for r71478.Bill Wendling2009-06-151-0/+89
* CheckTailCallReturnConstraints is missing a check on theArnold Schwaighofer2009-06-151-0/+14
* Part 1.Evan Cheng2009-06-151-0/+14
* fix testcase to properly check for the patch in r73195.Chris Lattner2009-06-151-1/+1
* Implement more aggressive folding of add operand lists whenDan Gohman2009-06-141-0/+38
* Testcase for PR4332.Duncan Sands2009-06-141-0/+8
* Teach SCEVExpander's visitAddRecExpr to reuse an existing canonicalDan Gohman2009-06-132-1/+25
* Add a ARM specific pre-allocation pass that re-schedule loads / stores fromEvan Cheng2009-06-131-0/+13
* llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...Devang Patel2009-06-131-0/+75
* Adjust this test's regex strings so that they work regardlessDan Gohman2009-06-121-3/+3
* Add -m32 to llvm-gcc commands, so that this test behaves as expectedDan Gohman2009-06-121-3/+3
* If killed register is defined by implicit_def, do not clear it since it's liv...Evan Cheng2009-06-121-0/+77
* Mark some pattern-less instructions as neverHasSideEffects.Evan Cheng2009-06-121-1/+1
* Clear AbstractInstanceRootMap at the end of the function.Devang Patel2009-06-121-0/+94
* Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, becauseDan Gohman2009-06-121-0/+8
* Testcase for llvm-gcc patch 73238.Dale Johannesen2009-06-121-0/+24
* Fix Bug 4278: X86-64 with -tailcallopt calling conventionArnold Schwaighofer2009-06-122-6/+21
* Given two identical weak functions, produce one internal function and two weakNick Lewycky2009-06-121-0/+13
* This test is wrong. If you have two weak functions F and G you can't makeNick Lewycky2009-06-121-11/+0
* Fix regular expression.Nick Lewycky2009-06-121-1/+1
* Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky2009-06-121-0/+12
* In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matchedNick Lewycky2009-06-121-1/+1
* XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't easy...Nick Lewycky2009-06-111-0/+3
* Test for rev 73205 (PR 4349)Dale Johannesen2009-06-111-0/+39
* Fix 4366: store to null in non-default addr space should not beChris Lattner2009-06-111-0/+7
* Remove empty test (my DejaGNU doesn't like this)Daniel Dunbar2009-06-091-0/+0
* Remove empty file.Bill Wendling2009-06-091-0/+0
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-092-26/+0
* Add a !patsubst operator. Use on string types.David Greene2009-06-081-0/+15
* Add testcase for register scanveger assertion fix in r72755Anton Korobeynikov2009-06-081-0/+8
* Add a more robust !if test.David Greene2009-06-081-2/+2
* Fix DejaGNU run line to escape special characters.David Greene2009-06-081-2/+2