Age | Commit message (Expand) | Author | Files | Lines |
2016-08-19 | [Hexagon] Fix indentation, NFC | Krzysztof Parzyszek | 1 | -3/+3 |
2016-08-16 | [Hexagon] Clean up some miscellaneous V60 intrinsics a bit | Krzysztof Parzyszek | 1 | -2/+2 |
2016-08-10 | [Hexagon] Use integer instructions for floating point immediates | Krzysztof Parzyszek | 1 | -19/+1 |
2016-08-10 | [Hexagon] Remove unneeded/unused ISD opcodes ARGEXTEND and FCONST32 | Krzysztof Parzyszek | 1 | -1/+0 |
2016-07-26 | [Hexagon] Add support for proper handling of H and L constraints | Krzysztof Parzyszek | 1 | -8/+16 |
2016-04-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -3/+0 |
2016-02-22 | Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC" | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-02-21 | CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-02-16 | [Hexagon] Adding relocation for code size, cold path optimization allowing a ... | Colin LeMahieu | 1 | -0/+13 |
2016-02-15 | [NFC] Fixing naming convention, lowercase start of function name. | Colin LeMahieu | 1 | -7/+7 |
2016-02-15 | [Hexagon] Wrapping all MCExprs inside MCOperands within HexagonMCExpr to simp... | Colin LeMahieu | 1 | -14/+21 |
2016-01-12 | [Hexagon] Make helper function static. NFC. | Benjamin Kramer | 1 | -3/+3 |
2015-12-15 | [Hexagon] Preprocess mapped instructions before lowering to MC | Krzysztof Parzyszek | 1 | -3/+386 |
2015-12-03 | [Hexagon] NFC Using canonicalizePacket to compound/duplex/pad packets rather ... | Colin LeMahieu | 1 | -17/+11 |
2015-12-02 | [Hexagon] Improve lowering of instructions to the MC layer | Krzysztof Parzyszek | 1 | -8/+12 |
2015-11-13 | [Hexagon] Factoring bundle creation in to a utility function. | Colin LeMahieu | 1 | -3/+1 |
2015-11-13 | [Hexagon] Fixing leak in padEndloop by allocating in MCContext. | Colin LeMahieu | 1 | -1/+1 |
2015-10-20 | Hexagon: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -3/+3 |
2015-06-09 | MC: Add target hook to control symbol quoting | Matt Arsenault | 1 | -3/+3 |
2015-06-08 | [Hexagon] Adding functionality for searching for compound instruction pairs. ... | Colin LeMahieu | 1 | -2/+8 |
2015-06-05 | [Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing. | Colin LeMahieu | 1 | -2/+6 |
2015-06-04 | Revert r239095 incorrect test tree. | Colin LeMahieu | 1 | -6/+2 |
2015-06-04 | [Hexagon] Removing unused variable. | Colin LeMahieu | 1 | -1/+0 |
2015-06-04 | [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress... | Colin LeMahieu | 1 | -2/+7 |
2015-05-29 | [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a... | Colin LeMahieu | 1 | -34/+16 |
2015-04-24 | [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. | Lang Hames | 1 | -2/+2 |
2015-04-09 | Remove duplicated code and consolidate initializers. | Eric Christopher | 1 | -14/+0 |
2015-03-31 | Replace the MCSubtargetInfo parameter with a Triple when creating | Eric Christopher | 1 | -3/+3 |
2015-03-30 | Remove unused Target argument from MCInstPrinter ctor functions. | Eric Christopher | 1 | -2/+1 |
2015-02-19 | [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI... | Colin LeMahieu | 1 | -9/+9 |
2015-02-03 | Define a runOnMachineFunction for the Hexagon AsmPrinter and | Eric Christopher | 1 | -3/+1 |
2015-01-18 | std::unique_ptrify the MCStreamer argument to createAsmPrinter | David Blaikie | 1 | -0/+6 |
2014-12-03 | [Hexagon] Converting subclass members to an implicit operand. | Colin LeMahieu | 1 | -10/+12 |
2014-12-03 | [Hexagon] [NFC] Renaming *packetStart to *packetBegin | Colin LeMahieu | 1 | -2/+2 |
2014-11-20 | [Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h... | Colin LeMahieu | 1 | -1/+1 |
2014-11-04 | [Hexagon] Reverting 220584 to address ASAN errors. | Colin LeMahieu | 1 | -5/+5 |
2014-10-24 | [Hexagon] Resubmission of 220427 | Colin LeMahieu | 1 | -5/+5 |
2014-10-23 | Revert r220427, "[Hexagon] Adding encoding bits for add opcode." | NAKAMURA Takumi | 1 | -4/+4 |
2014-10-22 | [Hexagon] Adding encoding bits for add opcode. | Colin LeMahieu | 1 | -4/+4 |
2014-04-25 | [C++] Use 'nullptr'. Target edition. | Craig Topper | 1 | -1/+1 |
2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-01-28 | Change MCStreamer EmitInstruction interface to take subtarget info | David Woodhouse | 1 | -2/+2 |
2014-01-09 | Put the functionality for printing a value to a raw_ostream as an | Chandler Carruth | 1 | -1/+0 |
2014-01-07 | Move the llvm mangler to lib/IR. | Rafael Espindola | 1 | -1/+1 |
2014-01-07 | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 1 | -1/+1 |
2014-01-07 | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 1 | -2/+2 |
2013-12-02 | Remove dead code. | Rafael Espindola | 1 | -7/+0 |
2013-12-02 | Remove leftovers from a non-MC asm printer. | Rafael Espindola | 1 | -71/+0 |
2013-10-29 | Add a helper getSymbol to AsmPrinter. | Rafael Espindola | 1 | -2/+2 |
2013-02-20 | Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h. | Jyotsna Verma | 1 | -7/+7 |