aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Improve support for vector casts in LLVM IR and CodeGen.Dan Gohman2008-08-141-0/+45
* Fix a bogus srem rule - a negative value srem'd by a power-of-2Dan Gohman2008-08-131-0/+18
* Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes withDan Gohman2008-08-131-0/+11
* Fix SCCP's handling of struct value loads and stores. SCCP doesn'tDan Gohman2008-08-131-0/+20
* Teach constant folding that an inttoptr of aDuncan Sands2008-08-131-0/+4
* Check sign to detect overflow before changing compare stride.Devang Patel2008-08-131-0/+31
* Extend ScalarEvolution's executesAtLeastOnce logic to be able toDan Gohman2008-08-121-0/+35
* Implement support for simplifying vector comparisons by 0.0 and 1.0 like weChris Lattner2008-08-111-2/+15
* Improve the grep commands for this test to be tolerant of ABIDan Gohman2008-08-111-1/+4
* Take the FrameOffset into account when computing the alignmentDan Gohman2008-08-111-0/+23
* [PR-2610] Adding Ocaml bindings for Switch::addCase.Gordon Henriksen2008-08-091-1/+12
* Add an EXTRACTPSmr pattern to match the pattern thatDan Gohman2008-08-081-0/+16
* Testcase for r54520.Nick Lewycky2008-08-081-0/+14
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-081-0/+13
* Don't crash printing the asm for a ConstantExpr PtrToInt just because the intNick Lewycky2008-08-081-0/+7
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-081-0/+12
* [Last] Batch 7 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+40
* Batch 6 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+52
* Batch 5 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+43
* Batch 4 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+65
* Batch 3 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+87
* Batch 2 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+39
* Batch 1 of Mips CodeGen tests, more coming...Bruno Cardoso Lopes2008-08-084-0/+61
* Testcases for 54503. One derived from PR 2533, theDale Johannesen2008-08-082-0/+47
* Use correct compiler component names for objcDuncan Sands2008-08-071-2/+2
* Move tests of the ObjC++ front-end to their ownDuncan Sands2008-08-073-2/+5
* Add a basic test for the SRETPromotion pass.Matthijs Kooijman2008-08-071-0/+33
* Move two tests from SRETPromotion to Inline, since they only call opt -inline.Matthijs Kooijman2008-08-072-0/+0
* Print section flags ok on platforms, which use '@' as comment string. Fix test.Anton Korobeynikov2008-08-071-1/+1
* Re-enable elimination of unnecessary SUBREG_TO_REG instructions inDan Gohman2008-08-072-0/+21
* Add an extra example that shouldn't get an and instruction.Dan Gohman2008-08-071-1/+6
* Re-introduce the 8-bit subreg zext-inreg patterns for x86-32,Dan Gohman2008-08-062-28/+15
* Fix a shufflevector instcombine that was emitting invalid masks indicesDan Gohman2008-08-061-0/+109
* PR2535, not PR2355.Evan Cheng2008-08-061-1/+1
* Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is ...Evan Cheng2008-08-061-0/+24
* optimize a common idiom generated by clang for bitfield access, PR2638.Chris Lattner2008-08-061-0/+10
* Zap sitofp/fptoui pairs. In all cases when the sign difference Chris Lattner2008-08-061-1/+13
* Reinstate this optimization, but without the miscompile. Thanks to Bill forNick Lewycky2008-08-061-0/+10
* Just grep for through the LL code instead of the ASM codeBill Wendling2008-08-061-1/+1
* Add default architecture.Bill Wendling2008-08-051-1/+1
* Testcase for PR2629.Bill Wendling2008-08-051-0/+23
* Fix PR2620: Fix X86cmppd selection code so it expects operands to be v2f64.Evan Cheng2008-08-051-0/+13
* Fix PR2596: out of bound reference.Evan Cheng2008-08-051-0/+40
* Revert r53282. This was causing a miscompile on Linux. Also, the transformationBill Wendling2008-08-051-10/+0
* Update the remaining tests not to use -disable-correct-folding, and remove twoOwen Anderson2008-08-056-115/+18
* One more -disable-correct-folding case removed.Owen Anderson2008-08-051-9/+9
* Remove another -disable-correct-folding use.Owen Anderson2008-08-051-3/+3
* Eliminate another use of -disable-correct-folding.Owen Anderson2008-08-051-7/+8
* This check is unnecessary, and getting rid of it removes a use of -disable-co...Owen Anderson2008-08-051-1/+1
* Remove the need for -disable-correct-folding from this test.Owen Anderson2008-08-051-9/+12