| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Honor -fuse-init-array when os is not specified on x86" | Mitch Phillips | 2019-12-17 | 1 | -1/+23 |
* | Honor -fuse-init-array when os is not specified on x86 | Kamlesh Kumar | 2019-12-16 | 1 | -23/+1 |
* | [MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is local | Francis Visoiu Mistrih | 2019-08-22 | 1 | -1/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFF | Reid Kleckner | 2018-06-12 | 1 | -13/+0 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -6/+6 |
* | Move TargetLoweringObjectFile from CodeGen to Target to fix layering | David Blaikie | 2018-03-23 | 1 | -1/+1 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
* | [Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86) | Davide Italiano | 2017-06-21 | 1 | -0/+5 |
* | [Triple] Add triple for Fuchsia | Petr Hosek | 2016-10-06 | 1 | -0/+5 |
* | [CodeGen] Add support for emitting .init_array instead of .ctors on FreeBSD. | Davide Italiano | 2016-09-26 | 1 | -0/+6 |
* | Move the Mangler from the AsmPrinter down to TLOF and clean up the | Eric Christopher | 2016-09-16 | 1 | -7/+6 |
* | CodeGen: Use PLT relocations for relative references to unnamed_addr functions. | Peter Collingbourne | 2016-04-22 | 1 | -2/+8 |
* | [X86] Use the correct alignment for COMDAT constant pool entries | David Majnemer | 2016-02-21 | 1 | -1/+2 |
* | Remove DataLayout from TargetLoweringObjectFile, redirect to Module | Mehdi Amini | 2015-07-16 | 1 | -1/+1 |
* | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -2/+2 |
* | Make NaCl's use of .init_array for static constructors match Linux | Derek Schuff | 2015-03-11 | 1 | -3/+3 |
* | [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents | Bruno Cardoso Lopes | 2015-03-06 | 1 | -5/+4 |
* | [AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalents | Bruno Cardoso Lopes | 2015-03-06 | 1 | -2/+2 |
* | [X86][ELF] Correct relocation for DWARF TLS references | Paul Robinson | 2015-03-03 | 1 | -4/+8 |
* | Revert r230979, should apply to all X86 ELF. | Paul Robinson | 2015-03-02 | 1 | -6/+0 |
* | [PS4] Correct relocation for DWARF TLS references. | Paul Robinson | 2015-03-02 | 1 | -0/+6 |
* | [AsmPrinter] Access pointers to globals via pcrel GOT entries | Bruno Cardoso Lopes | 2015-02-23 | 1 | -0/+6 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF | David Majnemer | 2014-07-14 | 1 | -0/+5 |
* | Prune includes in X86 target. | Craig Topper | 2014-03-19 | 1 | -1/+0 |
* | Switch all uses of LLVM_OVERRIDE to just use 'override' directly. | Craig Topper | 2014-03-02 | 1 | -11/+8 |
* | Add back r201608, r201622, r201624 and r201625 | Rafael Espindola | 2014-02-19 | 1 | -5/+7 |
* | Revert r201622 and r201608. | Daniel Jasper | 2014-02-19 | 1 | -7/+5 |
* | Fix PR18743. | Rafael Espindola | 2014-02-18 | 1 | -5/+7 |
* | Use a consistent argument order in TargetLoweringObjectFile. | Rafael Espindola | 2014-02-09 | 1 | -2/+2 |
* | Pass the Mangler by reference. | Rafael Espindola | 2014-02-08 | 1 | -3/+3 |
* | Add LLVM_OVERRIDE to a few declarations. | Rafael Espindola | 2014-02-08 | 1 | -11/+14 |
* | WinCOFF: Transform IR expressions featuring __ImageBase into image relative r... | David Majnemer | 2014-01-15 | 1 | -0/+6 |
* | [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExpr | Ulrich Weigand | 2013-07-02 | 1 | -1/+1 |
* | PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation | David Blaikie | 2013-07-01 | 1 | -0/+3 |
* | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Use TARGET2 relocation for TType references on ARM. | Anton Korobeynikov | 2012-11-14 | 1 | -3/+3 |
* | Rename to match other X86_64* names. | Bill Wendling | 2012-06-26 | 1 | -2/+2 |
* | Move the support for using .init_array from ARM to the generic | Rafael Espindola | 2012-06-19 | 1 | -0/+6 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -1/+0 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 1 | -22/+0 |
* | GCC uses a different encoding of pointers in the FDE when using | Rafael Espindola | 2011-05-01 | 1 | -2/+2 |
* | Remove unnecessary argument. | Rafael Espindola | 2011-04-27 | 1 | -2/+2 |
* | Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and | Rafael Espindola | 2011-04-27 | 1 | -0/+6 |
* | Now that the default for Darwin platforms is to place the LSDA into the TEXT | Bill Wendling | 2010-03-15 | 1 | -10/+1 |
* | Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing | Bill Wendling | 2010-03-15 | 1 | -3/+11 |
* | rename getSymbolForDwarf* to getExprForDwarf* since it returns | Chris Lattner | 2010-03-11 | 1 | -2/+3 |
* | It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo... | Anton Korobeynikov | 2010-02-21 | 1 | -18/+0 |