summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Factor out alignof expression folding into a separate function andDan Gohman2010-02-021-0/+21
* Testcase for 94996 (PR 6157)Dale Johannesen2010-02-011-0/+34
* Fix PR6196. GV callee may not be a function.Evan Cheng2010-02-011-0/+12
* Add test case for 95013.Evan Cheng2010-02-011-0/+5
* fix PR6195, a bug constant folding scalar -> vector compares.Chris Lattner2010-02-011-0/+9
* fix PR6197 - infinite recursion in ipsccp due to block addressesChris Lattner2010-02-011-0/+12
* Update this test for a trivial register allocation difference.Dan Gohman2010-02-011-1/+1
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-012-36/+315
* fix rdar://7590304, a miscompilation of objc apps on arm. The callerChris Lattner2010-02-011-1/+21
* fix rdar://7590304, an infinite loop in instcombine. In the invokeChris Lattner2010-02-011-0/+22
* Undo r94946 now all the tests are passing again.Evan Cheng2010-02-011-1/+1
* Avoid recursive sibcall's.Evan Cheng2010-01-311-0/+24
* Remove test which is no longer relevant.Eli Friedman2010-01-311-15/+0
* Simplify/generalize the xor+add->sign-extend instcombine.Eli Friedman2010-01-311-6/+17
* Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a singleEli Friedman2010-01-311-0/+8
* Do not mark no-return calls tail calls. It'll screw up special calls like lon...Evan Cheng2010-01-311-0/+12
* Fix a gross typo: ARMv6+ may or may not support unaligned memory operations.Anton Korobeynikov2010-01-301-4/+1
* Check alignment of loads when deciding whether it is safe to execute themBob Wilson2010-01-301-0/+44
* Allow more tailcall optimization: calls with inputs that are all passed in re...Evan Cheng2010-01-302-9/+44
* MC/X86 AsmParser: Handle absolute memory operands correctly. We were doingDaniel Dunbar2010-01-302-1/+7
* Remove ARM-specific calling convention from this test. Target data isBob Wilson2010-01-301-1/+1
* MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby.Daniel Dunbar2010-01-292-1/+1631
* Revert my last couple of patches. They appear to have broken bison.Eric Christopher2010-01-292-42/+0
OpenPOWER on IntegriCloud