summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [PR-2610] Adding Ocaml bindings for Switch::addCase.Gordon Henriksen2008-08-09
* Add an EXTRACTPSmr pattern to match the pattern thatDan Gohman2008-08-08
* Testcase for r54520.Nick Lewycky2008-08-08
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-08
* Don't crash printing the asm for a ConstantExpr PtrToInt just because the intNick Lewycky2008-08-08
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-08
* [Last] Batch 7 of Mips CodeGen testsBruno Cardoso Lopes2008-08-08
* Batch 6 of Mips CodeGen testsBruno Cardoso Lopes2008-08-08
* Batch 5 of Mips CodeGen testsBruno Cardoso Lopes2008-08-08
* Batch 4 of Mips CodeGen testsBruno Cardoso Lopes2008-08-08
* Batch 3 of Mips CodeGen testsBruno Cardoso Lopes2008-08-08
* Batch 2 of Mips CodeGen testsBruno Cardoso Lopes2008-08-08
* Batch 1 of Mips CodeGen tests, more coming...Bruno Cardoso Lopes2008-08-08
* Testcases for 54503. One derived from PR 2533, theDale Johannesen2008-08-08
* Use correct compiler component names for objcDuncan Sands2008-08-07
* Move tests of the ObjC++ front-end to their ownDuncan Sands2008-08-07
* 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