summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "[COFF] Use comdat shared constants for MinGW as well"Martin Storsjo2018-07-261-1/+6
* [COFF] Use comdat shared constants for MinGW as wellMartin Storsjo2018-07-251-6/+1
* [MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC.Martin Storsjo2018-07-231-3/+5
* Recommit r335794 "Add support for generating a call graph profile from Branch...Michael J. Spencer2018-07-161-7/+53
* [COFF] Fix constant sharing regression for MinGWMartin Storsjo2018-06-281-1/+4
* Revert "Add support for generating a call graph profile from Branch Frequency...Benjamin Kramer2018-06-281-47/+7
* Add support for generating a call graph profile from Branch Frequency Info.Michael J. Spencer2018-06-271-7/+47
* Revert r335306 (and r335314) - the Call Graph Profile pass.Chandler Carruth2018-06-221-47/+7
* [Instrumentation] Add Call Graph Profile passMichael J. Spencer2018-06-211-7/+47
* [X86] Fix 32-bit mingw comdat names, only add one underscoreReid Kleckner2018-06-211-11/+6
* [mingw] Fix GCC ABI compatibility for comdat thingsReid Kleckner2018-06-211-5/+18
* Add some explanatory text to the associated symbol support.Eric Christopher2018-06-211-1/+2
* [WebAssembly] Ignore explicit section names for functionsSam Clegg2018-06-141-0/+6
* [MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFFReid Kleckner2018-06-121-0/+105
* Tidy comment up a bit.Eric Christopher2018-05-181-1/+1
* Fix small grammar-o.Eric Christopher2018-05-161-1/+1
* Remove unused argument from emitModuleMetadata.Eric Christopher2018-04-201-6/+6
* [MachO] Emit Weak ReadOnlyWithRel to ConstDataSectionSteven Wu2018-04-101-0/+2
* CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool2018-01-301-1/+18
* CodeGen: handle llvm.used properly for COFFSaleem Abdulrasool2018-01-201-0/+5
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-9/+20
* [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg2017-12-151-2/+14
* [WebAssembly] section kind can be codeSam Clegg2017-12-071-1/+12
* [COFF] Implement constructor prioritiesMartin Storsjo2017-11-281-8/+29
* NFC Remove default argument of DataLayout::getPointerABIAlignmentFangrui Song2017-11-151-1/+1
* [WebAssembly] Explicily disable comdat support for wasm outputSam Clegg2017-11-141-9/+8
* [WebAssembly] MC: Fix crash when -g specified.Sam Clegg2017-10-201-8/+5
* [WebAssembly] MC: Support for init_array and fini_arraySam Clegg2017-10-031-3/+5
* [WebAssembly] MC: Create wasm data segments based on MCSectionsSam Clegg2017-09-151-3/+5
* [WebAssembly] Remove flags from MCSectionWasmSam Clegg2017-09-121-9/+5
OpenPOWER on IntegriCloud