summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Test Operand ArgumentsDavid Greene2011-10-04
* Un-XFAIL the file. Disable only the individual tests that aren't working yet.Jim Grosbach2011-10-04
* Tidy up. Formatting.Jim Grosbach2011-10-04
* Fix PR9833/PR11054 (patch provided by Patrik Hägglund)David Dean2011-10-04
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-04
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-04
* Unit test for r140919, loop unroll heuristics.Andrew Trick2011-10-04
* Tidy up. These tests are covered in the .s file tests now.Jim Grosbach2011-10-03
* ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach2011-10-03
* ARM parsing/encoding for VCMP/VCMPE.Jim Grosbach2011-10-03
* Move CHECK after entry label.Akira Hatanaka2011-10-03
* Add support for 64-bit logical NOR.Akira Hatanaka2011-10-03
* Add support for 64-bit count leading ones and zeros instructions.Akira Hatanaka2011-10-03
* ARM assembly parsing and encoding for VMRS/FMSTAT.Jim Grosbach2011-10-03
* Add support for 64-bit divide instructions.Akira Hatanaka2011-10-03
* Update test for 141010.Jim Grosbach2011-10-03
* Add support for 64-bit integer multiply instructions.Akira Hatanaka2011-10-03
* Tidy up a bit. Formatting.Jim Grosbach2011-10-03
* Add support for MOVBE and RDRAND instructions for the assembler and disassemb...Craig Topper2011-10-03
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03
* Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...Craig Topper2011-10-03
* Test updates that were supposed to go with r140993.Craig Topper2011-10-03
* Reapply r140979 with fix! We never did get a testcase, but careful review of theNick Lewycky2011-10-03
* attempt to fix ocaml bindings: landing padsTorok Edwin2011-10-03
* Revert r140979 due to reports of bootstrap failure.Nick Lewycky2011-10-03
* Add one more case we compute a max trip count.Nick Lewycky2011-10-03
* Fix some Intel syntax disassembly issues with instructions that implicitly us...Craig Topper2011-10-02
* Special case disassembler handling of REX.B prefix on NOP instruction to deco...Craig Topper2011-10-02
* Add a new icmp+select optz'n. Also shows off the load(cst) folding added inNick Lewycky2011-10-02
* Fix disassembling of INVEPT and INVVPID to take operandsCraig Topper2011-10-01
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-01
* Filecheck-ize.Bill Wendling2011-09-30
* Add new line at end of file.Bill Wendling2011-09-30
* When inferring the pointer alignment, if the global doesn't have an initializerBill Wendling2011-09-30
* Test More Complicated ListsDavid Greene2011-09-30
* Test VarListElementInit:: resolveListElementReferenceDavid Greene2011-09-30
* Remove unnecessary checking of register operands.Akira Hatanaka2011-09-30
* Add definitions of Mips64 rotate instructions.Akira Hatanaka2011-09-30
* float comparison to double 'zero' constant can just be a float 'zero.'Jim Grosbach2011-09-30
* ARM Darwin default relocation model is PIC.Jim Grosbach2011-09-30
* Check values of immediate operands.Akira Hatanaka2011-09-30
* Add forgotten tests that the cleanup flag is cleared if thereDuncan Sands2011-09-30
* Inlining often produces landingpad instructions with repeatedDuncan Sands2011-09-30
* Mips64 shift instructions.Akira Hatanaka2011-09-30
* Mips64 arithmetic and logical instructions with one source register andAkira Hatanaka2011-09-30
* Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka2011-09-29
* When eliminating unnecessary retain+autorelease on return values,Dan Gohman2011-09-29
* Don't eliminate objc_retainBlock calls on stack objects if theDan Gohman2011-09-29
* Mips64 arithmetic and logical instructions with two source registers.Akira Hatanaka2011-09-29
* LSR: rewrite inner loops only.Andrew Trick2011-09-29