summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* allow this to pass.Chris Lattner2008-08-29
* Add support for parsing .ll files that have numbers in front ofChris Lattner2008-08-29
* Swap fp comparison operands and change predicate to allow load folding.Evan Cheng2008-08-28
* In lowering SELECT_CC, removed cases where we can't flip the true and false w...Mon P Wang2008-08-28
* Optimize DAGCombiner's worklist processing. Previously it startedDan Gohman2008-08-28
* Revert r55467; it causes regressions in UnitTests/Vector/divides,Dan Gohman2008-08-28
* If a copy isn't coalesced, but its src is defined by trivial computation. Re-...Evan Cheng2008-08-28
* This test crashes on non-x86 host; make SSE explicit.Dale Johannesen2008-08-28
* Diagnose uses of unsized types with the byval attribute in theDan Gohman2008-08-27
* Basic FastISel support for floating-point constants.Dan Gohman2008-08-27
* If IV is used in a int-to-float cast inside the loop then try to eliminate th...Devang Patel2008-08-26
* If an xmm register is referenced explicitly in an inline asm, make sure to Chris Lattner2008-08-26
* Try approach to moving call address load inside of callseq_start. Now it's do...Evan Cheng2008-08-25
* Add support for fast isel of (integer) immediate materialization pattens, and...Owen Anderson2008-08-25
* Adjust grep's for new code sequence.Dale Johannesen2008-08-25
* Fix asm printing of MOVSDto64mr and MOV64toSDrm.Evan Cheng2008-08-25
* Fix this test. Don't null out the file, just XFAIL it until patch can be fixed.Bill Wendling2008-08-24
* Temporarily reverting r55292. It's causing a bootstraping failure:Bill Wendling2008-08-24
* Move callseq_start above the call address load to allow load to be folded int...Evan Cheng2008-08-24
* Testcase for 64bit maskmovqAnton Korobeynikov2008-08-23
* Verify that the alignment argument to llvm.memcpy is a constantChris Lattner2008-08-23
* Fix PR2423 by checking all indices for out of range access, not only Chris Lattner2008-08-23
* Test all currently supported atomic builtins on x86-{32,64}.Dale Johannesen2008-08-22
* Comprehensive test of FE handling of __sync builtins.Dale Johannesen2008-08-22
* 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