summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Check alignment of loads when deciding whether it is safe to execute themBob Wilson2010-01-30
* Allow more tailcall optimization: calls with inputs that are all passed in re...Evan Cheng2010-01-30
* MC/X86 AsmParser: Handle absolute memory operands correctly. We were doingDaniel Dunbar2010-01-30
* Remove ARM-specific calling convention from this test. Target data isBob Wilson2010-01-30
* MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby.Daniel Dunbar2010-01-29
* Revert my last couple of patches. They appear to have broken bison.Eric Christopher2010-01-29
* Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson2010-01-29
* Catch more trivial tail call opportunities: no inputs and output types match.Evan Cheng2010-01-29
* Make strcpy_chk lower to strcpy if we have a safe size.Eric Christopher2010-01-29
* Add constant support to object size handling and remove defaultEric Christopher2010-01-29
* Remove the folding ruleDan Gohman2010-01-28
* Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMaskDuncan Sands2010-01-28