summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/MCTargetDesc
AgeCommit message (Expand)Author
2018-01-03Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury
2017-10-10[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames
2017-10-09[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-07-11Fully fix the movw/movt addend.Rafael Espindola
2017-06-30[SystemZ] Add all remaining instructionsUlrich Weigand
2017-06-24Remove redundant argument.Rafael Espindola
2017-06-23ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola
2017-06-21Use a MutableArrayRef. NFC.Rafael Espindola
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-10[SystemZ] Add decimal integer instructionsUlrich Weigand
2017-04-17Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov
2017-04-05Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury
2017-01-24[SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-12-01[SystemZ] Fix fallout from r288374Ulrich Weigand
2016-12-01[SystemZ] Fix applyFixup for 12-bit fixupsUlrich Weigand
2016-11-28[SystemZ] Support execution hint instructionsUlrich Weigand
2016-11-19Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders
2016-11-08[SystemZ] Model access registers as LLVM registersUlrich Weigand
2016-10-31[SystemZ] Fix encoding of MVCK and .insn ssUlrich Weigand
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-07-25MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones
2016-07-11Fix branch relaxation in 16-bit mode.Nirav Dave
2016-06-30Delete MCCodeGenInfo.Rafael Espindola
2016-05-18Delete Reloc::Default.Rafael Espindola
2016-01-26Remove autoconf supportChris Bieneman
2016-01-13Convert a few assert failures into proper errors.Rafael Espindola
2015-12-17Avoid explicit relocation sorting most of the time.Rafael Espindola
2015-12-17Always sort by offset first. NFC.Rafael Espindola
2015-12-16[SystemZ] Sort relocs to avoid code corruption by linker optimizationUlrich Weigand
2015-09-22Untabify.NAKAMURA Takumi
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-07-10MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith
2015-07-06Change the last few internal StringRef triples into Triple objects.Daniel Sanders
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders
2015-06-10Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders
2015-06-04MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach
2015-06-04Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-15Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper
2015-05-15MC: MCCodeGenInfo naming update. NFC.Jim Grosbach
2015-05-15MC: Update MCCodeEmitter naming. NFC.Jim Grosbach
2015-05-15MC: Update MCFixup naming. NFC.Jim Grosbach
2015-05-05[SystemZ] Add CodeGen support for v4f32Ulrich Weigand
2015-05-05[SystemZ] Add z13 vector facility and MC supportUlrich Weigand
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola