aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers1-1/+3
2025-05-06Register assembly printer passes (#138348)Matthias Braun1-0/+5
2025-02-17[Targets] Move *TargetStreamer.h files into their MCTargetDesc directory. (#1...Craig Topper1-1/+1
2025-02-16[Hexagon] Use MCRegister. NFCCraig Topper1-8/+8
2024-11-17[Hexagon] Remove unused includes (NFC) (#116529)Kazu Hirata1-3/+0
2024-03-19[Hexagon] ELF attributes for Hexagon (#85359)quic-areg1-0/+20
2023-04-18[MC] Use subregs/superregs instead of MCSubRegIterator/MCSuperRegIterator. NFC.Jay Foad1-2/+1
2022-12-28[XRay] Fix Hexagon sled versionFangrui Song1-1/+1
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitCodeAlignmentGuillaume Chatelet1-2/+2
2022-07-14[CodeGen] Move instruction predicate verification to emitInstructionDavid Green1-0/+3
2022-07-13Revert "Move instruction predicate verification to emitInstruction"David Green1-3/+0
2022-07-13Move instruction predicate verification to emitInstructionDavid Green1-0/+3
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song1-4/+4
2021-12-10Reapply [xray] add support for hexagonBrian Cain1-0/+61
2021-12-09Revert "[xray] add support for hexagon"Brian Cain1-61/+0
2021-12-09[xray] add support for hexagonBrian Cain1-0/+61
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-09-07[MC] Add MCSubtargetInfo to MCAlignFragmentPeter Smith1-5/+7
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song1-2/+2
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-4/+4
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song1-2/+2
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song1-2/+2
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-1/+1
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-05-14[Hexagon] Create a TargetInfo header. NFCRichard Trieu1-0/+1
2019-04-26[AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers1-3/+1
2019-04-17[AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFCNick Desaulniers1-4/+0
2019-04-10[AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers1-3/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-07[Hexagon] Allow use of gather intrinsics even with no-packetsKrzysztof Parzyszek1-1/+0
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen1-1/+1
2018-04-02[Hexagon] Clean up some code in HexagonAsmPrinter, NFCKrzysztof Parzyszek1-39/+46
2018-03-30[Hexagon] Fix printing :mem_noshuf on compiler-generated packetsKrzysztof Parzyszek1-2/+7
2018-03-12[Hexagon] Subtarget feature to emit one instruction per packetKrzysztof Parzyszek1-0/+1
2017-12-11[Hexagon] Add support for Hexagon V65Krzysztof Parzyszek1-1/+24
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-09-15[Hexagon] Switch to parameterized register classes for HVXKrzysztof Parzyszek1-82/+3
2017-08-01[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-51/+47
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-02[Hexagon] Change iconst to emit 27bit relocationKrzysztof Parzyszek1-1/+1
2017-04-24Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek1-3/+3
2017-04-06[Hexagon] Change the vector scaling for vector offsetsKrzysztof Parzyszek1-0/+199
2017-03-31[Hexagon] Remove unused variablesKrzysztof Parzyszek1-5/+1
2017-02-07[Hexagon] Remove encoding bits from mapped instructionsKrzysztof Parzyszek1-0/+33
2016-11-09[Hexagon] Separate Hexagon subreg indices for different register classesKrzysztof Parzyszek1-10/+10
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini1-1/+1
2016-08-19[Hexagon] Fix indentation, NFCKrzysztof Parzyszek1-3/+3