summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnddiggerlin2020-01-141-1/+4
* [AIX][XCOFF]Implement mergeable constdiggerlin2020-01-071-1/+1
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-4/+4
* Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips2019-12-171-1/+0
* Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar2019-12-161-0/+1
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2019-12-041-2/+0
* [Coverage] Revise format to reduce binary sizeVedant Kumar2019-12-041-0/+2
* A fix of the bug introduced by previous lowering in asm patch.Xiangling Liao2019-11-201-2/+1
* [AIX][XCOFF] Add support for generating assembly code for one-byte mergable s...Xing Xue2019-11-201-2/+20
* [AIX] Lowering jump table, constant pool and block address in asmXiangling Liao2019-11-201-1/+20
* Add read-only data assembly writing for aixdiggerlin2019-11-151-0/+4
* [PowerPC][XCOFF] Add support for zero initialized global values.Sean Fertile2019-11-111-0/+6
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-151-0/+2
* [Alignment][NFC] DataLayout migration to llvm::AlignGuillaume Chatelet2019-09-231-1/+1
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-0/+1
* [PowerPC][AIX] Adds support for writing the .data section in assembly filesXing Xue2019-08-251-0/+3
* [MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is localFrancis Visoiu Mistrih2019-08-221-7/+5
* [COFF] Fix section name for constants larger than 64 bits on WindowsFangrui Song2019-08-221-1/+2
* Adds support for writing the .bss section for XCOFF object files.Sean Fertile2019-08-201-1/+19
* Fixed placement of llvm.global_dtors on Windows.Vyacheslav Zakharin2019-08-191-1/+2
* Enable assembly output of local commons for AIXDavid Tenty2019-08-081-3/+4
* Revert r367501 "Create unique, but identically-named ELF sections..."Bob Haarman2019-08-071-17/+2
* Create unique, but identically-named ELF sections for explicitly-sectioned fu...Peter Collingbourne2019-08-011-2/+17
* Address post commit review comments on revision 366727.Sean Fertile2019-07-301-5/+5
* [PowerPC][AIX]Add lowering of MCSymbol MachineOperand.Sean Fertile2019-07-261-0/+3
* Stubs out TLOF for AIX and add support for common vars in assembly output.Sean Fertile2019-07-221-0/+55
* CodeGen: Allow !associated metadata to point to aliases.Peter Collingbourne2019-07-181-2/+2
* [AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury2019-07-171-0/+2
* [RISCV] Set correct encodings for DWARF exception handlingAlex Bradbury2019-07-171-0/+8
* Standardize on MSVC behavior for triples with no environmentReid Kleckner2019-07-081-5/+3
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+13
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-281-8/+1
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-3/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-0/+8
* [MachO][TLOF] Add support for local symbols in the indirect symbol tableFrancis Visoiu Mistrih2018-12-131-3/+22
* [mingw] Use unmangled name after the $ in the section nameReid Kleckner2018-11-211-2/+3
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-251-0/+4
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-161-4/+0
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-161-0/+4
* [MC][ELF] fix newly added testNick Desaulniers2018-10-121-25/+25
* Revert r344197 "[MC][ELF] compute entity size for explicit sections"Artem Dergachev2018-10-111-25/+25
* [MC][ELF] compute entity size for explicit sectionsNick Desaulniers2018-10-101-25/+25
* [COFF] Implement llvm.global_ctors priorities for MSVC COFF targetsReid Kleckner2018-09-071-2/+19
* Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections."George Rimar2018-08-291-3/+0
* [llvm-mc] - Allow to set custom flags for debug sections.George Rimar2018-08-291-0/+3
* Restore correct x86_64 EH encodings in kernel code modelLei Liu2018-08-131-9/+14
* [MC] Move EH DWARF encodings from MC to CodeGen, NFCReid Kleckner2018-08-091-0/+156
* Simplify selectELFSectionForGlobal by pulling out the entry sizeEric Christopher2018-08-011-22/+27
* Tidy up logic around unique section name creation and remove aEric Christopher2018-08-011-9/+9
OpenPOWER on IntegriCloud