| Commit message (Expand) | Author | Age | Files | Lines |
* | Make NaCl's use of .init_array for static constructors match Linux | Derek Schuff | 2015-03-11 | 1 | -1/+2 |
* | [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents | Bruno Cardoso Lopes | 2015-03-06 | 1 | -7/+5 |
* | [AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalents | Bruno Cardoso Lopes | 2015-03-06 | 1 | -1/+1 |
* | X86: Form IMGREL relocations for LLVM Functions | David Majnemer | 2015-03-06 | 1 | -9/+7 |
* | [X86][ELF] Correct relocation for DWARF TLS references | Paul Robinson | 2015-03-03 | 1 | -6/+5 |
* | Revert r230979, should apply to all X86 ELF. | Paul Robinson | 2015-03-02 | 1 | -5/+0 |
* | [PS4] Correct relocation for DWARF TLS references. | Paul Robinson | 2015-03-02 | 1 | -0/+5 |
* | [AsmPrinter] Access pointers to globals via pcrel GOT entries | Bruno Cardoso Lopes | 2015-02-23 | 1 | -0/+16 |
* | X86: Simplify X86WindowsTargetObjectFile::getSectionForConstant | David Majnemer | 2014-07-15 | 1 | -9/+3 |
* | CodeGen: Handle ConstantVector and undef in WinCOFF constant pools | David Majnemer | 2014-07-15 | 1 | -13/+21 |
* | CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF | David Majnemer | 2014-07-14 | 1 | -0/+61 |
* | Restore condition incorrectly changed in r96289 to the older state. | Joerg Sonnenberger | 2014-04-30 | 1 | -1/+1 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -6/+6 |
* | move getNameWithPrefix and getSymbol to TargetMachine. | Rafael Espindola | 2014-02-19 | 1 | -3/+3 |
* | Add back r201608, r201622, r201624 and r201625 | Rafael Espindola | 2014-02-19 | 1 | -12/+14 |
* | Revert r201622 and r201608. | Daniel Jasper | 2014-02-19 | 1 | -14/+12 |
* | Fix PR18743. | Rafael Espindola | 2014-02-18 | 1 | -12/+14 |
* | Use a consistent argument order in TargetLoweringObjectFile. | Rafael Espindola | 2014-02-09 | 1 | -9/+8 |
* | Pass the Mangler by reference. | Rafael Espindola | 2014-02-08 | 1 | -6/+6 |
* | WinCOFF: Transform IR expressions featuring __ImageBase into image relative r... | David Majnemer | 2014-01-15 | 1 | -0/+52 |
* | Re-sort #include lines again, prior to moving headers around. | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
* | Move the llvm mangler to lib/IR. | Rafael Espindola | 2014-01-07 | 1 | -1/+1 |
* | Move getSymbol to TargetLoweringObjectFile. | Rafael Espindola | 2013-10-29 | 1 | -2/+2 |
* | [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/+6 |
* | Remove heavy and unused #inclues from X86TargetObjectFile.cpp. | Jakub Staszak | 2013-01-10 | 1 | -5/+1 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
* | Use TARGET2 relocation for TType references on ARM. | Anton Korobeynikov | 2012-11-14 | 1 | -4/+4 |
* | 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/+9 |
* | Prune some includes | Craig Topper | 2012-03-27 | 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 | -76/+0 |
* | Remove an unused variable from this function introduced in r130637, | Chandler Carruth | 2011-05-01 | 1 | -1/+0 |
* | GCC uses a different encoding of pointers in the FDE when using | Rafael Espindola | 2011-05-01 | 1 | -3/+10 |
* | Remove unnecessary argument. | Rafael Espindola | 2011-04-27 | 1 | -1/+1 |
* | Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and | Rafael Espindola | 2011-04-27 | 1 | -0/+6 |
* | Compute the size of the FDE encoding instead of hard coding it. Update | Rafael Espindola | 2011-04-22 | 1 | -10/+1 |
* | MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. | Daniel Dunbar | 2010-03-15 | 1 | -2/+2 |
* | Now that the default for Darwin platforms is to place the LSDA into the TEXT | Bill Wendling | 2010-03-15 | 1 | -13/+0 |
* | use Mang->getSymbol() | Chris Lattner | 2010-03-15 | 1 | -7/+1 |
* | Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing | Bill Wendling | 2010-03-15 | 1 | -0/+14 |
* | rename getSymbolForDwarf* to getExprForDwarf* since it returns | Chris Lattner | 2010-03-11 | 1 | -4/+4 |
* | set the temporary bit on MCSymbols correctly. | Chris Lattner | 2010-03-10 | 1 | -2/+7 |
* | It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo... | Anton Korobeynikov | 2010-02-21 | 1 | -64/+0 |
* | Revert Anton's most recent EH patch (r96637), since it breaks a lot of | Bob Wilson | 2010-02-19 | 1 | -0/+32 |
* | Use the same encoding for EH stuff uniformly on all MachO targets. | Anton Korobeynikov | 2010-02-19 | 1 | -32/+0 |
* | Use pointer-wide encoding for LSDA and FDE on Darwin. | Anton Korobeynikov | 2010-02-17 | 1 | -4/+4 |
* | Fix a silly darwin-only typo introduced during merge. | Anton Korobeynikov | 2010-02-15 | 1 | -7/+6 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 1 | -34/+150 |