aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-03[Hexagon] Converting subclass members to an implicit operand.Colin LeMahieu1-10/+12
2014-12-03[Hexagon] [NFC] Renaming *packetStart to *packetBeginColin LeMahieu1-2/+2
2014-11-20[Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h...Colin LeMahieu1-1/+1
2014-11-04[Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu1-5/+5
2014-10-24[Hexagon] Resubmission of 220427Colin LeMahieu1-5/+5
2014-10-23Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi1-4/+4
2014-10-22[Hexagon] Adding encoding bits for add opcode.Colin LeMahieu1-4/+4
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse1-2/+2
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth1-1/+0
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-2/+2
2013-12-02Remove dead code.Rafael Espindola1-7/+0
2013-12-02Remove leftovers from a non-MC asm printer.Rafael Espindola1-71/+0
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola1-2/+2
2013-02-20Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma1-7/+7
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-16/+16
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter1-1/+3
2012-05-03Support for target dependent Hexagon VLIW packetizer.Sirish Pande1-10/+44
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth1-45/+10
2012-04-23Support for Hexagon VLIW Packetizer.Sirish Pande1-10/+45
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth1-45/+10
2012-04-13Silence various build warnings from Hexagon backend that show up in release b...Craig Topper1-2/+1
2012-04-12HexagonPacketizer patch.Sirish Pande1-8/+44
2012-04-12Hexagon: enable assembler output through the MC layer.Evandro Menezes1-316/+54
2012-03-27Prune some includesCraig Topper1-1/+0
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-3/+1
2012-02-27Delete incorrect reference to inexistent Hexagon architecture manuals.Evandro Menezes1-3/+0
2012-02-22Efficient pattern for store truncate. Patch by Evandro Menezes.Sirish Pande1-13/+0
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2012-02-15Optimize redundant sign extends and negation of predicates.Sirish Pande1-0/+5
2012-02-15Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher1-5/+0
2012-02-15Optimize redundant sign extends and negation of predicatesSirish Pande1-0/+5
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-3/+3
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-1/+0
2011-12-12Hexagon backend supportTony Linthicum1-0/+555