1. 6381a13 Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mingw) by Anton Korobeynikov · 17 years ago
  2. 32b952a Reapply 56585:56589 with proper fix for some gcc versions by Anton Korobeynikov · 17 years ago
  3. 688535e Temporarily backing out 56585:56589 to unbreak the build. by Evan Cheng · 17 years ago
  4. 742fd19 Minor cleanup by Anton Korobeynikov · 17 years ago
  5. 8490322 Use crazy template-based inheritance instead of virtual one. by Anton Korobeynikov · 17 years ago
  6. 00181a3 Get rid of ReadOnlySection duplicate by Anton Korobeynikov · 17 years ago
  7. 6481873 Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection by Anton Korobeynikov · 17 years ago
  8. 315690e Get rid of duplicate char*/Section* DataSection by Anton Korobeynikov · 17 years ago
  9. d7ca416 Get rid of duplicate char*/Section* TextSection by Anton Korobeynikov · 17 years ago
  10. b2dfb89 Fix logic for not emitting no-dead-strip for some by Dale Johannesen · 17 years ago
  11. a177871 Reapply 55901: Drop unused variable by Anton Korobeynikov · 17 years ago
  12. c4da15a Reapply 55900: We do support EH on x86-64! by Anton Korobeynikov · 17 years ago
  13. a425e00 Reverting r55898 to r55909. One of these patches was causing an ICE during the full bootstrap on Darwin: by Bill Wendling · 17 years ago
  14. 9bf41ef Drop unused variable by Anton Korobeynikov · 17 years ago
  15. 28b1dea We do support EH on x86-64! by Anton Korobeynikov · 17 years ago
  16. d0c1e29 Reduce heap trashing due to std::string construction / concatenation via caching of section flags string representations by Anton Korobeynikov · 17 years ago
  17. 16b7f51 Generalize by Anton Korobeynikov · 17 years ago
  18. cff2ea0 Fix a FIXME :) by Anton Korobeynikov · 17 years ago
  19. 18f6ed9 Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code by Anton Korobeynikov · 17 years ago
  20. 7705ea3 Remove a FIXME: we really need to use const_data section on darwin for by Anton Korobeynikov · 17 years ago
  21. ac2673e Add FIXME for future checking. by Anton Korobeynikov · 17 years ago
  22. b126f3b Add missed section by Anton Korobeynikov · 17 years ago
  23. 9a06ed9 Distinguish .const and .const_data on Darwin, when needed. This is somehow crazy :) by Anton Korobeynikov · 17 years ago
  24. f56c2f7 Weak stuff always goes to coalesced sections on Darwin by Anton Korobeynikov · 17 years ago
  25. c5a7e40 Add FIXME needed to be resolved later by Anton Korobeynikov · 17 years ago
  26. a3af0bf Typo by Anton Korobeynikov · 17 years ago
  27. 0d44ba8 First sketch of special section objects by Anton Korobeynikov · 17 years ago
  28. c5c92f6 Honour text sections by Anton Korobeynikov · 17 years ago
  29. c33a744 Use isWeakForLinker() hook by Anton Korobeynikov · 17 years ago
  30. 7e7fc82 Another bunch of hacks for named sections support by Anton Korobeynikov · 17 years ago
  31. 1290ecf Typo by Anton Korobeynikov · 17 years ago
  32. 87fc6b4 Drop mergeable flag, if size is no suitable by Anton Korobeynikov · 17 years ago
  33. 2a88917 Fix several bugs in named sections handling by Anton Korobeynikov · 17 years ago
  34. b20015b Add hacky way to distinguish named and named sections. This will be generalized in the future. by Anton Korobeynikov · 17 years ago
  35. 4039e68 Add funny darwin section selection logic by Anton Korobeynikov · 17 years ago
  36. 01b0e24 Handle ELF mergeable sections by Anton Korobeynikov · 17 years ago
  37. 4260ad3 Provide section selection for X86 ELF targets by Anton Korobeynikov · 17 years ago
  38. 265c525 Provide general hook for section name calculation by Anton Korobeynikov · 17 years ago
  39. 6d82942 Print entity size for mergeable sections by Anton Korobeynikov · 17 years ago
  40. f447e3d Split PrintSectionFlags by Anton Korobeynikov · 17 years ago
  41. b9a02fc Split UniqueSectionForGlobal() by Anton Korobeynikov · 17 years ago
  42. b9e58ef Split PreferredEHDataFormat hook by Anton Korobeynikov · 17 years ago
  43. 4468b7a Split X86TargetAsmInfo into 4 subtarget-specific classes by Anton Korobeynikov · 17 years ago
  44. 8210045 Whitespace cleanup by Anton Korobeynikov · 17 years ago
  45. 6e405f3 Move flag decoding stuff into special hook by Anton Korobeynikov · 17 years ago
  46. 29b03f7 Properly handle linkonce stuff by Anton Korobeynikov · 17 years ago
  47. c0f41db Provide skeletone code for calculation of section, where global should be emitted into by Anton Korobeynikov · 17 years ago
  48. ececf99 Linux also does not require exception handling by Duncan Sands · 17 years ago
  49. aa8f888 Darwin doesn't need exception handling information for the "move" info when by Bill Wendling · 17 years ago
  50. 428ac54 Add StringConstantPrefix to control what the by Dale Johannesen · 17 years ago
  51. 671fa97 Output correct exception handling and frame info by Duncan Sands · 17 years ago
  52. 600bf16 Use a dedicated IsLinux flag instead of an ELFLinux TargetType. by Dan Gohman · 17 years ago
  53. a779a98 Add AsmPrinter support for emitting a directive to declare that by Dan Gohman · 17 years ago
  54. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  55. 27c3105 Use ## for comment delimiter on darwin x86-32, so by Dale Johannesen · 17 years ago
  56. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
  57. bebc364 On Darwin, GCC issues a ".globl" for something that has a "visibility protected" by Bill Wendling · 17 years ago
  58. 8213f9c Use enumeration for preffered EH dwarf encoding reason by Anton Korobeynikov · 17 years ago
  59. fb8075d Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries. by Evan Cheng · 17 years ago
  60. cee750f Preparation step for some cleanup/generalization in EH information emission: by Anton Korobeynikov · 17 years ago
  61. 4af3494 Fix and enable EH for x86-64 Darwin. Adds by Dale Johannesen · 18 years ago
  62. c7406ae Weak things initialized to 0 don't go in bss on Darwin. by Dale Johannesen · 18 years ago
  63. 038129d Emit unused EH frames for weak definitions on Darwin, by Dale Johannesen · 18 years ago
  64. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  65. 1d4ce2a Fix .eh table linkage issues on Darwin. Some EH support by Dale Johannesen · 18 years ago
  66. b1d40d9 Revert previous; these files aren't ready to go in yet. by Dale Johannesen · 18 years ago
  67. b97aec6 Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 18 years ago
  68. ef4a661 Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf by Bill Wendling · 18 years ago
  69. d60da49 The personality function on Darwin needs a global stub. We then refer to by Bill Wendling · 18 years ago
  70. adbda02 Add the PCSymbol for Darwin x86 platforms. by Bill Wendling · 18 years ago
  71. 095546c Use only 1 knob to enable exceptions on Darwin :). by Anton Korobeynikov · 18 years ago
  72. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 18 years ago
  73. 59db3ec Minor cleanup: by Anton Korobeynikov · 18 years ago
  74. 2365f51 Long live the exception handling! by Anton Korobeynikov · 18 years ago
  75. 6445f61 Remove a redundant newline in the asm output for ELF .rodata sections. by Dan Gohman · 18 years ago
  76. 0ff3ca4 More DWARF-related things cleanup: by Anton Korobeynikov · 18 years ago
  77. 2a07e2f Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 18 years ago
  78. 6f858e2 Sets the section names for fixed-size constants and use the mergeable by Dan Gohman · 18 years ago
  79. 79dda2b Fix couple of bugs connected with eh info: by Anton Korobeynikov · 18 years ago
  80. edb4a6b Use correct PC symbol by Anton Korobeynikov · 18 years ago
  81. 71144d8 Adjust correct EH-related sections by Anton Korobeynikov · 18 years ago
  82. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 18 years ago
  83. 3e9f1d0 fix breakage from last night, simplify code. by Chris Lattner · 18 years ago
  84. f0b5d56 Put constant data to .const, .const_data, .literal{4|8|16} sections. by Evan Cheng · 18 years ago
  85. a6199c8 Fix DWARF debugging information on x86/Linux and (hopefully) by Anton Korobeynikov · 18 years ago
  86. 6641309 External weak linkage is supported by recent binutils on mingw32. by Anton Korobeynikov · 18 years ago
  87. b267ca1 Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections. by Evan Cheng · 19 years ago
  88. b266ccd Modify emission of jump tables on darwin to emit an extra "l" label that by Chris Lattner · 19 years ago
  89. 42ca450 darwin doesn't support .bss, but it does have .zerofill by Chris Lattner · 19 years ago
  90. cb90099 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 19 years ago
  91. 1150286 Make inline ASM the INTEL one if it's in that emission mode. by Bill Wendling · 19 years ago
  92. eb9a42c Fix for PR1095: by Bill Wendling · 19 years ago
  93. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
  94. 9e1b1cf Make use of isInteger vs isIntegral more explicit by Chris Lattner · 19 years ago
  95. 1a85645 No hidden visiblity on Mingw32/Cygwin by Anton Korobeynikov · 19 years ago
  96. 43bbc5c add support for hidden visibility to darwin/x86 by Chris Lattner · 19 years ago
  97. 286bf46 remove over-general code. by Chris Lattner · 19 years ago
  98. 7aa8a45 Adjust #includes to compensate for lost of DerivedTypes.h in TargetLowering.h by Reid Spencer · 19 years ago
  99. a54b7cb For PR1064: by Reid Spencer · 19 years ago
  100. 52a457c relax type by Chris Lattner · 19 years ago