summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Factor out the predicate check code from DAGISelEmitter.cppDan Gohman2008-08-22
* Testcase for PR2585.Bill Wendling2008-08-21
* Add -mattr=sse2 so this test doesn't fail on non-x86 hosts.Dan Gohman2008-08-21
* Make x86 and sse2 explicit for non-x86 hosts.Dale Johannesen2008-08-21
* Fix a number of byval / memcpy / memset related codegen issues.Evan Cheng2008-08-21
* getelementptr doesn't work on x86-64 yet, because itDan Gohman2008-08-21
* MVT::getMVT uses iPTR for pointer types, while we need the actualDan Gohman2008-08-21
* Revert r54876 r54877 r54906 and r54907. Evan found that these caused a 20%Nick Lewycky2008-08-21
* Basic fast-isel support for instructions with constant int operands.Dan Gohman2008-08-21
* Add a -march line for this test, and run it on x86-64 too for fun.Dan Gohman2008-08-20
* ll printer prints each zeroinit on the same line now, update regexChris Lattner2008-08-20
* Add FastISel support for floating-point operations.Dan Gohman2008-08-20
* Add FastISel support for several more binary operators.Dan Gohman2008-08-20
* Add support for the __sync_sub_and_fetch atomics and friends for X86. The codeBill Wendling2008-08-19
* Fast-isel is now *minimally* functional. Add a testcase toDan Gohman2008-08-19
* Add support for 8 and 16 bit forms of __syncDale Johannesen2008-08-19
* XFAIL this test for now.Bill Wendling2008-08-18
* Consider the case where xor by -1 and xor by 128 have been combined already toNick Lewycky2008-08-17
* Didn't mean to change this.Evan Cheng2008-08-17
* Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ...Evan Cheng2008-08-17
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Xor'ing both sides of icmp by sign-bit is equivalent to swapping signedness ofNick Lewycky2008-08-17
* 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