aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an EXTRACTPSmr pattern to match the pattern thatDan Gohman2008-08-081-0/+16
* 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
* 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 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
* 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
* Fix PR2568: Fix bug that cause redudant kill marker after its live interval h...Evan Cheng2008-08-051-0/+44
* Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson2008-08-0411-12/+12
* Fix SDISel lowering of PHI nodes to use ComputeValueVTs.Dan Gohman2008-08-041-0/+44
* Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs.Dan Gohman2008-08-041-0/+17
* Make sse2 explicit, for non-x86 hosts.Dale Johannesen2008-07-311-2/+2
* Improve dagcombining for sext-loads and sext-in-reg nodes.Dan Gohman2008-07-311-0/+9
* Don't look for leaf values to store when lowering stores ofDan Gohman2008-07-301-0/+18
* I missed this file in r54223. movzbl is now used insteadDan Gohman2008-07-301-1/+1
* Reapply r54147 with a constraint to only use the 8-bitDan Gohman2008-07-303-0/+92
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-301-29/+29
* Fix PR2609. If a label is deleted, then it needsDuncan Sands2008-07-291-0/+282
* Revert 54147.Dan Gohman2008-07-292-80/+0
* Add x86 isel patterns to match what would be a ZERO_EXTEND_INREG operation,Dan Gohman2008-07-282-0/+80
* Fix embedded CRLF characters.Dan Gohman2008-07-271-632/+632
* Fix test RUN lineNate Begeman2008-07-251-1/+1
* Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmxNate Begeman2008-07-251-0/+8
* This test needs -aggressive-remat enabled.Dan Gohman2008-07-251-1/+1
* Teach ARM isLegalAddressingMode to handle unknown type without crashing. This...Evan Cheng2008-07-251-0/+9
* Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman2008-07-251-0/+15
* Add target triples so these tests behave as expected on non-darwin hosts.Dan Gohman2008-07-243-3/+3
* Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (al...Evan Cheng2008-07-241-0/+11
* New test case.Evan Cheng2008-07-241-0/+7
* Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions.Evan Cheng2008-07-233-4/+12
* LegalizeTypes support for VSETCC. Fixes PR2575.Duncan Sands2008-07-221-0/+30
* Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to ou...Evan Cheng2008-07-221-0/+16