summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonAsmPrinter.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Remove dead code.Rafael Espindola2013-12-02
* Remove leftovers from a non-MC asm printer.Rafael Espindola2013-12-02
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma2013-02-20
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-03
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-23
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-23
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-18
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-13
* HexagonPacketizer patch.Sirish Pande2012-04-12
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-12
* Prune some includesCraig Topper2012-03-27
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Delete incorrect reference to inexistent Hexagon architecture manuals.Evandro Menezes2012-02-27
* Efficient pattern for store truncate. Patch by Evandro Menezes.Sirish Pande2012-02-22
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Optimize redundant sign extends and negation of predicates.Sirish Pande2012-02-15
* Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher2012-02-15
* Optimize redundant sign extends and negation of predicatesSirish Pande2012-02-15
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Hexagon backend supportTony Linthicum2011-12-12