summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-27
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-27
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper2012-06-26
* PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge2012-06-25
* ARM: Add a better diagnostic for some out of range immediates.Jim Grosbach2012-06-22
* Revert r158846.Akira Hatanaka2012-06-20
* In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka2012-06-20
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-19
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-18
* Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola2012-06-16
* Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby2012-06-15
* Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola2012-06-15
* Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton2012-06-14
* Correct decoder for T1 conditional B encodingRichard Barton2012-06-06
* Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.Akira Hatanaka2012-05-31
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-29
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-18
* Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby2012-05-17
* Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby2012-05-15
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-12
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-12
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-12
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-12
* Added the missing bit definition for the 4th bit of the STR (post reg) instru...Silviu Baranga2012-05-11
* Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga2012-05-11
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-03
* Fixed disassembler for vstm/vldm ARM VFP instructions.Silviu Baranga2012-05-03
* ARM: Add missing two-operand VBIC aliases.Jim Grosbach2012-05-02
* Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.Richard Barton2012-05-02
* ARM: Add a few missing add->sub aliases w/ 'w' suffix.Jim Grosbach2012-05-01
* ARM: allow vanilla expressions for movw/movt.Jim Grosbach2012-05-01
* MC: Unknown assembler directives are now hard errors.Jim Grosbach2012-05-01
* ARM: Thumb add(sp plus register) asm constraints.Jim Grosbach2012-04-27
* Fix ARM assembly parsing for upper case condition codes on IT instructions.Richard Barton2012-04-27
* Missed some register numbers.Benjamin Kramer2012-04-27
* Update edis test for r155704.Benjamin Kramer2012-04-27
* Specify cpu to unbreak tests.Evan Cheng2012-04-26
* ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach2012-04-24
* Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby2012-04-24
* Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)Kevin Enderby2012-04-24
* ARM: Add testcases for two-operand variants of VSRA/VRSRA/VSRI.Jim Grosbach2012-04-23
* Add ARM mode tests for the NEON vector shift-accumulate tests.Jim Grosbach2012-04-23
* Tidy up. Reformat for ease of reading.Jim Grosbach2012-04-23
* ARM: Update NEON assembly two-operand aliases.Jim Grosbach2012-04-20