summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-16
* Reapply 54786. Add overflow and number of mantissa bits checks.Devang Patel2008-08-15
* Revert 54786. It's not checking for overflows, etc.Evan Cheng2008-08-15
* Renaming LLVMC/dg.exp to LLVM/llvmc.expBill Wendling2008-08-14
* The pass manager is not able to schedule -loop-deletion -loop-index-split.Devang Patel2008-08-14
* If IV is used in a int-to-float cast inside the loop then try to eliminate th...Devang Patel2008-08-14
* Improve support for vector casts in LLVM IR and CodeGen.Dan Gohman2008-08-14
* Fix a bogus srem rule - a negative value srem'd by a power-of-2Dan Gohman2008-08-13
* Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes withDan Gohman2008-08-13
* Fix SCCP's handling of struct value loads and stores. SCCP doesn'tDan Gohman2008-08-13
* Teach constant folding that an inttoptr of aDuncan Sands2008-08-13
* Check sign to detect overflow before changing compare stride.Devang Patel2008-08-13
* Extend ScalarEvolution's executesAtLeastOnce logic to be able toDan Gohman2008-08-12
* Implement support for simplifying vector comparisons by 0.0 and 1.0 like weChris Lattner2008-08-11
* Improve the grep commands for this test to be tolerant of ABIDan Gohman2008-08-11
* Take the FrameOffset into account when computing the alignmentDan Gohman2008-08-11
* [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