summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add TB encoding to VEX versions of SSE fp logical operations to fix disassemblerCraig Topper2011-08-19
* Add test case for r138018.Jakob Stoklund Olesen2011-08-19
* Fix PR10677. Initial patch and idea by Peter Cooper but I've changed theBruno Cardoso Lopes2011-08-19
* Track a retain+release nesting level independently of theDan Gohman2011-08-19
* Use subword loads instead of a 4-byte load when the size of a structure (or aAkira Hatanaka2011-08-18
* STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST fo...Owen Anderson2011-08-18
* Fix the decoding of RFE instruction. RFEs have the load bit set, while SRSs ...Owen Anderson2011-08-18
* Improve handling of failure and unpredictable cases for CPS, STR, and SMLA in...Owen Anderson2011-08-18
* FastISel: avoid function calls between the materialization of the constant an...Ivan Krasin2011-08-18
* Thumb assembly parsing and encoding for LDM instruction.Jim Grosbach2011-08-18
* More Thumb1 decoding tests.Owen Anderson2011-08-18
* Add another test.Devang Patel2011-08-18
* Add test to check type uniquing.Devang Patel2011-08-18
* Thumb assembly parsing and encoding for EOR.Jim Grosbach2011-08-18
* Thumb assembly parsing and encoding for CMP.Jim Grosbach2011-08-18
* Test commit; adding test for invalid LDRD which was part of the patch for r13...James Molloy2011-08-18
* Thumb assembly parsing and encoding test for CMN.Jim Grosbach2011-08-18
* Port over BL/BLX to disassembly tests.Owen Anderson2011-08-18
* ARM assembly parsing and encoding test for BX/BLX (register).Jim Grosbach2011-08-18
* ARM assembly parsing and encoding test for BL/BLX (immediate).Jim Grosbach2011-08-18
* Add intrinsics for SETEV, GETED, GETET.Richard Osborne2011-08-18
* Cleanup vector logical ops in AVX and add use int versions for simpleBruno Cardoso Lopes2011-08-18
* Port new Thumb1 encoding tests over to decoding tests.Owen Anderson2011-08-17
* ARM assembly parsing and encoding test for BKPT.Jim Grosbach2011-08-17
* ARM assembly parsing and encoding test for BIC.Jim Grosbach2011-08-17
* Thumb assembly parsing and encoding for B.Jim Grosbach2011-08-17
* Thumb assembly parsing and encoding for ASR.Jim Grosbach2011-08-17
* Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).Eli Friedman2011-08-17
* Fix PR10688. Add support for spliting 256-bit vector shifts when theBruno Cardoso Lopes2011-08-17
* Thumb assembly parsing and encoding for ADR.Jim Grosbach2011-08-17
* Add a couple of FIXMEs.Jim Grosbach2011-08-17
* Fix test case.Devang Patel2011-08-17
* Remove superficial test.Devang Patel2011-08-17
* Robustify test.Devang Patel2011-08-17
* Start building a Thumb1 decoding test file based on the Thumb1 parsing/encodi...Owen Anderson2011-08-17
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-17
* Thumb assembly parsing and encoding for ADC(register) instruction.Jim Grosbach2011-08-17
* Add missing '@' delimiter.Jim Grosbach2011-08-17
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Introduce matching patterns for vbroadcast AVX instruction. The idea is toBruno Cardoso Lopes2011-08-17
* Update test to not use the scalar type to splat from a loadBruno Cardoso Lopes2011-08-17
* Now that we have a canonical way to handle 256-bit splats:Bruno Cardoso Lopes2011-08-17
* Add support for ext and ins.Akira Hatanaka2011-08-17
* Thumb ADD(immediate) parsing support.Jim Grosbach2011-08-16
* An additional atomic test; related to r137662.Eli Friedman2011-08-16
* Thumb parsing diagnostics for low-reg requirements on ADD and MOV.Jim Grosbach2011-08-16
* A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stopEli Friedman2011-08-16
* Remove tests that have been obsoleted or migrated to clang/optimizer tests.Eric Christopher2011-08-16
* Thumb assembly parsing and encoding for ADD(register) instruction.Jim Grosbach2011-08-16
* Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...Eli Friedman2011-08-16