| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Hexagon] Remove encoding bits from mapped instructions | Krzysztof Parzyszek | 2017-02-07 | 1 | -0/+33 |
| * | [Hexagon] Separate Hexagon subreg indices for different register classes | Krzysztof Parzyszek | 2016-11-09 | 1 | -10/+10 |
| * | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 1 | -1/+1 |
| * | [Hexagon] Fix indentation, NFC | Krzysztof Parzyszek | 2016-08-19 | 1 | -3/+3 |
| * | [Hexagon] Clean up some miscellaneous V60 intrinsics a bit | Krzysztof Parzyszek | 2016-08-16 | 1 | -2/+2 |
| * | [Hexagon] Use integer instructions for floating point immediates | Krzysztof Parzyszek | 2016-08-10 | 1 | -19/+1 |
| * | [Hexagon] Remove unneeded/unused ISD opcodes ARGEXTEND and FCONST32 | Krzysztof Parzyszek | 2016-08-10 | 1 | -1/+0 |
| * | [Hexagon] Add support for proper handling of H and L constraints | Krzysztof Parzyszek | 2016-07-26 | 1 | -8/+16 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -3/+0 |
| * | Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC" | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -1/+1 |
| * | CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC | Duncan P. N. Exon Smith | 2016-02-21 | 1 | -1/+1 |
| * | [Hexagon] Adding relocation for code size, cold path optimization allowing a ... | Colin LeMahieu | 2016-02-16 | 1 | -0/+13 |
| * | [NFC] Fixing naming convention, lowercase start of function name. | Colin LeMahieu | 2016-02-15 | 1 | -7/+7 |
| * | [Hexagon] Wrapping all MCExprs inside MCOperands within HexagonMCExpr to simp... | Colin LeMahieu | 2016-02-15 | 1 | -14/+21 |
| * | [Hexagon] Make helper function static. NFC. | Benjamin Kramer | 2016-01-12 | 1 | -3/+3 |
| * | [Hexagon] Preprocess mapped instructions before lowering to MC | Krzysztof Parzyszek | 2015-12-15 | 1 | -3/+386 |
| * | [Hexagon] NFC Using canonicalizePacket to compound/duplex/pad packets rather ... | Colin LeMahieu | 2015-12-03 | 1 | -17/+11 |
| * | [Hexagon] Improve lowering of instructions to the MC layer | Krzysztof Parzyszek | 2015-12-02 | 1 | -8/+12 |
| * | [Hexagon] Factoring bundle creation in to a utility function. | Colin LeMahieu | 2015-11-13 | 1 | -3/+1 |
| * | [Hexagon] Fixing leak in padEndloop by allocating in MCContext. | Colin LeMahieu | 2015-11-13 | 1 | -1/+1 |
| * | Hexagon: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -3/+3 |
| * | MC: Add target hook to control symbol quoting | Matt Arsenault | 2015-06-09 | 1 | -3/+3 |
| * | [Hexagon] Adding functionality for searching for compound instruction pairs. ... | Colin LeMahieu | 2015-06-08 | 1 | -2/+8 |
| * | [Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing. | Colin LeMahieu | 2015-06-05 | 1 | -2/+6 |
| * | Revert r239095 incorrect test tree. | Colin LeMahieu | 2015-06-04 | 1 | -6/+2 |
| * | [Hexagon] Removing unused variable. | Colin LeMahieu | 2015-06-04 | 1 | -1/+0 |
| * | [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 |