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