aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Support ".machine any"Ulrich Weigand2013-07-091-0/+14
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-092-0/+87
* [PowerPC] Support .llong and fix .wordUlrich Weigand2013-07-093-1/+57
* CEHCK->CHECK typo fix.Eric Christopher2013-07-081-4/+4
* Fix up whitespace.Eric Christopher2013-07-081-36/+36
* [PowerPC] Support time base instructionsUlrich Weigand2013-07-081-0/+9
* [PowerPC] Support basic compare mnemonicsUlrich Weigand2013-07-081-1/+19
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-081-0/+2
* Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke2013-07-081-22/+1
* Revert: Fix alignment of unwind data.Kai Nacke2013-07-083-226/+0
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-062-0/+24
* Fix alignment of unwind data.Kai Nacke2013-07-063-0/+226
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-07-061-1/+22
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-061-2/+0
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-062-0/+219
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-051-0/+20
* [PowerPC] Make test case buildable with GNU asUlrich Weigand2013-07-051-12/+7
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-052-2/+15
* MC: Add .section directive to COFFNico Rieck2013-07-043-2/+178
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-041-0/+9
* Add 'not' in front of a command that is expected to fail.Rafael Espindola2013-07-041-1/+1
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-042-0/+43
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-042-2/+149
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-041-1/+99
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-044-0/+68
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-031-0/+2
* [PowerPC] Support lmw/stmw in the asm parserUlrich Weigand2013-07-031-1/+6
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-032-4/+6
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-0319-23/+23
* [PowerPC] Support mtspr/mfspr in the asm parserUlrich Weigand2013-07-032-4/+8
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-033-6/+16
* [PowerPC] PR16512 - Support TLS call sequences in the asm parserUlrich Weigand2013-07-021-0/+14
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-023-3/+82
* Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien2013-07-021-1/+1
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-021-0/+235
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-2/+19
* [PowerPC] Support all condition register logical instructionsUlrich Weigand2013-07-012-7/+22
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-012-21/+21
* [PowerPC] Also add "msync" aliasUlrich Weigand2013-07-011-0/+2
* [mips] Increase the number of floating point control registers available to 32.Akira Hatanaka2013-07-014-16/+16
* [PowerPC] Fix @got references to local symbolsUlrich Weigand2013-07-011-0/+46
* [PowerPC] Add "wait" instructionUlrich Weigand2013-07-011-4/+8
* [PowerPC] Support "eieio" instructionUlrich Weigand2013-07-011-1/+2
* [PowerPC] Add some existing instructions to ppc64-encoding-bookII.sUlrich Weigand2013-07-011-3/+8
* [PowerPC] Add variants of "sync" instructionUlrich Weigand2013-07-011-4/+7
* Added the test missed from r185080.Serge Pavlov2013-07-011-0/+13
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-282-20/+20
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-281-1/+2
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-271-18/+18
* [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getRegChad Rosier2013-06-264-16/+16