summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/AsmParser
Commit message (Expand)AuthorAge
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-06
* [SystemZ] Use "auto" for cast resultsRichard Sandiford2014-03-06
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-06
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-28
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-01
* [SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford2013-09-30
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-24
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-02
* [SystemZ] Improve AsmParser handling of invalid instructionsRichard Sandiford2013-05-24
* [SystemZ] Improve AsmParser register parsingRichard Sandiford2013-05-24
* [SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford2013-05-14
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-14
* [SystemZ] Add back endUlrich Weigand2013-05-06