aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Add negative integer absolute (load negative)Richard Sandiford2013-08-192-0/+66
* [SystemZ] Add integer absolute (load positive)Richard Sandiford2013-08-192-0/+66
* Add the PPC fcpsgn instructionHal Finkel2013-08-191-2/+4
* Add support for Thumb2 literal loads with negative zero offsetMihai Popa2013-08-161-0/+12
* Fix Thumb2 aliasing complementary instructions taking modified immediatesMihai Popa2013-08-161-1/+8
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-162-0/+22
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-162-0/+22
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-162-0/+22
* This patch implements wait instruction for mips. Examples are added in test f...Vladimir Medic2013-08-161-0/+4
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-1619-38/+0
* This fixes three issues related to Thumb literal loads:Mihai Popa2013-08-152-6/+21
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-154-0/+161
* Add test-case for hex floating-literalsTim Northover2013-08-141-0/+3
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-141-1/+36
* [mips] Fix bug in parsing accumulator registers.Akira Hatanaka2013-08-141-0/+14
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-131-0/+26
* ARMv8: SWP and SWPB are obsoleted on ARMv8.Joey Gouly2013-08-131-0/+7
* Fix signed overflow in when computing encodings for ADR instructionsMihai Popa2013-08-131-1/+2
* [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...David Majnemer2013-08-131-0/+6
* Fix a crash with X86 Mach-O and a subtraction expression where both symbols areKevin Enderby2013-08-121-0/+5
* This patch implements ei and di instructions for mips. Test cases are added.Vladimir Medic2013-08-121-1/+19
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-122-2/+2
* [SystemZ] Add a definition of the CLC instructionRichard Sandiford2013-08-123-0/+142
* [SystemZ] Add a definition of the IPM instructionRichard Sandiford2013-08-122-0/+17
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-101-0/+10
* This fixes the Thumb2 CPS assembly syntax.Mihai Popa2013-08-093-1/+36
* Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-096-6/+330
* Mips ELF: MicroMips direct object Little endian support. Jack Carter2013-08-083-48/+111
* Revert "coff also doesn't have a ReadOnlySection yet, (!)"David Majnemer2013-08-081-0/+6
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-071-0/+33
* [SystemZ] Add floating-point load-and-test instructionsRichard Sandiford2013-08-073-0/+74
* This corrects creation of operands for t2PLDW. It also removes the definition...Mihai Popa2013-08-062-2/+7
* Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...Mihai Popa2013-08-062-15/+14
* [SystemZ] Add definitions for BRCT and BRCTGRichard Sandiford2013-08-053-0/+92
* [SystemZ] Add LOAD AND TEST instructionsRichard Sandiford2013-08-053-0/+246
* [ARMv8] Add an assembler warning for the deprecated 'setend' instruction.Joey Gouly2013-08-021-0/+3
* EVEX and compressed displacement encoding for AVX512Elena Demikhovsky2013-08-011-0/+21
* Add tests for Mips DSP instructions.Vladimir Medic2013-08-011-0/+44
* AArch64: add initial NEON supportTim Northover2013-08-0124-5/+3714
* Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.Kevin Enderby2013-07-312-0/+6
* [SystemZ] Add RISBLG and RISBHG instruction definitionsRichard Sandiford2013-07-314-0/+124
* Changed register names (and pointer keywords) to be lower case when using Int...Craig Topper2013-07-311-26/+26
* This patch implements parsing of mips FCC register operands. The example inst...Vladimir Medic2013-07-301-0/+6
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-292-25/+44
* MC: Support larger COFF string tablesNico Rieck2013-07-291-0/+62
* [mips] Fix FP conditional move instructions to have explicit FP condition codeAkira Hatanaka2013-07-262-0/+36
* [mips] Fix FP branch instructions to have explicit FP condition code registerAkira Hatanaka2013-07-264-0/+24
* [mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka2013-07-263-7/+11
* Add test cases for the various instruction alias and Intel syntax fixes that ...Craig Topper2013-07-263-17/+380
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-2525-3115/+0