1. 60ec383 Support multiple COFF sections with the same name but different COMDAT. by Rafael Espindola · 12 years ago
  2. 25b61db Revert "Micro-optimization" by Bill Wendling · 12 years ago
  3. e133ed8 Move getSymbol to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  4. 3d96acb [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for COFF by David Majnemer · 12 years ago
  5. c31c2de Revert "Reapply r185872 now that the address sanitizer has been changed to support this." by Arnold Schwaighofer · 12 years ago
  6. f76d6b3 Revert "coff also doesn't have a ReadOnlySection yet, (!)" by David Majnemer · 12 years ago
  7. b80f979 Reapply r185872 now that the address sanitizer has been changed to support this. by Bill Wendling · 12 years ago
  8. 7fdaee8 Use proper section suffix for COFF weak symbols by Nico Rieck · 12 years ago
  9. 8d2d79d Revert r185872 - "Stop emitting weak symbols into the "coal" sections" by Alexander Potapenko · 12 years ago
  10. 0176708 Stop emitting weak symbols into the "coal" sections. by Bill Wendling · 12 years ago
  11. a37acf7 MC: Implement COFF .linkonce directive by Nico Rieck · 12 years ago
  12. 1b01ae8 PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation by David Blaikie · 12 years ago
  13. f269497 DebugInfo: PR14728: TLS support by David Blaikie · 12 years ago
  14. 55a9c97 Micro-optimization by Bill Wendling · 12 years ago
  15. d973ca3 [mc-coff] Forward Linker Option flags into the .drectve section by Reid Kleckner · 13 years ago
  16. 2810a0a Windows TLS: Section name prefix to ensure correct order by Anton Korobeynikov · 13 years ago
  17. a69d0aa Remove unused #includes. by Bill Wendling · 13 years ago
  18. 9585612 [MC/Mach-O] Implement integrated assembler support for linker options. by Daniel Dunbar · 13 years ago
  19. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  20. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  21. e42af36 Use TARGET2 relocation for TType references on ARM. by Anton Korobeynikov · 13 years ago
  22. f1aef75 [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev! by Michael J. Spencer · 13 years ago
  23. 5da3f05 Revert the majority of the next patch in the address space series: by Chandler Carruth · 13 years ago
  24. 4bb926d Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis. by Micah Villmow · 13 years ago
  25. 0c61134 Revert 165732 for further review. by Micah Villmow · 13 years ago
  26. 0831897 Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. by Micah Villmow · 13 years ago
  27. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  28. d163405 Remove tabs. by Bill Wendling · 13 years ago
  29. ca3e0ee Move the support for using .init_array from ARM to the generic by Rafael Espindola · 13 years ago
  30. f1b14b7 Look for the 'Is Simulated' module flag. This indicates that the program is compiled to run on a simulator. by Bill Wendling · 14 years ago
  31. a22828e Fix to make sure that a comdat group gets generated correctly for a static member by Anton Korobeynikov · 14 years ago
  32. 368d460 ... and it's probably best to use the correct alignment, rather than just guessing that it's the same as the size. by David Chisnall · 14 years ago
  33. 8fa1716 It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ld sulk. GNU ld is perfectly happy with it, which is worrying for a whole other set of reasons... by David Chisnall · 14 years ago
  34. a0009ee Use 'getDataNoRel' for the section kind. by Bill Wendling · 14 years ago
  35. 734909a Modify the code that emits the module flags to use the new module flags accessor by Bill Wendling · 14 years ago
  36. 06df772 Add code to the target lowering object file module to handle module flags. by Bill Wendling · 14 years ago
  37. c6b4017 Add support for implicit TLS model used with MS VC runtime. Patch by Kai Nacke! by Anton Korobeynikov · 14 years ago
  38. 7722a2d Properly emit ctors / dtors with priorities into desired sections by Anton Korobeynikov · 14 years ago
  39. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  40. e4cc332 On MachO, the pointer to the personality function should always be in the by Bill Wendling · 14 years ago
  41. 1f97a5a Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 14 years ago
  42. 57e3aaa Check the visibility of the global variable before placing it into the stubs by Bill Wendling · 14 years ago
  43. bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  44. 7679299 Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
  45. ccf243d Fix an obvious typo that's preventing x86 (32-bit) from using .literal16. by Evan Cheng · 14 years ago
  46. 2d7faa5 Fix up TargetLoweringObjectFile ctors to properly initialize fields. by Evan Cheng · 14 years ago
  47. 9af2fa9 Use the presence of the __compact_unwind section to indicate that a target by Bill Wendling · 14 years ago
  48. f942585 Add a flag that indicates whether a target supports compact unwind info or not. by Bill Wendling · 14 years ago
  49. d346304 Add a __LD,__compact_unwind section. by Bill Wendling · 14 years ago
  50. 51d2d7a Fix invalid uses of Twine. Hopefully this fixes the problem that Takumi is by Rafael Espindola · 14 years ago
  51. c85e0d8 Fix a silly error I introduce in r131951. Fixes PR10095. by Rafael Espindola · 14 years ago
  52. 041ec4a Add the suffix to the Win64 EH data sections' names if given. Add a test for by Charles Davis · 14 years ago
  53. 936847d Revert r132111. I built Release (without Asserts), so I didn't know about the by Charles Davis · 14 years ago
  54. 4be76e2 Align Win64 EH Table sections to 4 bytes. by Charles Davis · 14 years ago
  55. 0d018b1 Explain FIXME. by Rafael Espindola · 14 years ago
  56. 0f33be1 Fix the defaults for .eh_frame. We were marking it as writable. by Rafael Espindola · 14 years ago
  57. 1a1d477 Fix typo. When will I learn? by Charles Davis · 14 years ago
  58. bc1feb1 Add .pdata and .xdata sections to the COFF TLOF implementation. by Charles Davis · 14 years ago
  59. a48b137 Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one by Bill Wendling · 14 years ago
  60. 750cb61 GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 14 years ago
  61. ce83fc3 Remove unnecessary argument. by Rafael Espindola · 14 years ago
  62. 0870434 Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and by Rafael Espindola · 14 years ago
  63. 3989776 Fix indentation. by Rafael Espindola · 14 years ago
  64. e473aaf Remove unused arguments. by Rafael Espindola · 15 years ago
  65. cd01ed5 ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS by Daniel Dunbar · 15 years ago
  66. 4a7783b CodeGen: Eliminate a use of getDarwinMajorNumber(). by Daniel Dunbar · 15 years ago
  67. a83b177 Put each personality function in a section. This fixes the gnu ld warning: by Rafael Espindola · 15 years ago
  68. 12d5312 Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  69. 08b4daa Revert 127939. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  70. 83d4a28 Revise r126127 to address Daniel's comments. <rdar://problem/9012638> by Stuart Hastings · 15 years ago
  71. 601a11e Fix llvm-gcc bootstrap with gnu ld. by Rafael Espindola · 15 years ago
  72. 9b48fef Revert r125960, it's breaking darwin10 bootstrap. by Eric Christopher · 15 years ago
  73. b4863a4 Fix to correctly support attribute((section("__DATA, __common"))). by Stuart Hastings · 15 years ago
  74. 8fbe09f Reapply r114997 now that the buildbots have been updated. by Bill Wendling · 15 years ago
  75. 70d8015 Switch llvm to using comdats. For now always use groups with a single section. by Rafael Espindola · 15 years ago
  76. 4b7b7fb Delay the creation of eh_frame so that the user can change the defaults. by Rafael Espindola · 15 years ago
  77. 0e7e34e Remove more duplicated code. by Rafael Espindola · 15 years ago
  78. aea4958 Remove duplicated code. by Rafael Espindola · 15 years ago
  79. 0a017a6 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  80. a945a34 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
  81. 56eb7412 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
  82. 9bb44a5 Fixed version of 118639 with an extra assert to catch similar problems by Rafael Espindola · 15 years ago
  83. 0f83d96 COFF: Add IMAGE_SCN_MEM_READ to text sections. by Michael J. Spencer · 15 years ago
  84. fbdab0d Fix whitespace. by Michael J. Spencer · 15 years ago
  85. 392f084 lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak to emit ".{section}${name}" instead of ".{section}$linkonce_{name}" for linkonce sections. by NAKAMURA Takumi · 15 years ago
  86. fc3642b Do not check that the bodies of two defs of same linkonce global are the same. by Anton Korobeynikov · 15 years ago
  87. b0b2c57 Revert r114997. It was causing a failure on darwin10-selfhost. by Bill Wendling · 15 years ago
  88. d848beb Fix a FIXME. _foo.eh symbols are currently always exported so that the linker by Bill Wendling · 15 years ago
  89. 9f06f91 the latest assembler that runs on powerpc 10.4 machines doesn't by Chris Lattner · 15 years ago
  90. 34bfab0 two changes: by Chris Lattner · 15 years ago
  91. 60b1316 fix the definitions of ConstTextCoalSection/ConstDataCoalSection by Chris Lattner · 15 years ago
  92. e415230 Fix a major regression on COFF targets introduced by r103267: 'discardable' section means that it is used only during the program load and can be discarded afterwards. by Anton Korobeynikov · 15 years ago
  93. 329d202 MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael by Daniel Dunbar · 15 years ago
  94. 3632171 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  95. 1767723 Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  96. 19a4b84 Add support for initialized global data for darwin tls. Update comments by Eric Christopher · 15 years ago
  97. 6fdea1b Add full bss data support for darwin tls variables. by Eric Christopher · 15 years ago
  98. 9635b3d More data/parsing support for tls directives. Add a few more testcases by Eric Christopher · 15 years ago
  99. bf79238 Add some section and constant support for darwin TLS. by Eric Christopher · 15 years ago
  100. 0284493 add COFF support for COMDAT sections, patch by Nathan Jeffords! by Chris Lattner · 15 years ago