1. 3b9733f [MC] Move EH DWARF encodings from MC to CodeGen, NFC by Reid Kleckner · 7 years ago
  2. af7b183 Remove trailing space by Fangrui Song · 7 years ago
  3. 717390c Remove boolean argument from isSuitableFromBSS. by Eric Christopher · 7 years ago
  4. 9532fa4 Cleanups for getKindForGlobal: by Eric Christopher · 7 years ago
  5. 42e9b96 Remove an unneeded (& mislayered) include from Target/TargetLoweringObjectFile on a CodeGen header by David Blaikie · 7 years ago
  6. fe42bd5 Move TargetLoweringObjectFile from CodeGen to Target to fix layering by David Blaikie · 7 years ago
  7. a5bd543 Place undefined globals in .bss instead of .data by Eli Friedman · 8 years ago
  8. 3ac3c01 Remove redundant includes from lib/Target/*.cpp. by Michael Zolotukhin · 8 years ago
  9. e3a9b4c Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  10. 2600a67 Don't pass the code model to MC by Rafael Espindola · 8 years ago
  11. 19ca2b0 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  12. 13aa077 Add support for #pragma clang section by Javed Absar · 8 years ago
  13. 4d5ff6d Remove unnecessary conditions as suggested by clang-tidy. NFC by Gabor Horvath · 8 years ago
  14. 3bd3533 [TargetLowering] Simplfiy a bit. NFCI. by Davide Italiano · 9 years ago
  15. bc347f2 CodeGen: simplify TargetMachine::getSymbol interface. NFC. by Tim Northover · 9 years ago
  16. 80e2a2f Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject. by Peter Collingbourne · 9 years ago
  17. 6c1574b Trying to fix Mangler memory leak in TargetLoweringObjectFile. by Eric Liu · 9 years ago
  18. 88a23b6 Move the Mangler from the AsmPrinter down to TLOF and clean up the by Eric Christopher · 9 years ago
  19. b85d8f4 [ARM] Add support for embedded position-independent code by Oliver Stannard · 9 years ago
  20. f62d1a8 Use isPositionIndependent(). NFC. by Rafael Espindola · 9 years ago
  21. 3cc0721 Simplify. NFC. by Rafael Espindola · 9 years ago
  22. 63b34cd IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
  23. 2dc6371 Don't pass a Reloc::Model to MC. by Rafael Espindola · 9 years ago
  24. b23b0ff [X86] Create mergeable constant pool entries for AVX by David Majnemer · 9 years ago
  25. 36935fd [X86] Use the correct alignment for COMDAT constant pool entries by David Majnemer · 10 years ago
  26. cfc74b7 Stop producing .data.rel sections. by Rafael Espindola · 10 years ago
  27. 8dcaa9f Drop prelink support. by Rafael Espindola · 10 years ago
  28. 05f66f3 CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering. by Peter Collingbourne · 10 years ago
  29. a5574d6 Remove DataLayout from TargetLoweringObjectFile, redirect to Module by Mehdi Amini · 10 years ago
  30. ffb22b8 Clean up redundant copies of Triple objects. NFC by Daniel Sanders · 10 years ago
  31. 0987211 Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  32. ad0b09d Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  33. 4a867c7 Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  34. 586c004 MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  35. 7521964 Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  36. 19696da MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  37. 2a9bbcb Remove superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 10 years ago
  38. 7605cdd COFF: Let globals with private linkage reside in their own section by David Majnemer · 10 years ago
  39. 76d3a99 Revert "COFF: Let globals with private linkage reside in their own section" by David Majnemer · 10 years ago
  40. 6526150 COFF: Let globals with private linkage reside in their own section by David Majnemer · 10 years ago
  41. 3b75cfe Add r228939 back with a fix. by Rafael Espindola · 11 years ago
  42. 821ec14 Revert "On ELF, put PIC jump tables in a non executable section." by Matthias Braun · 11 years ago
  43. c3c5d7c On ELF, put PIC jump tables in a non executable section. by Rafael Espindola · 11 years ago
  44. 8eeedf7 Put each jump table in an independent section if the function is too. by Rafael Espindola · 11 years ago
  45. 248a6cf Remove MergeableConst. by Rafael Espindola · 11 years ago
  46. 04bcc11 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
  47. 4c553e0 Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision by Lang Hames · 11 years ago
  48. 84acf09 Revert r224935 "Refactor duplicated code. No intended functionality change." by Lang Hames · 11 years ago
  49. 2a1c1c9 Refactor duplicated code. by Rafael Espindola · 11 years ago
  50. dc70865 Remove a bit of dead code. by Rafael Espindola · 11 years ago
  51. 9f85dcc Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  52. 38d8be1 CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF by David Majnemer · 11 years ago
  53. 575fc08 Target: Replace getSection().empty() with hasSection() by David Majnemer · 11 years ago
  54. c848b1b [C++] Use 'nullptr'. Target edition. by Craig Topper · 11 years ago
  55. eb0eb5d Target: whitespace by Saleem Abdulrasool · 11 years ago
  56. 1decd56 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 11 years ago
  57. b4aafff move getNameWithPrefix and getSymbol to TargetMachine. by Rafael Espindola · 12 years ago
  58. 737c9f6 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
  59. 9a92586 Revert r201622 and r201608. by Daniel Jasper · 12 years ago
  60. 6880f0e Fix PR18743. by Rafael Espindola · 12 years ago
  61. 965e3bc Use a consistent argument order in TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  62. e09411d Pass the Mangler by reference. by Rafael Espindola · 12 years ago
  63. 1c2827c Revert r199871 and replace it with a simple check in the debug info by Eric Christopher · 12 years ago
  64. 80664e5 Add a variable to track whether or not we've used a unique section, by Eric Christopher · 12 years ago
  65. b56c57b Move the llvm mangler to lib/IR. by Rafael Espindola · 12 years ago
  66. e3b54e2 Don't assert with private type info variables. by Rafael Espindola · 12 years ago
  67. 8e0f67d Make the llvm mangler depend only on DataLayout. by Rafael Espindola · 12 years ago
  68. fac7a9e Remove the isImplicitlyPrivate argument of getNameWithPrefix. by Rafael Espindola · 12 years ago
  69. cce5873 Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  70. 93cf093 Move getSymbol to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  71. 716a94f by Ulrich Weigand · 12 years ago
  72. 59eaa38 DebugInfo: PR14728: TLS support by David Blaikie · 12 years ago
  73. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  74. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  75. 25efd6d Use TARGET2 relocation for TType references on ARM. by Anton Korobeynikov · 13 years ago
  76. 3574eca Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  77. f2eed38 Typo. by Eric Christopher · 13 years ago
  78. 4e02f23 Prune some includes by Craig Topper · 13 years ago
  79. 7302d80 Remove some dead code and tidy things up now that vectors use ConstantDataVector by Chris Lattner · 14 years ago
  80. 29cc6cb C++, CBE, and TLOF support for ConstantDataSequential by Chris Lattner · 14 years ago
  81. 732f05c Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 14 years ago
  82. 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  83. 8a8d479 Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 14 years ago
  84. 203576a Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  85. e76a33b Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
  86. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  87. 9bc402c Fix up TargetLoweringObjectFile ctors to properly initialize fields. by Evan Cheng · 14 years ago
  88. 4c0c446 Use the presence of the __compact_unwind section to indicate that a target by Bill Wendling · 14 years ago
  89. 1a3ab63 Add a flag that indicates whether a target supports compact unwind info or not. by Bill Wendling · 14 years ago
  90. aa0a8f3 Add a __LD,__compact_unwind section. by Bill Wendling · 14 years ago
  91. 7d715df Fix a FIXME by making GlobalVariable::getInitializer() return a by Jay Foad · 14 years ago
  92. 087aad4 Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one by Bill Wendling · 14 years ago
  93. 5426a9e GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 14 years ago
  94. 60246a9 Remove unnecessary argument. by Rafael Espindola · 14 years ago
  95. 7afec9c Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and by Rafael Espindola · 14 years ago
  96. 4788c3e Remove unused arguments. by Rafael Espindola · 14 years ago
  97. 6144686 MSVC needs the return 0 to compile. by Francois Pichet · 14 years ago
  98. 30deafc Put each personality function in a section. This fixes the gnu ld warning: by Rafael Espindola · 14 years ago
  99. f0adba9 Add 129518 back with a fix for when we are producing eh just because of debug info. by Rafael Espindola · 14 years ago
  100. bcb8c6d Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This reduces the" by NAKAMURA Takumi · 14 years ago