summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add a basic test for the SRETPromotion pass.Matthijs Kooijman2008-08-07
* Move two tests from SRETPromotion to Inline, since they only call opt -inline.Matthijs Kooijman2008-08-07
* Print section flags ok on platforms, which use '@' as comment string. Fix test.Anton Korobeynikov2008-08-07
* Re-enable elimination of unnecessary SUBREG_TO_REG instructions inDan Gohman2008-08-07
* Add an extra example that shouldn't get an and instruction.Dan Gohman2008-08-07
* Re-introduce the 8-bit subreg zext-inreg patterns for x86-32,Dan Gohman2008-08-06
* Fix a shufflevector instcombine that was emitting invalid masks indicesDan Gohman2008-08-06
* PR2535, not PR2355.Evan Cheng2008-08-06
* Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is ...Evan Cheng2008-08-06
* optimize a common idiom generated by clang for bitfield access, PR2638.Chris Lattner2008-08-06
* Zap sitofp/fptoui pairs. In all cases when the sign difference Chris Lattner2008-08-06
* Reinstate this optimization, but without the miscompile. Thanks to Bill forNick Lewycky2008-08-06
* Just grep for through the LL code instead of the ASM codeBill Wendling2008-08-06
* Add default architecture.Bill Wendling2008-08-05
* Testcase for PR2629.Bill Wendling2008-08-05
* Fix PR2620: Fix X86cmppd selection code so it expects operands to be v2f64.Evan Cheng2008-08-05
* Fix PR2596: out of bound reference.Evan Cheng2008-08-05
* Revert r53282. This was causing a miscompile on Linux. Also, the transformationBill Wendling2008-08-05
* Update the remaining tests not to use -disable-correct-folding, and remove twoOwen Anderson2008-08-05
* One more -disable-correct-folding case removed.Owen Anderson2008-08-05
* Remove another -disable-correct-folding use.Owen Anderson2008-08-05
* Eliminate another use of -disable-correct-folding.Owen Anderson2008-08-05
* This check is unnecessary, and getting rid of it removes a use of -disable-co...Owen Anderson2008-08-05
* Remove the need for -disable-correct-folding from this test.Owen Anderson2008-08-05
* Fix the AsmWriter to not print extra spaces after parameter attributes.Dan Gohman2008-08-05
* Fix PR2568: Fix bug that cause redudant kill marker after its live interval h...Evan Cheng2008-08-05
* Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson2008-08-04
* PR2621: Improvements to the SCEV AddRec binomial expansion. This Eli Friedman2008-08-04
* Fix SDISel lowering of PHI nodes to use ComputeValueVTs.Dan Gohman2008-08-04
* Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs.Dan Gohman2008-08-04
* Make sse2 explicit, for non-x86 hosts.Dale Johannesen2008-07-31
* Improve dagcombining for sext-loads and sext-in-reg nodes.Dan Gohman2008-07-31
* Don't look for leaf values to store when lowering stores ofDan Gohman2008-07-30
* I missed this file in r54223. movzbl is now used insteadDan Gohman2008-07-30
* Reapply r54147 with a constraint to only use the 8-bitDan Gohman2008-07-30
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Another SCEV issue from PR2607; essentially the same issue, but this Eli Friedman2008-07-30
* Fix for PR2607: SCEV miscomputing the loop count for loops with an Eli Friedman2008-07-30
* Fix PR2609. If a label is deleted, then it needsDuncan Sands2008-07-29
* Add vector shifts to the IR, patch by Eli Friedman.Nate Begeman2008-07-29
* Add -unroll-allow-partial command line option that enabled the loop unroller toMatthijs Kooijman2008-07-29
* Restructure ArgumentPromotion a bit. Instead of just having a single booleanMatthijs Kooijman2008-07-29
* Revert 54147.Dan Gohman2008-07-29
* Add x86 isel patterns to match what would be a ZERO_EXTEND_INREG operation,Dan Gohman2008-07-28
* Test this differently: I saw this test failDuncan Sands2008-07-28
* Fix a bashism in TestRunner.sh.Dan Gohman2008-07-28
* Add support for eliminating stores that store the same value that was just lo...Owen Anderson2008-07-28
* Fix embedded CRLF characters.Dan Gohman2008-07-27
* Fix test RUN lineNate Begeman2008-07-25
* Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmxNate Begeman2008-07-25