summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Create a TargetInfo header. NFCRichard Trieu2019-05-141-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Target] Untangle disassemblersBenjamin Kramer2018-09-101-0/+27
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-4/+3
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-1/+1
* [Targets] Don't automatically include the scheduler class enum from *GenInstr...Craig Topper2017-12-131-0/+1
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-2/+4
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+3
* Move symbols from the global namespace into (anonymous) namespaces. NFC.Benjamin Kramer2017-02-111-1/+2
* [Hexagon] Update MCTargetDescKrzysztof Parzyszek2017-02-061-7/+14
* [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2016-12-171-5/+7
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* [Hexagon] Rename the HEXAGON_MC namespace to Hexagon_MC, NFCKrzysztof Parzyszek2016-08-191-1/+1
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-1/+3
* [Hexagon] Subtarget features/default CPU correctionsKrzysztof Parzyszek2015-12-141-4/+8
* [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...Colin LeMahieu2015-11-091-1/+4
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-2/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-2/+3
* [Hexagon] classes are actually structs.Colin LeMahieu2015-05-311-2/+2
* [Hexagon] Adding MC packet shuffler.Colin LeMahieu2015-05-311-0/+4
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-2/+3
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-1/+0
* [Hexagon] Removing static variable holding MCInstrInfo.Colin LeMahieu2015-02-191-0/+2
* [Hexagon] Adding basic Hexagon ELF object emitter.Colin LeMahieu2014-11-061-3/+16
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-041-2/+0
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-241-0/+2
* Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi2014-10-231-2/+0
* [Hexagon] Adding encoding bits for add opcode.Colin LeMahieu2014-10-221-0/+2
* Adding skeleton for unit testing Hexagon Code EmissionSid Manning2014-10-031-0/+9
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove some unnecessary forward declarations.Craig Topper2012-03-221-1/+0
* Fix some copy and paste remnants of Cell and SPU in Hexagon files.Craig Topper2012-03-171-3/+3
* Add MCTargetDesc library to Hexagon targetTony Linthicum2011-12-151-0/+40
OpenPOWER on IntegriCloud