1. 9b8e3d3 [Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86) by Davide Italiano · 8 years ago
  2. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  3. b64fb45 CodeGen: simplify TargetMachine::getSymbol interface. NFC. by Tim Northover · 9 years ago
  4. e023d62 [Triple] Add triple for Fuchsia by Petr Hosek · 9 years ago
  5. a9f85d6 [CodeGen] Add support for emitting .init_array instead of .ctors on FreeBSD. by Davide Italiano · 9 years ago
  6. 4367c7f Move the Mangler from the AsmPrinter down to TLOF and clean up the by Eric Christopher · 9 years ago
  7. 265ebd7 CodeGen: Use PLT relocations for relative references to unnamed_addr functions. by Peter Collingbourne · 10 years ago
  8. 964b70d [X86] Create mergeable constant pool entries for AVX by David Majnemer · 10 years ago
  9. a3ea407 [X86] Use the correct alignment for COMDAT constant pool entries by David Majnemer · 10 years ago
  10. 1f13d47 Sink COFF.h MC include into .cpp files by Reid Kleckner · 10 years ago
  11. 5c0fa58 Remove DataLayout from TargetLoweringObjectFile, redirect to Module by Mehdi Amini · 10 years ago
  12. 65ff7cc Revert "Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstant"" by David Majnemer · 10 years ago
  13. e38fc05 Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstant" by Hans Wennborg · 10 years ago
  14. 4eb32e7 [X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstant by David Majnemer · 10 years ago
  15. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  16. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  17. 072f93f Make NaCl's use of .init_array for static constructors match Linux by Derek Schuff · 11 years ago
  18. 618c67a [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents by Bruno Cardoso Lopes · 11 years ago
  19. 52b1391 [AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalents by Bruno Cardoso Lopes · 11 years ago
  20. b61f4e4 X86: Form IMGREL relocations for LLVM Functions by David Majnemer · 11 years ago
  21. 06a8eb8 [X86][ELF] Correct relocation for DWARF TLS references by Paul Robinson · 11 years ago
  22. 9f4cfc5 Revert r230979, should apply to all X86 ELF. by Paul Robinson · 11 years ago
  23. 10ae2e5 [PS4] Correct relocation for DWARF TLS references. by Paul Robinson · 11 years ago
  24. 24492b0 [AsmPrinter] Access pointers to globals via pcrel GOT entries by Bruno Cardoso Lopes · 11 years ago
  25. 3821ff0 X86: Simplify X86WindowsTargetObjectFile::getSectionForConstant by David Majnemer · 11 years ago
  26. 4e3ccc0 CodeGen: Handle ConstantVector and undef in WinCOFF constant pools by David Majnemer · 11 years ago
  27. 8bce66b CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF by David Majnemer · 11 years ago
  28. fe54364 Restore condition incorrectly changed in r96289 to the older state. by Joerg Sonnenberger · 11 years ago
  29. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  30. a3ad4e6 move getNameWithPrefix and getSymbol to TargetMachine. by Rafael Espindola · 12 years ago
  31. daeafb4 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
  32. 7e198ad Revert r201622 and r201608. by Daniel Jasper · 12 years ago
  33. 09dcc6a Fix PR18743. by Rafael Espindola · 12 years ago
  34. 15b2669 Use a consistent argument order in TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  35. fa0f728 Pass the Mangler by reference. by Rafael Espindola · 12 years ago
  36. dee1057 WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations by David Majnemer · 12 years ago
  37. 07baed5 Re-sort #include lines again, prior to moving headers around. by Chandler Carruth · 12 years ago
  38. 894843c Move the llvm mangler to lib/IR. by Rafael Espindola · 12 years ago
  39. e133ed8 Move getSymbol to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  40. 2b6fc8d by Ulrich Weigand · 12 years ago
  41. 1b01ae8 PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation by David Blaikie · 12 years ago
  42. ab3d878 Remove heavy and unused #inclues from X86TargetObjectFile.cpp. by Jakub Staszak · 13 years ago
  43. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  44. e42af36 Use TARGET2 relocation for TType references on ARM. by Anton Korobeynikov · 13 years ago
  45. 8ed4446 Rename to match other X86_64* names. by Bill Wendling · 13 years ago
  46. ca3e0ee Move the support for using .init_array from ARM to the generic by Rafael Espindola · 13 years ago
  47. 1fcf5bc Prune some includes by Craig Topper · 14 years ago
  48. b22310f Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. by Jia Liu · 14 years ago
  49. bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  50. ddc91b2 Remove an unused variable from this function introduced in r130637, by Chandler Carruth · 14 years ago
  51. 750cb61 GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 14 years ago
  52. ce83fc3 Remove unnecessary argument. by Rafael Espindola · 14 years ago
  53. 0870434 Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and by Rafael Espindola · 14 years ago
  54. 5395f44 Compute the size of the FDE encoding instead of hard coding it. Update by Rafael Espindola · 15 years ago
  55. 5599256 MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. by Daniel Dunbar · 16 years ago
  56. bbcaa40 Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 16 years ago
  57. c116a87 use Mang->getSymbol() by Chris Lattner · 16 years ago
  58. 0344874 Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing by Bill Wendling · 16 years ago
  59. 2562356 rename getSymbolForDwarf* to getExprForDwarf* since it returns by Chris Lattner · 16 years ago
  60. ac2361a set the temporary bit on MCSymbols correctly. by Chris Lattner · 16 years ago
  61. 31a9212 It turned out that we failed to emit proper symbol stubs on non-x86/darwin for ages (we emitted a reference to a stub, but no stub was emitted). The code inside x86-32/macho target objfile lowering should actually be the generic one - move it there. by Anton Korobeynikov · 16 years ago
  62. 336c0a1 Revert Anton's most recent EH patch (r96637), since it breaks a lot of by Bob Wilson · 16 years ago
  63. 9baeb02 Use the same encoding for EH stuff uniformly on all MachO targets. by Anton Korobeynikov · 16 years ago
  64. cf1f5b0 Use pointer-wide encoding for LSDA and FDE on Darwin. by Anton Korobeynikov · 16 years ago
  65. c9adb6a Fix a silly darwin-only typo introduced during merge. by Anton Korobeynikov · 16 years ago
  66. ae4ccc1 Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there by Anton Korobeynikov · 16 years ago
  67. b8479fb switch ELF @GOTOFF references to use X86MCTargetExpr. by Chris Lattner · 16 years ago
  68. b6b2164 add an x86 implementation of MCTargetExpr for by Chris Lattner · 16 years ago
  69. 082f484 make MachineModuleInfoMachO hold non-const MCSymbol*'s instead by Chris Lattner · 16 years ago
  70. f62e3ee move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
  71. 3a78ce3 Make a new X8632_MachoTargetObjectFile TLOF implementation whose by Chris Lattner · 16 years ago
  72. a6ebba2 pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 16 years ago
  73. b866602 Big change #1 for personality function references: by Chris Lattner · 16 years ago