1. 98117a4 [MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFF by Reid Kleckner · 7 years ago
  2. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  3. 6054e65 Move TargetLoweringObjectFile from CodeGen to Target to fix layering by David Blaikie · 8 years ago
  4. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  5. 9b8e3d3 [Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86) by Davide Italiano · 8 years ago
  6. e023d62 [Triple] Add triple for Fuchsia by Petr Hosek · 9 years ago
  7. a9f85d6 [CodeGen] Add support for emitting .init_array instead of .ctors on FreeBSD. by Davide Italiano · 9 years ago
  8. 4367c7f Move the Mangler from the AsmPrinter down to TLOF and clean up the by Eric Christopher · 9 years ago
  9. 265ebd7 CodeGen: Use PLT relocations for relative references to unnamed_addr functions. by Peter Collingbourne · 9 years ago
  10. a3ea407 [X86] Use the correct alignment for COMDAT constant pool entries by David Majnemer · 10 years ago
  11. 5c0fa58 Remove DataLayout from TargetLoweringObjectFile, redirect to Module by Mehdi Amini · 10 years ago
  12. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  13. 072f93f Make NaCl's use of .init_array for static constructors match Linux by Derek Schuff · 11 years ago
  14. 618c67a [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents by Bruno Cardoso Lopes · 11 years ago
  15. 52b1391 [AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalents by Bruno Cardoso Lopes · 11 years ago
  16. 06a8eb8 [X86][ELF] Correct relocation for DWARF TLS references by Paul Robinson · 11 years ago
  17. 9f4cfc5 Revert r230979, should apply to all X86 ELF. by Paul Robinson · 11 years ago
  18. 10ae2e5 [PS4] Correct relocation for DWARF TLS references. by Paul Robinson · 11 years ago
  19. 24492b0 [AsmPrinter] Access pointers to globals via pcrel GOT entries by Bruno Cardoso Lopes · 11 years ago
  20. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  21. 8bce66b CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF by David Majnemer · 11 years ago
  22. c6d4efa Prune includes in X86 target. by Craig Topper · 12 years ago
  23. 7315602 Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
  24. daeafb4 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
  25. 7e198ad Revert r201622 and r201608. by Daniel Jasper · 12 years ago
  26. 09dcc6a Fix PR18743. by Rafael Espindola · 12 years ago
  27. 15b2669 Use a consistent argument order in TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  28. fa0f728 Pass the Mangler by reference. by Rafael Espindola · 12 years ago
  29. 1070501 Add LLVM_OVERRIDE to a few declarations. by Rafael Espindola · 12 years ago
  30. dee1057 WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations by David Majnemer · 12 years ago
  31. 2b6fc8d by Ulrich Weigand · 12 years ago
  32. 1b01ae8 PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation by David Blaikie · 12 years ago
  33. 802d755 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 13 years ago
  34. e42af36 Use TARGET2 relocation for TType references on ARM. by Anton Korobeynikov · 13 years ago
  35. 8ed4446 Rename to match other X86_64* names. by Bill Wendling · 13 years ago
  36. ca3e0ee Move the support for using .init_array from ARM to the generic by Rafael Espindola · 13 years ago
  37. b25fda9 Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations. by Craig Topper · 14 years ago
  38. 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
  39. bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  40. 750cb61 GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 14 years ago
  41. ce83fc3 Remove unnecessary argument. by Rafael Espindola · 14 years ago
  42. 0870434 Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and by Rafael Espindola · 14 years ago
  43. bbcaa40 Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 16 years ago
  44. 0344874 Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing by Bill Wendling · 16 years ago
  45. 2562356 rename getSymbolForDwarf* to getExprForDwarf* since it returns by Chris Lattner · 16 years ago
  46. 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
  47. 336c0a1 Revert Anton's most recent EH patch (r96637), since it breaks a lot of by Bob Wilson · 16 years ago
  48. 9baeb02 Use the same encoding for EH stuff uniformly on all MachO targets. by Anton Korobeynikov · 16 years ago
  49. d7d8afa Minor warning fixes (semicolons, newline at EOF). by Benjamin Kramer · 16 years ago
  50. ab663a0 Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 16 years ago
  51. 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
  52. 3a78ce3 Make a new X8632_MachoTargetObjectFile TLOF implementation whose by Chris Lattner · 16 years ago
  53. a6ebba2 pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 16 years ago
  54. b866602 Big change #1 for personality function references: by Chris Lattner · 16 years ago