aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-26[PowerPC][AIX]Add lowering of MCSymbol MachineOperand.Sean Fertile1-0/+3
2019-07-22Stubs out TLOF for AIX and add support for common vars in assembly output.Sean Fertile1-0/+55
2019-07-18CodeGen: Allow !associated metadata to point to aliases.Peter Collingbourne1-2/+2
2019-07-17[AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury1-0/+2
2019-07-17[RISCV] Set correct encodings for DWARF exception handlingAlex Bradbury1-0/+8
2019-07-08Standardize on MSVC behavior for triples with no environmentReid Kleckner1-5/+3
2019-05-17[ELF] Implement Dependent Libraries FeatureBen Dunbobbin1-0/+13
2019-02-28[WebAssembly] Remove uses of ThreadModelThomas Lively1-8/+1
2019-02-19[WebAssembly] Update MC for bulk memoryThomas Lively1-3/+14
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-14Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder1-0/+8
2018-12-13[MachO][TLOF] Add support for local symbols in the indirect symbol tableFrancis Visoiu Mistrih1-3/+22
2018-11-21[mingw] Use unmangled name after the $ in the section nameReid Kleckner1-2/+3
2018-10-25Reland "[WebAssembly] LSDA info generation"Heejin Ahn1-0/+4
2018-10-16Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev1-4/+0
2018-10-16[WebAssembly] LSDA info generationHeejin Ahn1-0/+4
2018-10-12[MC][ELF] fix newly added testNick Desaulniers1-25/+25
2018-10-11Revert r344197 "[MC][ELF] compute entity size for explicit sections"Artem Dergachev1-25/+25
2018-10-10[MC][ELF] compute entity size for explicit sectionsNick Desaulniers1-25/+25
2018-09-07[COFF] Implement llvm.global_ctors priorities for MSVC COFF targetsReid Kleckner1-2/+19
2018-08-29Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections."George Rimar1-3/+0
2018-08-29[llvm-mc] - Allow to set custom flags for debug sections.George Rimar1-0/+3
2018-08-13Restore correct x86_64 EH encodings in kernel code modelLei Liu1-9/+14