aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling mistake. NFC.Simon Pilgrim2020-09-031-1/+1
* X86TargetObjectFile.h - remove unnecessary TargetLoweringObjectFile.h include...Simon Pilgrim2020-04-231-1/+0
* [X86] Delete unneeded X86ELFTargetObjectFile::Initialize. NFCFangrui Song2020-03-211-1/+0
* [X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song2020-03-201-23/+1
* Temporarily Revert "[X86] Reland D71360 Clean up UseInitArray initialization ...Eric Christopher2020-03-201-1/+23
* [X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song2020-03-201-23/+1
* Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips2019-12-171-1/+23
* Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar2019-12-161-23/+1
* [MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is localFrancis Visoiu Mistrih2019-08-221-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFFReid Kleckner2018-06-121-13/+0
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-6/+6
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86)Davide Italiano2017-06-211-0/+5
* [Triple] Add triple for FuchsiaPetr Hosek2016-10-061-0/+5
* [CodeGen] Add support for emitting .init_array instead of .ctors on FreeBSD.Davide Italiano2016-09-261-0/+6
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-7/+6
* CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne2016-04-221-2/+8
* [X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer2016-02-211-1/+2
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-161-1/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* Make NaCl's use of .init_array for static constructors match LinuxDerek Schuff2015-03-111-3/+3
* [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalentsBruno Cardoso Lopes2015-03-061-5/+4
* [AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalentsBruno Cardoso Lopes2015-03-061-2/+2
* [X86][ELF] Correct relocation for DWARF TLS referencesPaul Robinson2015-03-031-4/+8
* Revert r230979, should apply to all X86 ELF.Paul Robinson2015-03-021-6/+0
* [PS4] Correct relocation for DWARF TLS references.Paul Robinson2015-03-021-0/+6
* [AsmPrinter] Access pointers to globals via pcrel GOT entriesBruno Cardoso Lopes2015-02-231-0/+6
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-0/+5
* Prune includes in X86 target.Craig Topper2014-03-191-1/+0
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-11/+8
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-5/+7
* Revert r201622 and r201608.Daniel Jasper2014-02-191-7/+5
* Fix PR18743.Rafael Espindola2014-02-181-5/+7
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-091-2/+2
* Pass the Mangler by reference.Rafael Espindola2014-02-081-3/+3
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-081-11/+14
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-151-0/+6
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-021-1/+1
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-011-0/+3
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-3/+3
* Rename to match other X86_64* names.Bill Wendling2012-06-261-2/+2
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-191-0/+6
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+0
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-22/+0
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-2/+2