summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* CEHCK->CHECK typo fix.Eric Christopher2013-07-08
* Fix up whitespace.Eric Christopher2013-07-08
* [PowerPC] Support time base instructionsUlrich Weigand2013-07-08
* [PowerPC] Support basic compare mnemonicsUlrich Weigand2013-07-08
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-08
* Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke2013-07-08
* Revert: Fix alignment of unwind data.Kai Nacke2013-07-08
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-06
* Fix alignment of unwind data.Kai Nacke2013-07-06
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-07-06
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-06
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-05
* [PowerPC] Make test case buildable with GNU asUlrich Weigand2013-07-05
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-05
* MC: Add .section directive to COFFNico Rieck2013-07-04
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-04
* Add 'not' in front of a command that is expected to fail.Rafael Espindola2013-07-04
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-04
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-04
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-04
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-04
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-03
* [PowerPC] Support lmw/stmw in the asm parserUlrich Weigand2013-07-03
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-03
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-03
* [PowerPC] Support mtspr/mfspr in the asm parserUlrich Weigand2013-07-03
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-03
* [PowerPC] PR16512 - Support TLS call sequences in the asm parserUlrich Weigand2013-07-02
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-02
* Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien2013-07-02
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-02
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* [PowerPC] Support all condition register logical instructionsUlrich Weigand2013-07-01
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-01
* [PowerPC] Also add "msync" aliasUlrich Weigand2013-07-01
* [mips] Increase the number of floating point control registers available to 32.Akira Hatanaka2013-07-01
* [PowerPC] Fix @got references to local symbolsUlrich Weigand2013-07-01
* [PowerPC] Add "wait" instructionUlrich Weigand2013-07-01
* [PowerPC] Support "eieio" instructionUlrich Weigand2013-07-01
* [PowerPC] Add some existing instructions to ppc64-encoding-bookII.sUlrich Weigand2013-07-01
* [PowerPC] Add variants of "sync" instructionUlrich Weigand2013-07-01
* Added the test missed from r185080.Serge Pavlov2013-07-01
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-28
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-28
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-27
* [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getRegChad Rosier2013-06-26
* [mips] Do not emit ".option pic0" if target is mips64.Akira Hatanaka2013-06-26
* ARM: fix more cases where predication may or may not be allowedTim Northover2013-06-26
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-26