summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)Author
2018-12-14Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder
2018-12-13[MachO][TLOF] Add support for local symbols in the indirect symbol tableFrancis Visoiu Mistrih
2018-11-21[mingw] Use unmangled name after the $ in the section nameReid Kleckner
2018-10-25Reland "[WebAssembly] LSDA info generation"Heejin Ahn
2018-10-16Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev
2018-10-16[WebAssembly] LSDA info generationHeejin Ahn
2018-10-12[MC][ELF] fix newly added testNick Desaulniers
2018-10-11Revert r344197 "[MC][ELF] compute entity size for explicit sections"Artem Dergachev
2018-10-10[MC][ELF] compute entity size for explicit sectionsNick Desaulniers
2018-09-07[COFF] Implement llvm.global_ctors priorities for MSVC COFF targetsReid Kleckner
2018-08-29Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections."George Rimar
2018-08-29[llvm-mc] - Allow to set custom flags for debug sections.George Rimar
2018-08-13Restore correct x86_64 EH encodings in kernel code modelLei Liu
2018-08-09[MC] Move EH DWARF encodings from MC to CodeGen, NFCReid Kleckner
2018-08-01Simplify selectELFSectionForGlobal by pulling out the entry sizeEric Christopher
2018-08-01Tidy up logic around unique section name creation and remove aEric Christopher
2018-07-26Revert "[COFF] Use comdat shared constants for MinGW as well"Martin Storsjo
2018-07-25[COFF] Use comdat shared constants for MinGW as wellMartin Storsjo
2018-07-23[MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC.Martin Storsjo
2018-07-16Recommit r335794 "Add support for generating a call graph profile from Branch...Michael J. Spencer
2018-06-28[COFF] Fix constant sharing regression for MinGWMartin Storsjo
2018-06-28Revert "Add support for generating a call graph profile from Branch Frequency...Benjamin Kramer
2018-06-27Add support for generating a call graph profile from Branch Frequency Info.Michael J. Spencer
2018-06-22Revert r335306 (and r335314) - the Call Graph Profile pass.Chandler Carruth
2018-06-21[Instrumentation] Add Call Graph Profile passMichael J. Spencer
2018-06-21[X86] Fix 32-bit mingw comdat names, only add one underscoreReid Kleckner
2018-06-21[mingw] Fix GCC ABI compatibility for comdat thingsReid Kleckner
2018-06-21Add some explanatory text to the associated symbol support.Eric Christopher
2018-06-14[WebAssembly] Ignore explicit section names for functionsSam Clegg
2018-06-12[MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFFReid Kleckner
2018-05-18Tidy comment up a bit.Eric Christopher
2018-05-16Fix small grammar-o.Eric Christopher
2018-04-20Remove unused argument from emitModuleMetadata.Eric Christopher
2018-04-10[MachO] Emit Weak ReadOnlyWithRel to ConstDataSectionSteven Wu
2018-01-30CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool
2018-01-20CodeGen: handle llvm.used properly for COFFSaleem Abdulrasool
2018-01-09[WebAssembly] Add COMDAT supportSam Clegg
2017-12-15[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg
2017-12-07[WebAssembly] section kind can be codeSam Clegg
2017-11-28[COFF] Implement constructor prioritiesMartin Storsjo
2017-11-15NFC Remove default argument of DataLayout::getPointerABIAlignmentFangrui Song
2017-11-14[WebAssembly] Explicily disable comdat support for wasm outputSam Clegg
2017-10-20[WebAssembly] MC: Fix crash when -g specified.Sam Clegg
2017-10-03[WebAssembly] MC: Support for init_array and fini_arraySam Clegg
2017-09-15[WebAssembly] MC: Create wasm data segments based on MCSectionsSam Clegg
2017-09-12[WebAssembly] Remove flags from MCSectionWasmSam Clegg
2017-06-12IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-06-05CodeGen: add support for emitting ObjC image infoSaleem Abdulrasool