aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't unroll loops containing function calls.Jakob Stoklund Olesen2010-02-051-6/+8
* fix incorrect encoding of SBB8mi that Kevin noticed.Chris Lattner2010-02-051-1/+4
* fix a case where we'd mis-encode fisttp because of an incorrect (andChris Lattner2010-02-051-0/+5
* remove fixmeChris Lattner2010-02-051-2/+0
* Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen2010-02-051-0/+76
* fix logical-select to invoke filecheck right, and fix hte instcombineChris Lattner2010-02-051-1/+3
* Remove this code for now. I have a better idea and will rewrite withEric Christopher2010-02-051-2/+13
* Make test more fucused eliminating extraneous bits.Bill Wendling2010-02-051-44/+5
* Fix test.Evan Cheng2010-02-051-2/+2
* Handle tail call with byval arguments.Evan Cheng2010-02-051-1/+46
* When the scheduler unfold a load folding instruction it move some of the pred...Evan Cheng2010-02-051-0/+28
* An empty global constant (one of size 0) may have a section immediatelyBill Wendling2010-02-051-0/+50
* Fix small bug in handling instructions with more than one implicitly defined ...Jakob Stoklund Olesen2010-02-041-0/+27
* Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG ...Benjamin Kramer2010-02-041-0/+5
* fix a broken archive that was breaking dejagnu only (not lit)Chris Lattner2010-02-041-0/+0
* Re-enable x86 tail call optimization.Evan Cheng2010-02-041-3/+2
* Temporarily revert this since it appears to have caused a buildEric Christopher2010-02-041-12/+2
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-041-4/+2
* From PR6228:Chris Lattner2010-02-041-0/+0
* Rework constant expr and array handling for objectsize instcombining.Eric Christopher2010-02-041-2/+12
* Fix (and test) function-local metadata that occurs before the instruction tha...Victor Hernandez2010-02-041-0/+2
* If we're dealing with a zero-length array, don't lower to anyEric Christopher2010-02-031-0/+11
* This test passes now on ppc darwin; if it doesn't passDale Johannesen2010-02-031-1/+1
* This test passes now on ppc darwin, so reenable it.Dale Johannesen2010-02-031-3/+0
* Debugging is now reenabled on PPC darwin, so reenableDale Johannesen2010-02-032-6/+1
* Speculatively disable x86 automatic tail call optimization while we track dow...Evan Cheng2010-02-031-0/+1
* Make test less fragileEvan Cheng2010-02-031-1/+1
* Added support for X86 instruction prefixes so llvm-mc can assemble them. TheKevin Enderby2010-02-031-0/+68
* Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten itDaniel Dunbar2010-02-031-0/+10
* Revert 94937 and move the noreturn check to codegen.Evan Cheng2010-02-033-13/+14
* Allow all types of callee's to be tail called. But avoid automatic tailcall i...Evan Cheng2010-02-032-3/+28
* Reapply 95050 with a tweak to check the register class.Dale Johannesen2010-02-032-2/+4
* make these less sensitive to asm verbose changes by disabling it for them.Chris Lattner2010-02-032-2/+2
* Recommit this, looks like it wasn't the cause.Eric Christopher2010-02-032-0/+42
* AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we needDaniel Dunbar2010-02-021-0/+6
* Hopefully temporarily revert this.Eric Christopher2010-02-022-42/+0
* remove the # TAILCALL markers, which was causing the to fail.Chris Lattner2010-02-021-16/+15
* Re-add strcmp and known size object size checking optimization.Eric Christopher2010-02-022-0/+42
* MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar2010-02-023-0/+558
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-021-0/+14
* this apparently depends on the host somehow.Chris Lattner2010-02-021-3/+2
* XFAIL for PPC Darwin.Bill Wendling2010-02-021-0/+3
* disable this test for now.Chris Lattner2010-02-021-0/+2
* Added another version of the X86 assembler matcher test case.Kevin Enderby2010-02-021-0/+7653
* Test revert 95050; there's a good chance it's causingDale Johannesen2010-02-022-4/+2
* don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : BChris Lattner2010-02-021-0/+14
* fix a crash in loop unswitch on a loop invariant vector condition.Chris Lattner2010-02-021-1/+16
* remove an unreduced testcase, rename another.Chris Lattner2010-02-022-1697/+0
* Perform sibcall in some cases when arguments are passes memory. Look for casesEvan Cheng2010-02-021-0/+13
* Make local RA smarter about reusing input register of a copyDale Johannesen2010-02-022-2/+4