summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/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-3/+3
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* [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-2/+4
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* 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
* [Sparc] Create a TargetInfo header. NFCRichard Trieu2019-05-152-4/+1
* [Sparc] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-116-3/+279
* 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-1913-52/+39
* [Sparc] Move SparcTargetStreamer.h to the MC Desc, where the implementation i...Benjamin Kramer2018-09-101-0/+48
* [Target] Untangle disassemblersBenjamin Kramer2018-09-101-1/+1
* [Sparc] Avoid writing outside array in applyFixupDaniel Cederman2018-08-271-3/+17
* [Sparc] Add support for 13-bit PICDaniel Cederman2018-06-115-0/+23
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-2/+4
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-213-13/+9
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-9/+9
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-8/+3
* [Sparc] Include __tls_get_addr in symbol table for TLS calls to itJonas Devlieghere2018-02-211-2/+14
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-032-4/+5
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-103-7/+11
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-45/+0
* [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removedFedor Sergeev2017-07-251-8/+7
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-1/+1
* [Sparc] Fix -Wimplicit-fallthrough warning. NFCI.Simon Pilgrim2017-07-071-0/+1
* Rename and adjust processFixupValue.Rafael Espindola2017-06-301-5/+7
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-4/+2
* Remove redundant argument.Rafael Espindola2017-06-241-2/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-1/+2
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-1/+1
* 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-062-2/+1
* 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-1/+2
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-142-4/+9
* [Sparc] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-041-14/+23
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-4/+13
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-092-10/+11
* 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-25/+10
* Prune some includes from headers and sink some inline functionsReid Kleckner2016-06-221-0/+1
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+4
* Fix pr24486.Rafael Espindola2015-10-051-2/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-155-22/+20
OpenPOWER on IntegriCloud