summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
AgeCommit message (Expand)Author
2025-09-01[PseudoProbe] Support emitting to COFF object (#123870)Haohai Wen
2025-08-18[llvm] Fix typo for CGProfile (NFC) (#153370)hstk30-hw
2025-07-15[NFC] Extract pseudo probe using mdconst::extract (#148821)Haohai Wen
2025-07-15[NFC] Hoist pseudo probe desc emission code for reuse (#148756)Haohai Wen
2025-03-29[CodeGen][StaticDataSplitter]Support constant pool partitioning (#129781)Mingming Liu
2025-03-21[llvm:ir] Add support for constant data exceeding 4GiB (#126481)pzzp
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2025-01-28[AsmPrinter][ELF] Support profile-guided section prefix for jump tables' (rea...Mingming Liu
2024-12-16[PAC][ELF][AArch64] Support signed personality function pointer (#119361)Daniil Kovalev
2024-12-10Revert "[PAC][ELF][AArch64] Support signed personality function pointer" (#11...Daniil Kovalev
2024-12-10[PAC][ELF][AArch64] Support signed personality function pointer (#113148)Daniil Kovalev
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov
2024-04-11[clang][llvm] Remove "implicit-section-name" attribute (#87906)Arthur Eubanks
2022-08-13[llvm] Qualify auto in range-based for loops (NFC)Kazu Hirata
2022-07-07[Metadata] Add 'exclude' metadata to add the exclude flags on globalsJoseph Huber
2022-03-10Cleanup includes: LLVMTargetserge-sans-paille
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones
2021-03-02[AIX][TLS] Generate TLS variables in assembly filesVictor Huang
2021-02-18[llvm][IR] Do not place constants with static relocations in a mergeable sectionLeonard Chan
2021-02-16Basic block sections should enable function sections implicitly.Sriraman Tallam
2020-12-14[NFC] cleanup cg-profile emission on TargetLowerinngZequan Wu
2020-12-02[XCOFF][AIX] Alternative path in EHStreamer for platforms do not have uleb128...jasonliu
2020-09-27Revert "Reland [CodeGen] emit CG profile for COFF object file"Arthur Eubanks
2020-09-24Reland [CodeGen] emit CG profile for COFF object fileZequan Wu
2020-09-22Revert "[CodeGen] emit CG profile for COFF object file"Reid Kleckner
2020-09-18[CodeGen] emit CG profile for COFF object fileZequan Wu
2020-05-29[AIX] Emit AvailableExternally Linkage on AIXXiangling Liao
2020-05-21[Target] Use Align in TargetLoweringObjectFile::getSectionForConstant.Craig Topper
2020-05-19TargetLoweringObjectFile.h - remove unnecessary includes. NFCI.Simon Pilgrim
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocks in th...Rahman Lavaee
2020-04-13Revert "Extend BasicBlock sections to allow specifying clusters of basic blocks"Rahman Lavaee
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocksRahman Lavaee
2020-03-21Delete TargetLoweringObjectFile::CtxFangrui Song
2020-03-16Basic Block Sections support in LLVM.Sriraman Tallam
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song
2019-10-15Added support for "#pragma clang section relro=<name>"Dmitry Mikulin
2019-07-17[AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-09[MC] Move EH DWARF encodings from MC to CodeGen, NFCReid Kleckner
2018-07-30Remove trailing spaceFangrui Song
2018-05-27Remove boolean argument from isSuitableFromBSS.Eric Christopher
2018-05-27Cleanups for getKindForGlobal:Eric Christopher
2018-03-26Remove an unneeded (& mislayered) include from Target/TargetLoweringObjectFil...David Blaikie
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie
2018-02-06Place undefined globals in .bss instead of .dataEli Friedman
2017-12-13Remove redundant includes from lib/Target/*.cpp.Michael Zolotukhin
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-08-02Don't pass the code model to MCRafael Espindola
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-05Add support for #pragma clang sectionJaved Absar