aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-09[MC] Move EH DWARF encodings from MC to CodeGen, NFCReid Kleckner1-0/+156
2018-08-01Simplify selectELFSectionForGlobal by pulling out the entry sizeEric Christopher1-22/+27
2018-08-01Tidy up logic around unique section name creation and remove aEric Christopher1-9/+9
2018-07-26Revert "[COFF] Use comdat shared constants for MinGW as well"Martin Storsjo1-1/+6
2018-07-25[COFF] Use comdat shared constants for MinGW as wellMartin Storsjo1-6/+1
2018-07-23[MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC.Martin Storsjo1-3/+5
2018-07-16Recommit r335794 "Add support for generating a call graph profile from Branch...Michael J. Spencer1-7/+53
2018-06-28[COFF] Fix constant sharing regression for MinGWMartin Storsjo1-1/+4
2018-06-28Revert "Add support for generating a call graph profile from Branch Frequency...Benjamin Kramer1-47/+7
2018-06-27Add support for generating a call graph profile from Branch Frequency Info.Michael J. Spencer1-7/+47
2018-06-22Revert r335306 (and r335314) - the Call Graph Profile pass.Chandler Carruth1-47/+7
2018-06-21[Instrumentation] Add Call Graph Profile passMichael J. Spencer1-7/+47
2018-06-21[X86] Fix 32-bit mingw comdat names, only add one underscoreReid Kleckner1-11/+6
2018-06-21[mingw] Fix GCC ABI compatibility for comdat thingsReid Kleckner1-5/+18
2018-06-21Add some explanatory text to the associated symbol support.Eric Christopher1-1/+2
2018-06-14[WebAssembly] Ignore explicit section names for functionsSam Clegg1-0/+6
2018-06-12[MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFFReid Kleckner1-0/+105
2018-05-18Tidy comment up a bit.Eric Christopher1-1/+1