aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-15[MC] Rename MCSection*::getSectionName() to getName(). NFCFangrui Song1-2/+2
2020-04-15[NFC] correct "thier" to "their"Josh Stone1-1/+1
2020-04-14[WebAssembly] Emit .llvmcmd and .llvmbc as custom sectionsSam Clegg1-0/+8
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocks in th...Rahman Lavaee1-31/+21
2020-04-13Revert "Extend BasicBlock sections to allow specifying clusters of basic blocks"Rahman Lavaee1-21/+31
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocksRahman Lavaee1-31/+21
2020-04-10Clean up usages of asserting vector getters in TypeChristopher Tetreault1-2/+2
2020-03-26[AIX] discard the label in the csect of function description and use qualname...diggerlin1-3/+5
2020-03-20[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song1-0/+1
2020-03-20Temporarily Revert "[X86] Reland D71360 Clean up UseInitArray initialization ...Eric Christopher1-1/+0
2020-03-20[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song1-0/+1
2020-03-16Basic Block Sections support in LLVM.Sriraman Tallam1-1/+53
2020-03-11Fix conflict value for metadata "Objective-C Garbage Collection" in the mix o...Jin Lin1-0/+9
2020-03-06[AIX] Handle LinkOnceODRLinkage and AppendingLinkage for static init gloabl a...Xiangling Liao1-0/+4
2020-02-29[MC] Add MCStreamer::emitInt{8,16,32,64}Fangrui Song1-8/+8
2020-02-28Reland: [Coverage] Revise format to reduce binary sizeVedant Kumar1-0/+2
2020-02-28Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-2/+0
2020-02-28[Coverage] Revise format to reduce binary sizeVedant Kumar1-0/+2
2020-02-20[WebAssembly] Remove unneeded getWasmKindForNamedSection functionSam Clegg1-12/+0
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song1-8/+8
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-6/+6
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song1-7/+7
2020-02-10[AIX][XCOFF] Support Mergeable2ByteCString and Mergeable4ByteCStringdiggerlin1-3/+0
2020-02-06[MC][ELF] Rename MC related "Associated" to "LinkedToSym"Fangrui Song1-10/+10
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-22[NFC][XCOFF] Refactor Csect creation into TargetLoweringObjectFileDavid Tenty1-0/+30
2020-01-14[AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnddiggerlin1-1/+4
2020-01-07[AIX][XCOFF]Implement mergeable constdiggerlin1-1/+1
2020-01-01[NFC] Fixes -Wrange-loop-analysis warningsMark de Wever1-4/+4
2019-12-17Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips1-1/+0
2019-12-16Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar1-0/+1
2019-12-04Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-2/+0
2019-12-04[Coverage] Revise format to reduce binary sizeVedant Kumar1-0/+2
2019-11-20A fix of the bug introduced by previous lowering in asm patch.Xiangling Liao1-2/+1
2019-11-20[AIX][XCOFF] Add support for generating assembly code for one-byte mergable s...Xing Xue1-2/+20
2019-11-20[AIX] Lowering jump table, constant pool and block address in asmXiangling Liao1-1/+20
2019-11-15Add read-only data assembly writing for aixdiggerlin1-0/+4
2019-11-11[PowerPC][XCOFF] Add support for zero initialized global values.Sean Fertile1-0/+6
2019-10-15Added support for "#pragma clang section relro=<name>"Dmitry Mikulin1-0/+2
2019-09-23[Alignment][NFC] DataLayout migration to llvm::AlignGuillaume Chatelet1-1/+1
2019-09-12AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover1-0/+1
2019-08-25[PowerPC][AIX] Adds support for writing the .data section in assembly filesXing Xue1-0/+3
2019-08-22[MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is localFrancis Visoiu Mistrih1-7/+5
2019-08-22[COFF] Fix section name for constants larger than 64 bits on WindowsFangrui Song1-1/+2
2019-08-20Adds support for writing the .bss section for XCOFF object files.Sean Fertile1-1/+19
2019-08-19Fixed placement of llvm.global_dtors on Windows.Vyacheslav Zakharin1-1/+2
2019-08-08Enable assembly output of local commons for AIXDavid Tenty1-3/+4
2019-08-07Revert r367501 "Create unique, but identically-named ELF sections..."Bob Haarman1-17/+2
2019-08-01Create unique, but identically-named ELF sections for explicitly-sectioned fu...Peter Collingbourne1-2/+17
2019-07-30Address post commit review comments on revision 366727.Sean Fertile1-5/+5