summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-5/+5
* [SystemZ] Don't build a PPA instruction with an immediate 0 operand.Jonas Paulsson2019-11-261-2/+6
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [SystemZ] Create a TargetInfo header. NFCRichard Trieu2019-05-152-2/+1
* [SystemZ] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-115-2/+313
* Add explicit dependencies on MCSection.h and MCDwarf.h to the .cppEric Christopher2019-04-121-0/+1
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-3/+6
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-213-10/+8
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-5/+4
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-032-3/+5
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-103-4/+9
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-41/+0
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-2/+2
* [SystemZ] Add all remaining instructionsUlrich Weigand2017-06-302-0/+8
* Remove redundant argument.Rafael Espindola2017-06-241-2/+2
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-2/+5
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-4/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [SystemZ] Add decimal integer instructionsUlrich Weigand2017-05-101-0/+14
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-1/+1
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-2/+2
* [SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-242-14/+26
* [SystemZ] Fix fallout from r288374Ulrich Weigand2016-12-011-1/+2
* [SystemZ] Fix applyFixup for 12-bit fixupsUlrich Weigand2016-12-011-1/+3
* [SystemZ] Support execution hint instructionsUlrich Weigand2016-11-284-1/+29
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-0/+9
* [SystemZ] Model access registers as LLVM registersUlrich Weigand2016-11-082-0/+9
* [SystemZ] Fix encoding of MVCK and .insn ssUlrich Weigand2016-10-311-0/+14
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-092-9/+9
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-252-2/+5
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-11/+5
* Delete Reloc::Default.Rafael Espindola2016-05-181-6/+0
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+4
* Avoid explicit relocation sorting most of the time.Rafael Espindola2015-12-171-16/+0
* Always sort by offset first. NFC.Rafael Espindola2015-12-171-3/+0
* [SystemZ] Sort relocs to avoid code corruption by linker optimizationUlrich Weigand2015-12-161-0/+19
* Untabify.NAKAMURA Takumi2015-09-221-1/+1
OpenPOWER on IntegriCloud