aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Re-introduce the 8-bit subreg zext-inreg patterns for x86-32,Dan Gohman2008-08-062-28/+15
* Fix a shufflevector instcombine that was emitting invalid masks indicesDan Gohman2008-08-061-0/+109
* PR2535, not PR2355.Evan Cheng2008-08-061-1/+1
* Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is ...Evan Cheng2008-08-061-0/+24
* optimize a common idiom generated by clang for bitfield access, PR2638.Chris Lattner2008-08-061-0/+10
* Zap sitofp/fptoui pairs. In all cases when the sign difference Chris Lattner2008-08-061-1/+13
* Reinstate this optimization, but without the miscompile. Thanks to Bill forNick Lewycky2008-08-061-0/+10
* Just grep for through the LL code instead of the ASM codeBill Wendling2008-08-061-1/+1
* Add default architecture.Bill Wendling2008-08-051-1/+1
* Testcase for PR2629.Bill Wendling2008-08-051-0/+23
* Fix PR2620: Fix X86cmppd selection code so it expects operands to be v2f64.Evan Cheng2008-08-051-0/+13
* Fix PR2596: out of bound reference.Evan Cheng2008-08-051-0/+40
* Revert r53282. This was causing a miscompile on Linux. Also, the transformationBill Wendling2008-08-051-10/+0
* Update the remaining tests not to use -disable-correct-folding, and remove twoOwen Anderson2008-08-056-115/+18
* One more -disable-correct-folding case removed.Owen Anderson2008-08-051-9/+9
* Remove another -disable-correct-folding use.Owen Anderson2008-08-051-3/+3
* Eliminate another use of -disable-correct-folding.Owen Anderson2008-08-051-7/+8
* This check is unnecessary, and getting rid of it removes a use of -disable-co...Owen Anderson2008-08-051-1/+1
* Remove the need for -disable-correct-folding from this test.Owen Anderson2008-08-051-9/+12
* Fix the AsmWriter to not print extra spaces after parameter attributes.Dan Gohman2008-08-051-1/+1
* Fix PR2568: Fix bug that cause redudant kill marker after its live interval h...Evan Cheng2008-08-051-0/+44
* Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson2008-08-0411-12/+12
* PR2621: Improvements to the SCEV AddRec binomial expansion. This Eli Friedman2008-08-042-0/+81
* Fix SDISel lowering of PHI nodes to use ComputeValueVTs.Dan Gohman2008-08-041-0/+44
* Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs.Dan Gohman2008-08-041-0/+17
* Make sse2 explicit, for non-x86 hosts.Dale Johannesen2008-07-311-2/+2
* Improve dagcombining for sext-loads and sext-in-reg nodes.Dan Gohman2008-07-311-0/+9
* Don't look for leaf values to store when lowering stores ofDan Gohman2008-07-301-0/+18
* I missed this file in r54223. movzbl is now used insteadDan Gohman2008-07-301-1/+1
* Reapply r54147 with a constraint to only use the 8-bitDan Gohman2008-07-303-0/+92
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-301-29/+29
* Another SCEV issue from PR2607; essentially the same issue, but this Eli Friedman2008-07-301-0/+24
* Fix for PR2607: SCEV miscomputing the loop count for loops with an Eli Friedman2008-07-301-0/+27
* Fix PR2609. If a label is deleted, then it needsDuncan Sands2008-07-291-0/+282
* Add vector shifts to the IR, patch by Eli Friedman.Nate Begeman2008-07-291-0/+21
* Add -unroll-allow-partial command line option that enabled the loop unroller toMatthijs Kooijman2008-07-291-0/+15
* Restructure ArgumentPromotion a bit. Instead of just having a single booleanMatthijs Kooijman2008-07-291-0/+25
* Revert 54147.Dan Gohman2008-07-292-80/+0
* Add x86 isel patterns to match what would be a ZERO_EXTEND_INREG operation,Dan Gohman2008-07-282-0/+80
* Test this differently: I saw this test failDuncan Sands2008-07-281-1/+1
* Fix a bashism in TestRunner.sh.Dan Gohman2008-07-281-2/+2
* Add support for eliminating stores that store the same value that was just lo...Owen Anderson2008-07-281-0/+14
* Fix embedded CRLF characters.Dan Gohman2008-07-271-632/+632
* Fix test RUN lineNate Begeman2008-07-251-1/+1
* Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmxNate Begeman2008-07-251-0/+8
* This test needs -aggressive-remat enabled.Dan Gohman2008-07-251-1/+1
* Teach ARM isLegalAddressingMode to handle unknown type without crashing. This...Evan Cheng2008-07-251-0/+9
* Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman2008-07-251-0/+15
* Put the LICM of constant GlobalVariables, introduced in r53945, under aDan Gohman2008-07-241-1/+1
* Add target triples so these tests behave as expected on non-darwin hosts.Dan Gohman2008-07-243-3/+3