| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress... | Colin LeMahieu | 2015-06-04 | 1 | -2/+7 |
* | [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a... | Colin LeMahieu | 2015-05-29 | 1 | -34/+16 |
* | [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. | Lang Hames | 2015-04-24 | 1 | -2/+2 |
* | Remove duplicated code and consolidate initializers. | Eric Christopher | 2015-04-09 | 1 | -14/+0 |
* | Replace the MCSubtargetInfo parameter with a Triple when creating | Eric Christopher | 2015-03-31 | 1 | -3/+3 |
* | Remove unused Target argument from MCInstPrinter ctor functions. | Eric Christopher | 2015-03-30 | 1 | -2/+1 |
* | [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI... | Colin LeMahieu | 2015-02-19 | 1 | -9/+9 |
* | Define a runOnMachineFunction for the Hexagon AsmPrinter and | Eric Christopher | 2015-02-03 | 1 | -3/+1 |
* | std::unique_ptrify the MCStreamer argument to createAsmPrinter | David Blaikie | 2015-01-18 | 1 | -0/+6 |
* | [Hexagon] Converting subclass members to an implicit operand. | Colin LeMahieu | 2014-12-03 | 1 | -10/+12 |
* | [Hexagon] [NFC] Renaming *packetStart to *packetBegin | Colin LeMahieu | 2014-12-03 | 1 | -2/+2 |
* | [Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h... | Colin LeMahieu | 2014-11-20 | 1 | -1/+1 |
* | [Hexagon] Reverting 220584 to address ASAN errors. | Colin LeMahieu | 2014-11-04 | 1 | -5/+5 |
* | [Hexagon] Resubmission of 220427 | Colin LeMahieu | 2014-10-24 | 1 | -5/+5 |
* | Revert r220427, "[Hexagon] Adding encoding bits for add opcode." | NAKAMURA Takumi | 2014-10-23 | 1 | -4/+4 |
* | [Hexagon] Adding encoding bits for add opcode. | Colin LeMahieu | 2014-10-22 | 1 | -4/+4 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | Change MCStreamer EmitInstruction interface to take subtarget info | David Woodhouse | 2014-01-28 | 1 | -2/+2 |
* | Put the functionality for printing a value to a raw_ostream as an | Chandler Carruth | 2014-01-09 | 1 | -1/+0 |
* | Move the llvm mangler to lib/IR. | Rafael Espindola | 2014-01-07 | 1 | -1/+1 |
* | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -2/+2 |
* | Remove dead code. | Rafael Espindola | 2013-12-02 | 1 | -7/+0 |
* | Remove leftovers from a non-MC asm printer. | Rafael Espindola | 2013-12-02 | 1 | -71/+0 |
* | Add a helper getSymbol to AsmPrinter. | Rafael Espindola | 2013-10-29 | 1 | -2/+2 |
* | Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h. | Jyotsna Verma | 2013-02-20 | 1 | -7/+7 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -4/+4 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -16/+16 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
* | There are a number of generic inline asm operand modifiers that | Jack Carter | 2012-06-26 | 1 | -1/+3 |
* | Support for target dependent Hexagon VLIW packetizer. | Sirish Pande | 2012-05-03 | 1 | -10/+44 |
* | Revert r155365, r155366, and r155367. All three of these have regression | Chandler Carruth | 2012-04-23 | 1 | -45/+10 |
* | Support for Hexagon VLIW Packetizer. | Sirish Pande | 2012-04-23 | 1 | -10/+45 |
* | This reverts a long string of commits to the Hexagon backend. These | Chandler Carruth | 2012-04-18 | 1 | -45/+10 |
* | Silence various build warnings from Hexagon backend that show up in release b... | Craig Topper | 2012-04-13 | 1 | -2/+1 |
* | HexagonPacketizer patch. | Sirish Pande | 2012-04-12 | 1 | -8/+44 |
* | Hexagon: enable assembler output through the MC layer. | Evandro Menezes | 2012-04-12 | 1 | -316/+54 |
* | Prune some includes | Craig Topper | 2012-03-27 | 1 | -1/+0 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -3/+1 |
* | Delete incorrect reference to inexistent Hexagon architecture manuals. | Evandro Menezes | 2012-02-27 | 1 | -3/+0 |
* | Efficient pattern for store truncate. Patch by Evandro Menezes. | Sirish Pande | 2012-02-22 | 1 | -13/+0 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Optimize redundant sign extends and negation of predicates. | Sirish Pande | 2012-02-15 | 1 | -0/+5 |
* | Revert "Optimize redundant sign extends and negation of predicates" | Eric Christopher | 2012-02-15 | 1 | -5/+0 |
* | Optimize redundant sign extends and negation of predicates | Sirish Pande | 2012-02-15 | 1 | -0/+5 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -3/+3 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+0 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 1 | -0/+555 |