aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-01[PseudoProbe] Support emitting to COFF object (#123870)Haohai Wen1-2/+8
2025-08-18[llvm] Fix typo for CGProfile (NFC) (#153370)hstk30-hw1-4/+4
2025-07-15[NFC] Extract pseudo probe using mdconst::extract (#148821)Haohai Wen1-2/+2
2025-07-15[NFC] Hoist pseudo probe desc emission code for reuse (#148756)Haohai Wen1-0/+29
2025-03-29[CodeGen][StaticDataSplitter]Support constant pool partitioning (#129781)Mingming Liu1-0/+12
2025-03-21[llvm:ir] Add support for constant data exceeding 4GiB (#126481)pzzp1-2/+2
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song1-3/+2
2025-01-28[AsmPrinter][ELF] Support profile-guided section prefix for jump tables' (rea...Mingming Liu1-0/+6
2024-12-16[PAC][ELF][AArch64] Support signed personality function pointer (#119361)Daniil Kovalev1-4/+3
2024-12-10Revert "[PAC][ELF][AArch64] Support signed personality function pointer" (#11...Daniil Kovalev1-3/+4
2024-12-10[PAC][ELF][AArch64] Support signed personality function pointer (#113148)Daniil Kovalev1-4/+3
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov1-3/+3
2024-04-11[clang][llvm] Remove "implicit-section-name" attribute (#87906)Arthur Eubanks1-5/+0
2022-08-13[llvm] Qualify auto in range-based for loops (NFC)Kazu Hirata1-1/+1
2022-07-07[Metadata] Add 'exclude' metadata to add the exclude flags on globalsJoseph Huber1-0/+7
2022-03-10Cleanup includes: LLVMTargetserge-sans-paille1-2/+0
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-1/+1
2021-03-02[AIX][TLS] Generate TLS variables in assembly filesVictor Huang1-1/+7
2021-02-18[llvm][IR] Do not place constants with static relocations in a mergeable sectionLeonard Chan1-1/+2
2021-02-16Basic block sections should enable function sections implicitly.Sriraman Tallam1-0/+5
2020-12-14[NFC] cleanup cg-profile emission on TargetLowerinngZequan Wu1-0/+48
2020-12-02[XCOFF][AIX] Alternative path in EHStreamer for platforms do not have uleb128...jasonliu1-0/+10
2020-09-27Revert "Reland [CodeGen] emit CG profile for COFF object file"Arthur Eubanks1-48/+0
2020-09-24Reland [CodeGen] emit CG profile for COFF object fileZequan Wu1-0/+48
2020-09-22Revert "[CodeGen] emit CG profile for COFF object file"Reid Kleckner1-46/+0
2020-09-18[CodeGen] emit CG profile for COFF object fileZequan Wu1-0/+46
2020-05-29[AIX] Emit AvailableExternally Linkage on AIXXiangling Liao1-1/+1
2020-05-21[Target] Use Align in TargetLoweringObjectFile::getSectionForConstant.Craig Topper1-3/+3
2020-05-19TargetLoweringObjectFile.h - remove unnecessary includes. NFCI.Simon Pilgrim1-0/+11
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocks in th...Rahman Lavaee1-6/+0
2020-04-13Revert "Extend BasicBlock sections to allow specifying clusters of basic blocks"Rahman Lavaee1-0/+6
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocksRahman Lavaee1-6/+0
2020-03-21Delete TargetLoweringObjectFile::CtxFangrui Song1-4/+3
2020-03-16Basic Block Sections support in LLVM.Sriraman Tallam1-0/+16
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-1/+1
2019-10-15Added support for "#pragma clang section relro=<name>"Dmitry Mikulin1-0/+1
2019-07-17[AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09[MC] Move EH DWARF encodings from MC to CodeGen, NFCReid Kleckner1-0/+3
2018-07-30Remove trailing spaceFangrui Song1-2/+2
2018-05-27Remove boolean argument from isSuitableFromBSS.Eric Christopher1-8/+5
2018-05-27Cleanups for getKindForGlobal:Eric Christopher1-11/+10
2018-03-26Remove an unneeded (& mislayered) include from Target/TargetLoweringObjectFil...David Blaikie1-1/+0
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie1-1/+1
2018-02-06Place undefined globals in .bss instead of .dataEli Friedman1-1/+14
2017-12-13Remove redundant includes from lib/Target/*.cpp.Michael Zolotukhin1-2/+0
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-3/+3
2017-08-02Don't pass the code model to MCRafael Espindola1-2/+2
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-1/+1
2017-06-05Add support for #pragma clang sectionJaved Absar1-0/+14