summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* 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-191-4/+3
* [Hexagon] Simplify MCCodeEmitter, move data to tablesKrzysztof Parzyszek2018-05-091-17/+23
* [Hexagon] Move clamping of extended operands directly to MC code emitterKrzysztof Parzyszek2018-05-071-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-011-11/+17
* [Hexagon] Remove A4_ext_* pseudo instructionsKrzysztof Parzyszek2017-02-021-0/+5
* [Hexagon] Emitting individual instructions without copying themKrzysztof Parzyszek2017-02-021-3/+3
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-0/+5
* [Hexagon] Moving pass declarations out of header and in to implementation fil...Colin LeMahieu2015-06-151-6/+0
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-291-0/+10
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* [Hexagon] Adding expression MC emission and removing XFAIL from test that hit...Colin LeMahieu2015-05-011-0/+7
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-3/+1
* [Hexagon] Creating HexagonMCInstrInfo namespace as landing zone for static fu...Colin LeMahieu2015-02-191-0/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Test commitColin LeMahieu2014-10-211-1/+1
* HexagonMCCodeEmitter.h: deleted member functions are not supported in VS2012Hans Wennborg2014-10-031-2/+2
* Adding skeleton for unit testing Hexagon Code EmissionSid Manning2014-10-031-0/+60
OpenPOWER on IntegriCloud