summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
AgeCommit message (Expand)Author
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov
2024-05-05[Target] Use StringRef::operator== instead of StringRef::equals (NFC) (#91072...Kazu Hirata
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2022-12-20Add TargetExtTyID to switch statements in Hexagon and DXIL backend code.Joshua Cranmer
2022-08-13[llvm] Qualify auto in range-based for loops (NFC)Kazu Hirata
2022-08-04[IR] Move support for dxil::TypedPointerType to LLVM core IR.Joshua Cranmer
2022-06-03[llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFCFangrui Song
2022-04-25NFC. Add missing DXILPointerTyID caseChris Bieneman
2021-10-22[Target, Transforms] Use StringRef::contains (NFC)Kazu Hirata
2021-05-30[NFCI] Move DEBUG_TYPE definition below #includesMindong Chen
2020-12-30[X86][AMX] Fix compilation warning introduced by 981a0bd8.Wang, Pengfei
2020-05-19TargetLoweringObjectFile.h - remove unnecessary includes. NFCI.Simon Pilgrim
2020-05-15[IR][BFloat] Add BFloat IR typeTies Stuij
2020-04-22[Hexagon] Silence warningBenjamin Kramer
2020-04-22[SVE] Add new VectorType subclassesChristopher Tetreault
2020-03-20[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song
2020-03-20Temporarily Revert "[X86] Reland D71360 Clean up UseInitArray initialization ...Eric Christopher
2020-03-20[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song
2019-12-17Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips
2019-12-16Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar
2019-07-11OpaquePtr: switch to GlobalValue::getValueType in a few places. NFC.Tim Northover
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-09[Hexagon] Place globals with explicit .sdata section in small dataKrzysztof Parzyszek
2018-10-31[Hexagon] Make sure not to use GP-relative addressing with PICKrzysztof Parzyszek
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2017-07-18[Hexagon] Emit lookup tables in text section based on a flagSumanth Gundapaneni
2017-06-30[Hexagon] Emit jump tables in text section based on a flagSumanth Gundapaneni
2017-06-30Revert "[Hexagon] Guard the generation of lookup table"Sumanth Gundapaneni
2017-06-30[Hexagon] Guard the generation of lookup tableSumanth Gundapaneni
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-01-04[Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...Eugene Zelenko
2016-10-24Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-04-21[Hexagon] Expand handling of the small-data/bss sectionKrzysztof Parzyszek
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob
2015-11-18Stop producing .data.rel sections.Rafael Espindola
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2014-11-03Handle ctor/init_array initialization.Sid Manning
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-02-08Pass the Mangler by reference.Rafael Espindola
2014-01-28Revert r199871 and replace it with a simple check in the debug infoEric Christopher
2014-01-23Add a variable to track whether or not we've used a unique section,Eric Christopher
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07Reverting r181331.Jyotsna Verma
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth