summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Generalize a few more instcombines to be vector/scalar-independent.Dan Gohman2009-06-16
* Instcombine's ShrinkDemandedConstant may strip bits out of constants,Dan Gohman2009-06-16
* GNU as refuses to assemble "pop {}" instruction. Do not emit suchAnton Korobeynikov2009-06-16
* Testcase for r73506Chris Lattner2009-06-16
* If a val# is defined by an implicit_def and it is being removed, all of the c...Evan Cheng2009-06-16
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-16
* Use MainCU if it is available.Devang Patel2009-06-16
* Update this test to use fmul instead of mul.Dan Gohman2009-06-15
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-15
* Gracefully handle imbalanced inline function begin and end markers.Devang Patel2009-06-15
* ifcvt should ignore cfg where true and false successors are the same.Evan Cheng2009-06-15
* Fix the crash in this test. This is basically the sameDale Johannesen2009-06-15
* This test is failing. Revert for now.Bill Wendling2009-06-15
* Add another testcase for r71478.Bill Wendling2009-06-15
* CheckTailCallReturnConstraints is missing a check on theArnold Schwaighofer2009-06-15
* Part 1.Evan Cheng2009-06-15
* fix testcase to properly check for the patch in r73195.Chris Lattner2009-06-15
* Implement more aggressive folding of add operand lists whenDan Gohman2009-06-14
* Testcase for PR4332.Duncan Sands2009-06-14
* Teach SCEVExpander's visitAddRecExpr to reuse an existing canonicalDan Gohman2009-06-13
* Add a ARM specific pre-allocation pass that re-schedule loads / stores fromEvan Cheng2009-06-13
* llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...Devang Patel2009-06-13
* Adjust this test's regex strings so that they work regardlessDan Gohman2009-06-12
* Add -m32 to llvm-gcc commands, so that this test behaves as expectedDan Gohman2009-06-12
* If killed register is defined by implicit_def, do not clear it since it's liv...Evan Cheng2009-06-12
* Mark some pattern-less instructions as neverHasSideEffects.Evan Cheng2009-06-12
* Clear AbstractInstanceRootMap at the end of the function.Devang Patel2009-06-12
* Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, becauseDan Gohman2009-06-12
* Testcase for llvm-gcc patch 73238.Dale Johannesen2009-06-12
* Fix Bug 4278: X86-64 with -tailcallopt calling conventionArnold Schwaighofer2009-06-12
* Given two identical weak functions, produce one internal function and two weakNick Lewycky2009-06-12
* This test is wrong. If you have two weak functions F and G you can't makeNick Lewycky2009-06-12
* Fix regular expression.Nick Lewycky2009-06-12
* Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky2009-06-12
* In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matchedNick Lewycky2009-06-12
* XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't easy...Nick Lewycky2009-06-11
* Test for rev 73205 (PR 4349)Dale Johannesen2009-06-11
* Fix 4366: store to null in non-default addr space should not beChris Lattner2009-06-11
* Remove empty test (my DejaGNU doesn't like this)Daniel Dunbar2009-06-09
* Remove empty file.Bill Wendling2009-06-09
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-09
* Add a !patsubst operator. Use on string types.David Greene2009-06-08
* Add testcase for register scanveger assertion fix in r72755Anton Korobeynikov2009-06-08
* Add a more robust !if test.David Greene2009-06-08
* Fix DejaGNU run line to escape special characters.David Greene2009-06-08
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-08
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-08
* Fix the run-line for this test to work correctly outside of x86.Eli Friedman2009-06-07
* Tweak the expansion code for BIT_CONVERT to generate better code Eli Friedman2009-06-07
* Slightly generalize the code that handles shuffles of consecutive loads Eli Friedman2009-06-07