summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-04
* From PR6228:Chris Lattner2010-02-04
* Rework constant expr and array handling for objectsize instcombining.Eric Christopher2010-02-04
* Fix (and test) function-local metadata that occurs before the instruction tha...Victor Hernandez2010-02-04
* If we're dealing with a zero-length array, don't lower to anyEric Christopher2010-02-03
* This test passes now on ppc darwin; if it doesn't passDale Johannesen2010-02-03
* This test passes now on ppc darwin, so reenable it.Dale Johannesen2010-02-03
* Debugging is now reenabled on PPC darwin, so reenableDale Johannesen2010-02-03
* Speculatively disable x86 automatic tail call optimization while we track dow...Evan Cheng2010-02-03
* Make test less fragileEvan Cheng2010-02-03
* Added support for X86 instruction prefixes so llvm-mc can assemble them. TheKevin Enderby2010-02-03
* Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten itDaniel Dunbar2010-02-03
* Revert 94937 and move the noreturn check to codegen.Evan Cheng2010-02-03
* Allow all types of callee's to be tail called. But avoid automatic tailcall i...Evan Cheng2010-02-03
* Reapply 95050 with a tweak to check the register class.Dale Johannesen2010-02-03
* make these less sensitive to asm verbose changes by disabling it for them.Chris Lattner2010-02-03
* Recommit this, looks like it wasn't the cause.Eric Christopher2010-02-03
* AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we needDaniel Dunbar2010-02-02
* Hopefully temporarily revert this.Eric Christopher2010-02-02
* remove the # TAILCALL markers, which was causing the to fail.Chris Lattner2010-02-02
* Re-add strcmp and known size object size checking optimization.Eric Christopher2010-02-02
* MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar2010-02-02
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-02
* this apparently depends on the host somehow.Chris Lattner2010-02-02
* XFAIL for PPC Darwin.Bill Wendling2010-02-02
* disable this test for now.Chris Lattner2010-02-02
* Added another version of the X86 assembler matcher test case.Kevin Enderby2010-02-02
* Test revert 95050; there's a good chance it's causingDale Johannesen2010-02-02
* don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : BChris Lattner2010-02-02
* fix a crash in loop unswitch on a loop invariant vector condition.Chris Lattner2010-02-02
* remove an unreduced testcase, rename another.Chris Lattner2010-02-02
* Perform sibcall in some cases when arguments are passes memory. Look for casesEvan Cheng2010-02-02
* Make local RA smarter about reusing input register of a copyDale Johannesen2010-02-02
* Factor out alignof expression folding into a separate function andDan Gohman2010-02-02
* Testcase for 94996 (PR 6157)Dale Johannesen2010-02-01
* Fix PR6196. GV callee may not be a function.Evan Cheng2010-02-01
* Add test case for 95013.Evan Cheng2010-02-01
* fix PR6195, a bug constant folding scalar -> vector compares.Chris Lattner2010-02-01
* fix PR6197 - infinite recursion in ipsccp due to block addressesChris Lattner2010-02-01
* Update this test for a trivial register allocation difference.Dan Gohman2010-02-01
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-01
* fix rdar://7590304, a miscompilation of objc apps on arm. The callerChris Lattner2010-02-01
* fix rdar://7590304, an infinite loop in instcombine. In the invokeChris Lattner2010-02-01
* Undo r94946 now all the tests are passing again.Evan Cheng2010-02-01
* Avoid recursive sibcall's.Evan Cheng2010-01-31
* Remove test which is no longer relevant.Eli Friedman2010-01-31
* Simplify/generalize the xor+add->sign-extend instcombine.Eli Friedman2010-01-31
* Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a singleEli Friedman2010-01-31
* Do not mark no-return calls tail calls. It'll screw up special calls like lon...Evan Cheng2010-01-31
* Fix a gross typo: ARMv6+ may or may not support unaligned memory operations.Anton Korobeynikov2010-01-30