summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [Hexagon] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-3/+1
* [AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFCNick Desaulniers2019-04-171-4/+0
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Allow use of gather intrinsics even with no-packetsKrzysztof Parzyszek2018-08-071-1/+0
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* [Hexagon] Clean up some code in HexagonAsmPrinter, NFCKrzysztof Parzyszek2018-04-021-39/+46
* [Hexagon] Fix printing :mem_noshuf on compiler-generated packetsKrzysztof Parzyszek2018-03-301-2/+7
* [Hexagon] Subtarget feature to emit one instruction per packetKrzysztof Parzyszek2018-03-121-0/+1
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-1/+24
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* [Hexagon] Switch to parameterized register classes for HVXKrzysztof Parzyszek2017-09-151-82/+3
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-011-51/+47
* 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
OpenPOWER on IntegriCloud