summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...Colin LeMahieu2015-06-041-2/+7
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-291-34/+16
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-2/+2
* Remove duplicated code and consolidate initializers.Eric Christopher2015-04-091-14/+0
* 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
* [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI...Colin LeMahieu2015-02-191-9/+9
* Define a runOnMachineFunction for the Hexagon AsmPrinter andEric Christopher2015-02-031-3/+1
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-0/+6
* [Hexagon] Converting subclass members to an implicit operand.Colin LeMahieu2014-12-031-10/+12
* [Hexagon] [NFC] Renaming *packetStart to *packetBeginColin LeMahieu2014-12-031-2/+2
* [Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h...Colin LeMahieu2014-11-201-1/+1
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-041-5/+5
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-241-5/+5
* Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi2014-10-231-4/+4
* [Hexagon] Adding encoding bits for add opcode.Colin LeMahieu2014-10-221-4/+4
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-2/+2
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-1/+0
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* Remove dead code.Rafael Espindola2013-12-021-7/+0
* Remove leftovers from a non-MC asm printer.Rafael Espindola2013-12-021-71/+0
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-2/+2
* Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma2013-02-201-7/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-16/+16
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-1/+3
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-031-10/+44
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-231-45/+10
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-231-10/+45
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-181-45/+10
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-131-2/+1
* HexagonPacketizer patch.Sirish Pande2012-04-121-8/+44
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-121-316/+54
* Prune some includesCraig Topper2012-03-271-1/+0
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-3/+1
* Delete incorrect reference to inexistent Hexagon architecture manuals.Evandro Menezes2012-02-271-3/+0
* Efficient pattern for store truncate. Patch by Evandro Menezes.Sirish Pande2012-02-221-13/+0
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Optimize redundant sign extends and negation of predicates.Sirish Pande2012-02-151-0/+5
* Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher2012-02-151-5/+0
* Optimize redundant sign extends and negation of predicatesSirish Pande2012-02-151-0/+5
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-3/+3
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Hexagon backend supportTony Linthicum2011-12-121-0/+555
OpenPOWER on IntegriCloud