summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Hexagon] Change iconst to emit 27bit relocationKrzysztof Parzyszek2017-05-021-1/+1
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-3/+3
* [Hexagon] Change the vector scaling for vector offsetsKrzysztof Parzyszek2017-04-061-0/+199
* [Hexagon] Remove unused variablesKrzysztof Parzyszek2017-03-311-5/+1
* [Hexagon] Remove encoding bits from mapped instructionsKrzysztof Parzyszek2017-02-071-0/+33
* [Hexagon] Separate Hexagon subreg indices for different register classesKrzysztof Parzyszek2016-11-091-10/+10
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* [Hexagon] Fix indentation, NFCKrzysztof Parzyszek2016-08-191-3/+3
* [Hexagon] Clean up some miscellaneous V60 intrinsics a bitKrzysztof Parzyszek2016-08-161-2/+2
* [Hexagon] Use integer instructions for floating point immediatesKrzysztof Parzyszek2016-08-101-19/+1
* [Hexagon] Remove unneeded/unused ISD opcodes ARGEXTEND and FCONST32Krzysztof Parzyszek2016-08-101-1/+0
* [Hexagon] Add support for proper handling of H and L constraintsKrzysztof Parzyszek2016-07-261-8/+16
* [NFC] Header cleanupMehdi Amini2016-04-181-3/+0
* Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"Duncan P. N. Exon Smith2016-02-221-1/+1
* CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFCDuncan P. N. Exon Smith2016-02-211-1/+1
* [Hexagon] Adding relocation for code size, cold path optimization allowing a ...Colin LeMahieu2016-02-161-0/+13
* [NFC] Fixing naming convention, lowercase start of function name.Colin LeMahieu2016-02-151-7/+7
* [Hexagon] Wrapping all MCExprs inside MCOperands within HexagonMCExpr to simp...Colin LeMahieu2016-02-151-14/+21
* [Hexagon] Make helper function static. NFC.Benjamin Kramer2016-01-121-3/+3
* [Hexagon] Preprocess mapped instructions before lowering to MCKrzysztof Parzyszek2015-12-151-3/+386
* [Hexagon] NFC Using canonicalizePacket to compound/duplex/pad packets rather ...Colin LeMahieu2015-12-031-17/+11
* [Hexagon] Improve lowering of instructions to the MC layerKrzysztof Parzyszek2015-12-021-8/+12
* [Hexagon] Factoring bundle creation in to a utility function.Colin LeMahieu2015-11-131-3/+1
* [Hexagon] Fixing leak in padEndloop by allocating in MCContext.Colin LeMahieu2015-11-131-1/+1
* Hexagon: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-3/+3
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-3/+3
* [Hexagon] Adding functionality for searching for compound instruction pairs. ...Colin LeMahieu2015-06-081-2/+8
* [Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.Colin LeMahieu2015-06-051-2/+6
* Revert r239095 incorrect test tree.Colin LeMahieu2015-06-041-6/+2
* [Hexagon] Removing unused variable.Colin LeMahieu2015-06-041-1/+0
* [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...Colin LeMahieu2015-06-041-2/+7
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-291-34/+16
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-2/+2
* Remove duplicated code and consolidate initializers.Eric Christopher2015-04-091-14/+0
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI...Colin LeMahieu2015-02-191-9/+9
* Define a runOnMachineFunction for the Hexagon AsmPrinter andEric Christopher2015-02-031-3/+1
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-0/+6
* [Hexagon] Converting subclass members to an implicit operand.Colin LeMahieu2014-12-031-10/+12
* [Hexagon] [NFC] Renaming *packetStart to *packetBeginColin LeMahieu2014-12-031-2/+2
* [Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h...Colin LeMahieu2014-11-201-1/+1
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-041-5/+5
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-241-5/+5
* Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi2014-10-231-4/+4
* [Hexagon] Adding encoding bits for add opcode.Colin LeMahieu2014-10-221-4/+4
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
OpenPOWER on IntegriCloud