summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Revert r129875, XFAILing this test for arm, since the fix was reverted.Dan Gohman2011-09-03
* Pseudo CMOV instructions don't clobber EFLAGS.Jakob Stoklund Olesen2011-09-02
* Thumb2 parsing and encoding for CBZ/CBNZ.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BXJ.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BIC.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BFI.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BFC.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding of B instruction.Jim Grosbach2011-09-02
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-02
* Don't fast-isel for atomic load/store; some cases require extra handling miss...Eli Friedman2011-09-02
* Thumb2 parsing and encoding for ASR.Jim Grosbach2011-09-02
* Better fix for this testcase. Update it to the new EH scheme entirely.Bill Wendling2011-09-02
* Update for new EH stuff. (I'm not sure if this is 100% correct.)Bill Wendling2011-09-02
* Test case update for unroll-scev.Andrew Trick2011-09-02
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-02
* Thumb2 parsing and encoding for AND (register).Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for ADD (register).Jim Grosbach2011-09-02
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-02
* Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.Kevin Enderby2011-09-02
* Tests for Thumb2 AND (immediate) instruction.Jim Grosbach2011-09-02
* Extra CHECK-NOT to make sure that GVN transform works properly.Jakub Staszak2011-09-02
* -unroll-scev flag removalAndrew Trick2011-09-02
* Add FIXME. Thumb2 ADR encoding choice is non-trivial.Jim Grosbach2011-09-02
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-02
* Compare type size instead of type _store_ size to make sure that BitCastInstJakub Staszak2011-09-02
* Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.Kalle Raiskila2011-09-02
* Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...Craig Topper2011-09-02
* Update to new EH scheme.Bill Wendling2011-09-02
* Revert r131152, r129796, r129761. This code is currently consideredDan Gohman2011-09-01
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Fix test; sorry for any inconvenience.Eli Friedman2011-09-01
* Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman2011-09-01
* Add missing newline.Eli Friedman2011-09-01
* XFAIL this test on arm until the backend is fixed.Benjamin Kramer2011-09-01
* This test depends on cmov being available.Benjamin Kramer2011-09-01
* Permit remat of partial register defs when it is safe.Jakob Stoklund Olesen2011-09-01
* ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.Jim Grosbach2011-09-01
* Fix vbroadcast matching logic to early unmatch if the node doesn't haveBruno Cardoso Lopes2011-09-01
* t2Bcc is allowed to have a predicate without a preceding IT instruction.Owen Anderson2011-09-01
* Prevent remat of partial register redefinitions.Jakob Stoklund Olesen2011-09-01
* Update to new EH scheme.Bill Wendling2011-09-01
* Update to new EH scheme.Bill Wendling2011-09-01
* Update to new EH scheme.Bill Wendling2011-09-01
* Update some tests to the new EH scheme.Bill Wendling2011-09-01
* PreRA scheduler should avoid cloning compares.Andrew Trick2011-09-01
* Thumb2 assembly parsing and encoding for ADD(immediate).Jim Grosbach2011-09-01
* Reenable test.Bill Wendling2011-08-31
* Revert accidental commitBill Wendling2011-08-31
* Disable this test until Bill fixes it properly.Eli Friedman2011-08-31
* Update to new EH scheme.Bill Wendling2011-08-31