aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-16Fix small grammar-o.Eric Christopher1-1/+1
2018-04-20Remove unused argument from emitModuleMetadata.Eric Christopher1-6/+6
2018-04-10[MachO] Emit Weak ReadOnlyWithRel to ConstDataSectionSteven Wu1-0/+2
2018-01-30CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool1-1/+18
2018-01-20CodeGen: handle llvm.used properly for COFFSaleem Abdulrasool1-0/+5
2018-01-09[WebAssembly] Add COMDAT supportSam Clegg1-9/+20
2017-12-15[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg1-2/+14
2017-12-07[WebAssembly] section kind can be codeSam Clegg1-1/+12
2017-11-28[COFF] Implement constructor prioritiesMartin Storsjo1-8/+29
2017-11-15NFC Remove default argument of DataLayout::getPointerABIAlignmentFangrui Song1-1/+1
2017-11-14[WebAssembly] Explicily disable comdat support for wasm outputSam Clegg1-9/+8
2017-10-20[WebAssembly] MC: Fix crash when -g specified.Sam Clegg1-8/+5