aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-262-0/+66
* PPC: Allow partial fills in writeNopData()David Majnemer2013-09-261-1/+4
* PPC: Add support for fctid and fctiwDavid Majnemer2013-09-261-4/+8
* [mips][msa] Direct Object Emission for 3R instructions.Jack Carter2013-09-261-0/+720
* [mips][msa] Direct Object Emission for 2RF instructions.Jack Carter2013-09-251-0/+90
* [mips][msa] Direct Object Emission support for the MSA instruction set. Jack Carter2013-09-251-0/+12
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-251-0/+5
* Make the size and expr arguments of .fill directive optional.Roman Divacky2013-09-241-0/+16
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-2415-145/+278
* X86: Use R_X86_64_TPOFF64 for FK_Data_8David Majnemer2013-09-221-0/+2
* ELF: Parse types in directives like binutils gasDavid Majnemer2013-09-212-1/+29
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-196-1/+243
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-183-0/+1378
* 'svn add' the test cases.Joey Gouly2013-09-185-0/+92
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-171-0/+13
* COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner2013-09-171-1/+10
* [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly2013-09-171-3/+13
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-171-0/+71
* This patch implements Mips load/store instructions from/to coprocessor 2. Tes...Vladimir Medic2013-09-161-0/+8
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-4/+21
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-151-1/+1
* Fix alignment of unwind data.Kai Nacke2013-09-153-0/+226
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-09-151-1/+22
* Add the remaining Intel SHA instructionsBen Langmuir2013-09-142-1/+89
* Fixed bug when generating Load Upper Immediate microMIPS instruction.Zoran Jovanovic2013-09-143-0/+9
* Support for microMIPS DIV instructions.Zoran Jovanovic2013-09-143-0/+18
* Support for misc microMIPS instructions.Zoran Jovanovic2013-09-142-0/+42
* Fix tests for hasFPARMv8 name change (r190692)Amaury de la Vieuville2013-09-135-5/+5
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-131-1/+1
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-132-6/+11
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-121-0/+107
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-122-0/+14
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-121-0/+12
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-121-3/+6
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-0/+2
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-121-1/+9
* [SystemZ] Add TM and TMYRichard Sandiford2013-09-103-0/+123
* Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ...Vladimir Medic2013-09-101-0/+4
* Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...Jiangning Liu2013-09-093-0/+1510
* [mips] Add definition of instruction "drotr32" (double rotate right plus 32).Akira Hatanaka2013-09-071-1/+5
* [mips] Set instruction itineraries of loads, stores and conditional moves.Akira Hatanaka2013-09-061-2/+2
* This patch adds support for microMIPS Multiply and Add/Sub instructions. Test...Vladimir Medic2013-09-063-0/+50
* This patch adds support for microMIPS Move to/from HI/LO instructions. Test c...Vladimir Medic2013-09-062-0/+24
* This patch adds support for microMIPS Move Conditional instructions. Test cas...Vladimir Medic2013-09-063-0/+50
* This patch adds support for microMIPS disassembler and disassembler make chec...Vladimir Medic2013-09-062-0/+298
* Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby2013-09-051-0/+38
* Improve handling of .file, .include and .incbin directives toYunzhong Gao2013-09-053-3/+3
* [ARMv8] Add some missing tests for DSB/DMB.Joey Gouly2013-09-053-3/+57
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-051-1/+36
* Add AArch32 DCPS{1,2,3} and HLT instructions.Richard Barton2013-09-056-0/+119