summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Add all remaining instructionsUlrich Weigand2017-06-301-0/+7
* [SystemZ] Model access registers as LLVM registersUlrich Weigand2016-11-081-0/+8
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-8/+8
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-11/+5
* Delete Reloc::Default.Rafael Espindola2016-05-181-6/+0
* Untabify.NAKAMURA Takumi2015-09-221-1/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-7/+6
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-6/+7
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-7/+6
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-6/+7
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-2/+3
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-3/+2
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-1/+1
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+1
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* [SystemZ] Add z13 vector facility and MC supportUlrich Weigand2015-05-051-2/+38
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* Add a default implementation of createObjectStreamer.Rafael Espindola2015-03-181-10/+0
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-4/+3
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+2
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-9/+6
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+2
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-261-0/+1
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-1/+1
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-011-0/+1
* [SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford2013-09-301-0/+7
* [SystemZ] Rename 32-bit GPR registersRichard Sandiford2013-09-301-4/+4
* [SystemZ] Add instruction-shortening passRichard Sandiford2013-09-251-0/+17
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-141-0/+42
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+6
* Remove unused argument.Rafael Espindola2013-05-101-2/+2
* [SystemZ] Fix InitMCCodeGenInfo callRichard Sandiford2013-05-071-2/+2
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+160
* Remove the SystemZ backend.Dan Gohman2011-10-241-81/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-231-0/+1
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-231-2/+2
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-20/+17
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-2/+3
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+13
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-0/+11
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-3/+9
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-0/+52
OpenPOWER on IntegriCloud