aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Track a retain+release nesting level independently of theDan Gohman2011-08-191-0/+68
* Use subword loads instead of a 4-byte load when the size of a structure (or aAkira Hatanaka2011-08-181-3/+28
* STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST fo...Owen Anderson2011-08-181-0/+3
* Fix the decoding of RFE instruction. RFEs have the load bit set, while SRSs ...Owen Anderson2011-08-181-0/+3
* Improve handling of failure and unpredictable cases for CPS, STR, and SMLA in...Owen Anderson2011-08-181-1/+1
* FastISel: avoid function calls between the materialization of the constant an...Ivan Krasin2011-08-182-2/+25
* Thumb assembly parsing and encoding for LDM instruction.Jim Grosbach2011-08-184-6/+28
* More Thumb1 decoding tests.Owen Anderson2011-08-181-0/+25
* Add another test.Devang Patel2011-08-182-0/+70
* Add test to check type uniquing.Devang Patel2011-08-182-0/+51
* Thumb assembly parsing and encoding for EOR.Jim Grosbach2011-08-181-0/+7
* Thumb assembly parsing and encoding for CMP.Jim Grosbach2011-08-181-0/+11
* Test commit; adding test for invalid LDRD which was part of the patch for r13...James Molloy2011-08-181-0/+10
* Thumb assembly parsing and encoding test for CMN.Jim Grosbach2011-08-181-0/+10
* Port over BL/BLX to disassembly tests.Owen Anderson2011-08-181-3/+14
* ARM assembly parsing and encoding test for BX/BLX (register).Jim Grosbach2011-08-181-0/+16
* ARM assembly parsing and encoding test for BL/BLX (immediate).Jim Grosbach2011-08-181-0/+12
* Add intrinsics for SETEV, GETED, GETET.Richard Osborne2011-08-182-0/+27
* Cleanup vector logical ops in AVX and add use int versions for simpleBruno Cardoso Lopes2011-08-181-0/+18
* Port new Thumb1 encoding tests over to decoding tests.Owen Anderson2011-08-171-0/+37
* ARM assembly parsing and encoding test for BKPT.Jim Grosbach2011-08-172-0/+20
* ARM assembly parsing and encoding test for BIC.Jim Grosbach2011-08-171-0/+8
* Thumb assembly parsing and encoding for B.Jim Grosbach2011-08-171-0/+12
* Thumb assembly parsing and encoding for ASR.Jim Grosbach2011-08-172-0/+31
* Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).Eli Friedman2011-08-173-0/+228
* Fix PR10688. Add support for spliting 256-bit vector shifts when theBruno Cardoso Lopes2011-08-171-0/+11
* Thumb assembly parsing and encoding for ADR.Jim Grosbach2011-08-172-1/+10
* Add a couple of FIXMEs.Jim Grosbach2011-08-171-0/+8
* Fix test case.Devang Patel2011-08-171-1/+2
* Remove superficial test.Devang Patel2011-08-171-6/+0
* Robustify test.Devang Patel2011-08-171-4/+8
* Start building a Thumb1 decoding test file based on the Thumb1 parsing/encodi...Owen Anderson2011-08-171-0/+30
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-171-0/+9
* Thumb assembly parsing and encoding for ADC(register) instruction.Jim Grosbach2011-08-171-0/+8
* Add missing '@' delimiter.Jim Grosbach2011-08-171-1/+1
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-1/+1
* Introduce matching patterns for vbroadcast AVX instruction. The idea is toBruno Cardoso Lopes2011-08-171-0/+84
* Update test to not use the scalar type to splat from a loadBruno Cardoso Lopes2011-08-171-2/+1
* Now that we have a canonical way to handle 256-bit splats:Bruno Cardoso Lopes2011-08-171-5/+5
* Add support for ext and ins.Akira Hatanaka2011-08-171-0/+21
* Thumb ADD(immediate) parsing support.Jim Grosbach2011-08-161-1/+13
* An additional atomic test; related to r137662.Eli Friedman2011-08-161-0/+9
* Thumb parsing diagnostics for low-reg requirements on ADD and MOV.Jim Grosbach2011-08-161-0/+10
* A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stopEli Friedman2011-08-161-0/+57
* Remove tests that have been obsoleted or migrated to clang/optimizer tests.Eric Christopher2011-08-1619-499/+0
* Thumb assembly parsing and encoding for ADD(register) instruction.Jim Grosbach2011-08-161-0/+21
* Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...Eli Friedman2011-08-161-0/+13
* Add testcase for r137746.Jim Grosbach2011-08-161-0/+10
* Tidy up formatting.Jim Grosbach2011-08-161-7/+5
* ARM thumb assembly parsing for arithmetic flag setting instructions.Jim Grosbach2011-08-163-9/+9