aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-01Remove unnecessary conditions as suggested by clang-tidy. NFCGabor Horvath1-1/+1
2017-01-14[TargetLowering] Simplfiy a bit. NFCI.Davide Italiano1-4/+1
2016-11-22CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover1-2/+2
2016-10-24Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne1-8/+9
2016-09-16Trying to fix Mangler memory leak in TargetLoweringObjectFile.Eric Liu1-0/+2
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher1-19/+16
2016-08-08[ARM] Add support for embedded position-independent codeOliver Stannard1-6/+7
2016-06-28Use isPositionIndependent(). NFC.Rafael Espindola1-2/+1
2016-06-24Simplify. NFC.Rafael Espindola1-10/+1
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-1/+1
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola1-1/+2
2016-02-22[X86] Create mergeable constant pool entries for AVXDavid Majnemer1-0/+1