1. 964b70d [X86] Create mergeable constant pool entries for AVX by David Majnemer · 10 years ago
  2. a3ea407 [X86] Use the correct alignment for COMDAT constant pool entries by David Majnemer · 10 years ago
  3. 449711c Stop producing .data.rel sections. by Rafael Espindola · 10 years ago
  4. 65e4902 Drop prelink support. by Rafael Espindola · 10 years ago
  5. 94d7786 CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering. by Peter Collingbourne · 10 years ago
  6. 5c0fa58 Remove DataLayout from TargetLoweringObjectFile, redirect to Module by Mehdi Amini · 10 years ago
  7. c81f450 Clean up redundant copies of Triple objects. NFC by Daniel Sanders · 10 years ago
  8. 8d8b13d Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  9. fa555dc Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  10. d6d12a1 Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  11. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  12. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  13. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  14. 75e0c4b Remove superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
  15. 7db449a COFF: Let globals with private linkage reside in their own section by David Majnemer · 11 years ago
  16. 63b1d99 Revert "COFF: Let globals with private linkage reside in their own section" by David Majnemer · 11 years ago
  17. 47e3842 COFF: Let globals with private linkage reside in their own section by David Majnemer · 11 years ago
  18. df19519 Add r228939 back with a fix. by Rafael Espindola · 11 years ago
  19. 33cc107 Revert "On ELF, put PIC jump tables in a non executable section." by Matthias Braun · 11 years ago
  20. 203c5b9 On ELF, put PIC jump tables in a non executable section. by Rafael Espindola · 11 years ago
  21. 29786d4 Put each jump table in an independent section if the function is too. by Rafael Espindola · 11 years ago
  22. 33804ca Remove MergeableConst. by Rafael Espindola · 11 years ago
  23. 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
  24. 1e923ec Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision by Lang Hames · 11 years ago
  25. 66f755f Revert r224935 "Refactor duplicated code. No intended functionality change." by Lang Hames · 11 years ago
  26. bed67f3 Refactor duplicated code. by Rafael Espindola · 11 years ago
  27. 35a12a8 Remove a bit of dead code. by Rafael Espindola · 11 years ago
  28. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  29. 8bce66b CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF by David Majnemer · 11 years ago
  30. 483e4e0 Target: Replace getSection().empty() with hasSection() by David Majnemer · 11 years ago
  31. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  32. 0d3d6c4 Target: whitespace by Saleem Abdulrasool · 12 years ago
  33. 442f784 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 12 years ago
  34. a3ad4e6 move getNameWithPrefix and getSymbol to TargetMachine. by Rafael Espindola · 12 years ago
  35. daeafb4 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
  36. 7e198ad Revert r201622 and r201608. by Daniel Jasper · 12 years ago
  37. 09dcc6a Fix PR18743. by Rafael Espindola · 12 years ago
  38. 15b2669 Use a consistent argument order in TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  39. fa0f728 Pass the Mangler by reference. by Rafael Espindola · 12 years ago
  40. 2037caf Revert r199871 and replace it with a simple check in the debug info by Eric Christopher · 12 years ago
  41. 15abef6 Add a variable to track whether or not we've used a unique section, by Eric Christopher · 12 years ago
  42. 894843c Move the llvm mangler to lib/IR. by Rafael Espindola · 12 years ago
  43. 170a6e7 Don't assert with private type info variables. by Rafael Espindola · 12 years ago
  44. 5887356 Make the llvm mangler depend only on DataLayout. by Rafael Espindola · 12 years ago
  45. 117b20c Remove the isImplicitlyPrivate argument of getNameWithPrefix. by Rafael Espindola · 12 years ago
  46. f4e6b29 Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  47. e133ed8 Move getSymbol to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  48. 2b6fc8d by Ulrich Weigand · 12 years ago
  49. f269497 DebugInfo: PR14728: TLS support by David Blaikie · 12 years ago
  50. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  51. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  52. e42af36 Use TARGET2 relocation for TType references on ARM. by Anton Korobeynikov · 13 years ago
  53. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  54. de9e92e Typo. by Eric Christopher · 14 years ago
  55. 1fcf5bc Prune some includes by Craig Topper · 14 years ago
  56. 8213c8a Remove some dead code and tidy things up now that vectors use ConstantDataVector by Chris Lattner · 14 years ago
  57. 139822f C++, CBE, and TLOF support for ConstantDataSequential by Chris Lattner · 14 years ago
  58. f3e8502 Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 14 years ago
  59. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  60. 50f02cb Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 14 years ago
  61. bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  62. 7679299 Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
  63. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  64. 2d7faa5 Fix up TargetLoweringObjectFile ctors to properly initialize fields. by Evan Cheng · 14 years ago
  65. 9af2fa9 Use the presence of the __compact_unwind section to indicate that a target by Bill Wendling · 14 years ago
  66. f942585 Add a flag that indicates whether a target supports compact unwind info or not. by Bill Wendling · 14 years ago
  67. d346304 Add a __LD,__compact_unwind section. by Bill Wendling · 14 years ago
  68. 6002068 Fix a FIXME by making GlobalVariable::getInitializer() return a by Jay Foad · 14 years ago
  69. a48b137 Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one by Bill Wendling · 15 years ago
  70. 750cb61 GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 15 years ago
  71. ce83fc3 Remove unnecessary argument. by Rafael Espindola · 15 years ago
  72. 0870434 Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and by Rafael Espindola · 15 years ago
  73. e473aaf Remove unused arguments. by Rafael Espindola · 15 years ago
  74. 47f86e6 MSVC needs the return 0 to compile. by Francois Pichet · 15 years ago
  75. a83b177 Put each personality function in a section. This fixes the gnu ld warning: by Rafael Espindola · 15 years ago
  76. a01cdb0 Add 129518 back with a fix for when we are producing eh just because of debug info. by Rafael Espindola · 15 years ago
  77. b5e3e9d Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This reduces the" by NAKAMURA Takumi · 15 years ago
  78. aa2a7cd Change ELF systems to use CFI for producing the EH tables. This reduces the by Rafael Espindola · 15 years ago
  79. 4b7b7fb Delay the creation of eh_frame so that the user can change the defaults. by Rafael Espindola · 15 years ago
  80. ea4e983 minor change to rafael's recent patches: if something is by Chris Lattner · 15 years ago
  81. cba4c33 Only put unnamed_addr constants in mergeable sections. Fixes PR8297. by Rafael Espindola · 15 years ago
  82. 9f06f91 the latest assembler that runs on powerpc 10.4 machines doesn't by Chris Lattner · 15 years ago
  83. f1d8304 Eliminate unnecessary uses of getZExtValue(). by Dan Gohman · 15 years ago
  84. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  85. aed00fa fix GetOrCreateTemporarySymbol to require a name, clients by Chris Lattner · 16 years ago
  86. be3242b finally give Mangler a getSymbol method, which returns an MCSymbol by Chris Lattner · 16 years ago
  87. 47bef1a make TargetLoweringObjectFile::getExprForDwarfReference by Chris Lattner · 16 years ago
  88. 03627cb fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference by Chris Lattner · 16 years ago
  89. 2562356 rename getSymbolForDwarf* to getExprForDwarf* since it returns by Chris Lattner · 16 years ago
  90. 71c30c1 move three lowering hooks from MAI to TLOF and make one of them by Chris Lattner · 16 years ago
  91. ac2361a set the temporary bit on MCSymbols correctly. by Chris Lattner · 16 years ago
  92. 85e5081 Make error statement more personal. by Bill Wendling · 16 years ago
  93. ab663a0 Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 16 years ago
  94. 397aecb Add suffix for stubs, so we won't have name clashes with private symbols. by Anton Korobeynikov · 16 years ago
  95. 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
  96. 94b993e Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 16 years ago
  97. cd2915e stop using the .lcomm pseudoop on darwin, instead, directly use the by Chris Lattner · 16 years ago
  98. b253421 make TLOF subclassify BSS based on linkage type into private, external by Chris Lattner · 16 years ago
  99. a986aa3 fix a significant difference between llvm and gcc on ELF systems: by Chris Lattner · 16 years ago
  100. 5b585f8 introduce a section kind for common linkage. Use this to slightly by Chris Lattner · 16 years ago