summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Disassembler/ARM
Commit message (Expand)AuthorAgeFilesLines
...
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-225-147/+147
* Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls2013-02-141-1/+1
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-0/+5
* Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInstKevin Enderby2012-11-291-0/+11
* ARM: Better disassembly for pc-relative LDR.Jim Grosbach2012-10-304-5/+7
* Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch targetKevin Enderby2012-10-291-0/+3
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-221-0/+7
* Diagnose invalid alignments on duplicating VLDn instructions.Tim Northover2012-09-062-2/+6
* Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...Tim Northover2012-09-065-0/+93
* Use correct part of complex operand to encode VST1 alignment.Tim Northover2012-09-061-0/+77
* ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines.Jim Grosbach2012-08-132-8/+10
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-021-1/+11
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-022-33/+93
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-022-0/+8
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-101-1/+20
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-027-7/+7
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-0265-67/+67
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0237-37/+37
* Correct decoder for T1 conditional B encodingRichard Barton2012-06-061-1/+10
* Added the missing bit definition for the 4th bit of the STR (post reg) instru...Silviu Baranga2012-05-112-0/+67
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-031-0/+8
* Fixed disassembler for vstm/vldm ARM VFP instructions.Silviu Baranga2012-05-031-0/+27
* Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.Richard Barton2012-05-021-12/+0
* Specify cpu to unbreak tests.Evan Cheng2012-04-2611-11/+11
* Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby2012-04-242-0/+38
* Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)Kevin Enderby2012-04-242-0/+49
* Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga2012-04-181-0/+26
* Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga2012-04-181-0/+18
* Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga2012-04-182-0/+17
* Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga2012-04-181-0/+3
* Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga2012-04-181-0/+30
* Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby2012-04-172-0/+75
* Fixed a case of ARM disassembly getting an assert on a bad encodingKevin Enderby2012-04-111-0/+13
* Fix ARM disassembly of VLD instructions with writebacks.  And add test a caseKevin Enderby2012-04-112-0/+364
* Fix a number of problems with ARM fused multiply add/subtract instructions.Evan Cheng2012-04-111-0/+37
* Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...Silviu Baranga2012-04-051-0/+17
* Added support for handling unpredictable arithmetic instructions on ARM.Silviu Baranga2012-04-052-12/+7
* Added fix in TableGen instruction decoder generation. The decoder now breaks ...Silviu Baranga2012-04-021-0/+15
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Added soft fail checks for the disassembler when decoding some corner cases o...Silviu Baranga2012-03-223-2/+21
* Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...Silviu Baranga2012-03-221-0/+22
* Added soft fail cases for the disassembler when decoding MUL instructions on ...Silviu Baranga2012-03-221-0/+17
* Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby2012-03-212-0/+368
* The ARM instructions that have an unpredictable behavior when the pc register...Silviu Baranga2012-03-205-5/+17
* Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.Kevin Enderby2012-03-062-0/+14
* Change ARMInstPrinter::printPredicateOperand() so it will not abort if itKevin Enderby2012-03-011-0/+18
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-6/+13
* Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy2012-02-091-0/+5
* ARM NEON VST2 assembly parsing and encoding.Jim Grosbach2011-12-141-1/+1
* Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson2011-11-151-0/+6
OpenPOWER on IntegriCloud