summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* This test needs -aggressive-remat enabled.Dan Gohman2008-07-25
* Teach ARM isLegalAddressingMode to handle unknown type without crashing. This...Evan Cheng2008-07-25
* Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman2008-07-25
* Put the LICM of constant GlobalVariables, introduced in r53945, under aDan Gohman2008-07-24
* Add target triples so these tests behave as expected on non-darwin hosts.Dan Gohman2008-07-24
* Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (al...Evan Cheng2008-07-24
* New test case.Evan Cheng2008-07-24
* "Allow LICM to sink or lift loads from constant memory. Also add a testChris Lattner2008-07-23
* Enable first-class aggregates support.Dan Gohman2008-07-23
* Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions.Evan Cheng2008-07-23
* LegalizeTypes support for VSETCC. Fixes PR2575.Duncan Sands2008-07-22
* Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to ou...Evan Cheng2008-07-22
* Fix PR2574: implement v2f32 scalar_to_vector.Evan Cheng2008-07-22
* Add the PR number to the test.Dan Gohman2008-07-21
* Fix a bug in LSR's dead-PHI cleanup. If a PHI has a def-use chain thatDan Gohman2008-07-21
* Fix PR2088. Use modulo linear equation solver to compute loop iterationWojciech Matyjewicz2008-07-20
* Fix for first part of PR2562. Generate the "pinsrw" instruction for insertsBill Wendling2008-07-20
* XFAIL this test.Nick Lewycky2008-07-19
* While testing particular algorithms to compute loop iteration count the bruteWojciech Matyjewicz2008-07-19
* Testcase for PR2549Anton Korobeynikov2008-07-19
* Softfloat support for FDIV. Patch by Duncan Sands2008-07-18
* In the CBackend, use casts to force integer add, subtract, andDan Gohman2008-07-18
* Subreg live interval valno may not have a corresponding def machineinstr sinc...Evan Cheng2008-07-17
* Add nounwind.Evan Cheng2008-07-17
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-17
* LegalizeTypes support for what seems to be theDuncan Sands2008-07-17
* Turn LegalizeTypes back off again for the moment:Duncan Sands2008-07-17
* Make GlobalOpt preserve address spaces when scalar replacing aggregate globals.Matthijs Kooijman2008-07-17
* Fix PR2553Chris Lattner2008-07-17
* Add support for promoting and expanding AssertZextDuncan Sands2008-07-16
* Test passing of integer parameters for integersDuncan Sands2008-07-16
* Test codegen of loads and stores of all integerDuncan Sands2008-07-16
* Add a few cases to instcombine's extractvalue testcase.Matthijs Kooijman2008-07-16
* Un-XFAIL multdeadretval, since instcombine now properly handles the mess dead...Matthijs Kooijman2008-07-16
* Turn on LegalizeTypes by default.Duncan Sands2008-07-16
* The atomic.cmp.swap promotion logic is wrong: itDuncan Sands2008-07-16
* Fix PR2296. Do not transform x86_sse2_storel_dq into a full-width store.Evan Cheng2008-07-16
* XFAIL the multdeadretval test for now, I will be fixing instcombine to make i...Matthijs Kooijman2008-07-15
* LegalizeTypes support for fabs on ppc long double.Duncan Sands2008-07-15