2008-08-08 |
Bruno Cardoso Lopes | [Last] Batch 7 of Mips CodeGen tests |
tree | commitdiff |
2008-08-08 |
Bruno Cardoso Lopes | Batch 6 of Mips CodeGen tests |
tree | commitdiff |
2008-08-08 |
Bruno Cardoso Lopes | Batch 5 of Mips CodeGen tests |
tree | commitdiff |
2008-08-08 |
Bruno Cardoso Lopes | Batch 4 of Mips CodeGen tests |
tree | commitdiff |
2008-08-08 |
Bruno Cardoso Lopes | Batch 3 of Mips CodeGen tests |
tree | commitdiff |
2008-08-08 |
Bruno Cardoso Lopes | Batch 2 of Mips CodeGen tests |
tree | commitdiff |
2008-08-08 |
Bruno Cardoso Lopes | Batch 1 of Mips CodeGen tests, more coming... |
tree | commitdiff |
2008-08-08 |
Dale Johannesen | Testcases for 54503. One derived from PR 2533, the |
tree | commitdiff |
2008-08-07 |
Duncan Sands | Use correct compiler component names for objc |
tree | commitdiff |
2008-08-07 |
Duncan Sands | Move tests of the ObjC++ front-end to their own |
tree | commitdiff |
2008-08-07 |
Matthijs Kooijman | Add a basic test for the SRETPromotion pass. |
tree | commitdiff |
2008-08-07 |
Matthijs Kooijman | Move two tests from SRETPromotion to Inline, since... |
tree | commitdiff |
2008-08-07 |
Anton Korobeynikov | Print section flags ok on platforms, which use '@'... |
tree | commitdiff |
2008-08-07 |
Dan Gohman | Re-enable elimination of unnecessary SUBREG_TO_REG... |
tree | commitdiff |
2008-08-07 |
Dan Gohman | Add an extra example that shouldn't get an and instruction. |
tree | commitdiff |
2008-08-06 |
Dan Gohman | Re-introduce the 8-bit subreg zext-inreg patterns for... |
tree | commitdiff |
2008-08-06 |
Dan Gohman | Fix a shufflevector instcombine that was emitting inval... |
tree | commitdiff |
2008-08-06 |
Evan Cheng | PR2535, not PR2355. |
tree | commitdiff |
2008-08-06 |
Evan Cheng | Fix PR2355: bug in ChangeCompareStride. When the loop... |
tree | commitdiff |
2008-08-06 |
Chris Lattner | optimize a common idiom generated by clang for bitfield... |
tree | commitdiff |
2008-08-06 |
Chris Lattner | Zap sitofp/fptoui pairs. In all cases when the sign... |
tree | commitdiff |
2008-08-06 |
Nick Lewycky | Reinstate this optimization, but without the miscompile... |
tree | commitdiff |
2008-08-06 |
Bill Wendling | Just grep for through the LL code instead of the ASM... |
tree | commitdiff |
2008-08-05 |
Bill Wendling | Add default architecture. |
tree | commitdiff |
2008-08-05 |
Bill Wendling | Testcase for PR2629. |
tree | commitdiff |
2008-08-05 |
Evan Cheng | Fix PR2620: Fix X86cmppd selection code so it expects... |
tree | commitdiff |
2008-08-05 |
Evan Cheng | Fix PR2596: out of bound reference. |
tree | commitdiff |
2008-08-05 |
Bill Wendling | Revert r53282. This was causing a miscompile on Linux... |
tree | commitdiff |
2008-08-05 |
Owen Anderson | Update the remaining tests not to use -disable-correct... |
tree | commitdiff |
2008-08-05 |
Owen Anderson | One more -disable-correct-folding case removed. |
tree | commitdiff |
2008-08-05 |
Owen Anderson | Remove another -disable-correct-folding use. |
tree | commitdiff |
2008-08-05 |
Owen Anderson | Eliminate another use of -disable-correct-folding. |
tree | commitdiff |
2008-08-05 |
Owen Anderson | This check is unnecessary, and getting rid of it remove... |
tree | commitdiff |
2008-08-05 |
Owen Anderson | Remove the need for -disable-correct-folding from this... |
tree | commitdiff |
2008-08-05 |
Dan Gohman | Fix the AsmWriter to not print extra spaces after param... |
tree | commitdiff |
2008-08-05 |
Evan Cheng | Fix PR2568: Fix bug that cause redudant kill marker... |
tree | commitdiff |
2008-08-04 |
Owen Anderson | Update these tests to work by disabling the new correct... |
tree | commitdiff |
2008-08-04 |
Eli Friedman | PR2621: Improvements to the SCEV AddRec binomial expans... |
tree | commitdiff |
2008-08-04 |
Dan Gohman | Fix SDISel lowering of PHI nodes to use ComputeValueVTs. |
tree | commitdiff |
2008-08-04 |
Dan Gohman | Fix SDISel lowering of zeroinitializer and undef to... |
tree | commitdiff |
2008-07-31 |
Dale Johannesen | Make sse2 explicit, for non-x86 hosts. |
tree | commitdiff |
2008-07-31 |
Dan Gohman | Improve dagcombining for sext-loads and sext-in-reg... |
tree | commitdiff |
2008-07-30 |
Dan Gohman | Don't look for leaf values to store when lowering stores of |
tree | commitdiff |
2008-07-30 |
Dan Gohman | I missed this file in r54223. movzbl is now used instead |
tree | commitdiff |
2008-07-30 |
Dan Gohman | Reapply r54147 with a constraint to only use the 8-bit |
tree | commitdiff |
2008-07-30 |
Mon P Wang | Added support for overloading intrinsics (atomics)... |
tree | commitdiff |
2008-07-30 |
Eli Friedman | Another SCEV issue from PR2607; essentially the same... |
tree | commitdiff |
2008-07-30 |
Eli Friedman | Fix for PR2607: SCEV miscomputing the loop count for... |
tree | commitdiff |
2008-07-29 |
Duncan Sands | Fix PR2609. If a label is deleted, then it needs |
tree | commitdiff |
2008-07-29 |
Nate Begeman | Add vector shifts to the IR, patch by Eli Friedman. |
tree | commitdiff |
2008-07-29 |
Matthijs Kooijman | Add -unroll-allow-partial command line option that... |
tree | commitdiff |
2008-07-29 |
Matthijs Kooijman | Restructure ArgumentPromotion a bit. Instead of just... |
tree | commitdiff |
2008-07-29 |
Dan Gohman | Revert 54147. |
tree | commitdiff |
2008-07-28 |
Dan Gohman | Add x86 isel patterns to match what would be a ZERO_EXT... |
tree | commitdiff |
2008-07-28 |
Duncan Sands | Test this differently: I saw this test fail |
tree | commitdiff |
2008-07-28 |
Dan Gohman | Fix a bashism in TestRunner.sh. |
tree | commitdiff |
2008-07-28 |
Owen Anderson | Add support for eliminating stores that store the same... |
tree | commitdiff |
2008-07-27 |
Dan Gohman | Fix embedded CRLF characters. |
tree | commitdiff |
2008-07-25 |
Nate Begeman | Fix test RUN line |
tree | commitdiff |
2008-07-25 |
Nate Begeman | Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmx |
tree | commitdiff |
2008-07-25 |
Dan Gohman | This test needs -aggressive-remat enabled. |
tree | commitdiff |
2008-07-25 |
Evan Cheng | Teach ARM isLegalAddressingMode to handle unknown type... |
tree | commitdiff |
2008-07-25 |
Dan Gohman | Enable rematerialization of constants using AliasAnalys... |
tree | commitdiff |
2008-07-24 |
Dan Gohman | Put the LICM of constant GlobalVariables, introduced... |
tree | commitdiff |
2008-07-24 |
Dan Gohman | Add target triples so these tests behave as expected... |
tree | commitdiff |
2008-07-24 |
Evan Cheng | Fix a catastrophic PPC64 ABI bug: i32 operands which... |
tree | commitdiff |
2008-07-24 |
Evan Cheng | New test case. |
tree | commitdiff |
2008-07-23 |
Chris Lattner | "Allow LICM to sink or lift loads from constant memory... |
tree | commitdiff |
2008-07-23 |
Dan Gohman | Enable first-class aggregates support. |
tree | commitdiff |
2008-07-23 |
Evan Cheng | Fix PR2485: do all 4-element SSE shuffles in max. of... |
tree | commitdiff |
2008-07-22 |
Duncan Sands | LegalizeTypes support for VSETCC. Fixes PR2575. |
tree | commitdiff |
2008-07-22 |
Evan Cheng | Fix pr2566: incorrect assumption about bit_convert... |
tree | commitdiff |
2008-07-22 |
Evan Cheng | Fix PR2574: implement v2f32 scalar_to_vector. |
tree | commitdiff |
2008-07-21 |
Dan Gohman | Add the PR number to the test. |
tree | commitdiff |
2008-07-21 |
Dan Gohman | Fix a bug in LSR's dead-PHI cleanup. If a PHI has a... |
tree | commitdiff |
2008-07-20 |
Wojciech Matyjewicz | Fix PR2088. Use modulo linear equation solver to comput... |
tree | commitdiff |
2008-07-20 |
Bill Wendling | Fix for first part of PR2562. Generate the "pinsrw... |
tree | commitdiff |
2008-07-19 |
Nick Lewycky | XFAIL this test. |
tree | commitdiff |
2008-07-19 |
Wojciech Matyjewicz | While testing particular algorithms to compute loop... |
tree | commitdiff |
2008-07-19 |
Anton Korobeynikov | Testcase for PR2549 |
tree | commitdiff |
2008-07-18 |
Duncan Sands | Softfloat support for FDIV. Patch by |
tree | commitdiff |
2008-07-18 |
Dan Gohman | In the CBackend, use casts to force integer add, subtra... |
tree | commitdiff |
2008-07-17 |
Evan Cheng | Subreg live interval valno may not have a corresponding... |
tree | commitdiff |
2008-07-17 |
Evan Cheng | Add nounwind. |
tree | commitdiff |
2008-07-17 |
Dan Gohman | Add a new function, ReplaceAllUsesOfValuesWith, which... |
tree | commitdiff |
2008-07-17 |
Duncan Sands | LegalizeTypes support for what seems to be the |
tree | commitdiff |
2008-07-17 |
Duncan Sands | Turn LegalizeTypes back off again for the moment: |
tree | commitdiff |
2008-07-17 |
Matthijs Kooijman | Make GlobalOpt preserve address spaces when scalar... |
tree | commitdiff |
2008-07-17 |
Chris Lattner | Fix PR2553 |
tree | commitdiff |
2008-07-16 |
Duncan Sands | Add support for promoting and expanding AssertZext |
tree | commitdiff |
2008-07-16 |
Duncan Sands | Test passing of integer parameters for integers |
tree | commitdiff |
2008-07-16 |
Duncan Sands | Test codegen of loads and stores of all integer |
tree | commitdiff |
2008-07-16 |
Matthijs Kooijman | Add a few cases to instcombine's extractvalue testcase. |
tree | commitdiff |
2008-07-16 |
Matthijs Kooijman | Un-XFAIL multdeadretval, since instcombine now properly... |
tree | commitdiff |
2008-07-16 |
Duncan Sands | Turn on LegalizeTypes by default. |
tree | commitdiff |
2008-07-16 |
Duncan Sands | The atomic.cmp.swap promotion logic is wrong: it |
tree | commitdiff |
2008-07-16 |
Evan Cheng | Fix PR2296. Do not transform x86_sse2_storel_dq into... |
tree | commitdiff |
2008-07-15 |
Matthijs Kooijman | XFAIL the multdeadretval test for now, I will be fixing... |
tree | commitdiff |
2008-07-15 |
Duncan Sands | LegalizeTypes support for fabs on ppc long double. |
tree | commitdiff |
2008-07-15 |
Matthijs Kooijman | Remove a few tests which no longer hold for deadargelim... |
tree | commitdiff |
next |