aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-185-8/+8
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-093-14/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-235-13/+82
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-025-25/+12
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-294-6/+8
* Update to LLVM 3.5a.Stephen Hines2014-04-249-144/+122
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-3/+2
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* [SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford2013-10-011-0/+5
* [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-302-0/+8
* [SystemZ] Rename 32-bit GPR registersRichard Sandiford2013-09-301-4/+4
* [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford2013-09-251-0/+5
* [SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford2013-09-252-42/+9
* [SystemZ] Add instruction-shortening passRichard Sandiford2013-09-252-0/+26
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-1/+0
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-4/+6
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-021-1/+13
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* [SystemZ] Add long branch passRichard Sandiford2013-05-201-3/+2
* [SystemZ] Tweak register array commentRichard Sandiford2013-05-161-2/+5
* [SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford2013-05-141-12/+12
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-142-0/+52
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-141-10/+62
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+6
* Remove unused argument.Rafael Espindola2013-05-103-5/+4
* [SystemZ] Fix InitMCCodeGenInfo callRichard Sandiford2013-05-071-2/+2
* [SystemZ] Add back endUlrich Weigand2013-05-0611-0/+792
* Remove the SystemZ backend.Dan Gohman2011-10-246-211/+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
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+6
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-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
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-0/+2
* Major update to CMake build to reflect changes in r135219 in theChandler Carruth2011-07-151-1/+7
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-143-3/+69
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-144-0/+107