summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [Hexagon] PC-relative offsets are relative to packet start rather than the of...Colin LeMahieu2015-06-151-3/+38
* [Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.Colin LeMahieu2015-06-051-0/+82
* Revert r239095 incorrect test tree.Colin LeMahieu2015-06-041-82/+0
* [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...Colin LeMahieu2015-06-041-0/+82
* Replace custom fixed endian to raw_ostream emission with EndianStream.Benjamin Kramer2015-06-041-10/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-291-15/+110
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-1/+1
* [Hexagon] Removing variable unused in release.Colin LeMahieu2015-05-011-2/+1
* [Hexagon] Adding expression MC emission and removing XFAIL from test that hit...Colin LeMahieu2015-05-011-4/+445
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-8/+2
* Fix a warning on HexagonMCCodeEmitter::MCII. [-Wunused-private-field]NAKAMURA Takumi2015-02-221-0/+1
* [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI...Colin LeMahieu2015-02-191-6/+4
* [Hexagon] Creating HexagonMCInstrInfo namespace as landing zone for static fu...Colin LeMahieu2015-02-191-2/+4
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Reverting 225045 and 225043 and XFAIL multiline.ll on hexagonColin LeMahieu2014-12-311-1/+1
* [Hexagon] Removing assertion to appease buildbot until I can reproduce the pr...Colin LeMahieu2014-12-311-1/+0
* [Hexagon] Changing an llvm_unreachable to an assertion and returning 0. Relo...Colin LeMahieu2014-12-311-1/+2
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-041-4/+3
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-241-3/+4
* Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi2014-10-231-4/+3
* [Hexagon] Adding encoding bits for add opcode.Colin LeMahieu2014-10-221-3/+4
* HexagonMCCodeEmitter.cpp: Prune 2nd redundant \brief. [-Wdocumentation]NAKAMURA Takumi2014-10-051-1/+1
* Adding skeleton for unit testing Hexagon Code EmissionSid Manning2014-10-031-0/+88
OpenPOWER on IntegriCloud