summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Fixing unused field copypasta.Colin LeMahieu2015-06-181-9/+3
* [Hexagon] Printing packet brackets when asm printing and adding a number of t...Colin LeMahieu2015-06-181-1/+63
* [Hexagon] Adding MC ELF streamer and updating addend relocation test which sh...Colin LeMahieu2015-06-171-3/+59
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-1/+1
* [Hexagon] Test doesn't work on all platforms. At any rate the uninitialized ...Colin LeMahieu2015-06-031-4/+0
* [Hexagon] Reapply 238772 OSABI was not correctly set, added empty_elf test to...Colin LeMahieu2015-06-031-0/+4
* Revert "[Hexagon] Adding basic ELF relocation generation and testing advanced...Rafael Espindola2015-06-011-4/+0
* [Hexagon] Adding basic ELF relocation generation and testing advanced relaxat...Colin LeMahieu2015-06-011-0/+4
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* Remove duplicated code and consolidate initializers.Eric Christopher2015-04-091-1/+5
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* Add a default implementation of createObjectStreamer.Rafael Espindola2015-03-181-22/+0
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-1/+1
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+3
* [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI...Colin LeMahieu2015-02-191-1/+0
* [Hexagon] Removing static variable holding MCInstrInfo.Colin LeMahieu2015-02-191-2/+1
* [Hexagon] Converting member InstrDesc to static variable.Colin LeMahieu2014-12-031-0/+2
* [Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h...Colin LeMahieu2014-11-201-1/+1
* [Hexagon] Adding basic Hexagon ELF object emitter.Colin LeMahieu2014-11-061-0/+27
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-041-2/+2
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-241-2/+2
* Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi2014-10-231-1/+1
* [Hexagon] Adding encoding bits for add opcode.Colin LeMahieu2014-10-221-1/+1
* Enable the instruction printer in HexagonMCTargetDescSid Manning2014-10-151-0/+12
* Adding skeleton for unit testing Hexagon Code EmissionSid Manning2014-10-031-8/+12
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+5
* Remove unused argument.Rafael Espindola2013-05-101-2/+2
* Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma2013-02-201-1/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Fix some copy and paste remnants of Cell and SPU in Hexagon files.Craig Topper2012-03-171-1/+1
* Fix typo in file header.Craig Topper2012-03-171-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-0/+1
* Add MCTargetDesc library to Hexagon targetTony Linthicum2011-12-151-0/+94
OpenPOWER on IntegriCloud