aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* [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