1. c96b249 Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less by Eli Friedman · 15 years ago
  2. 8509824 Move CodeGenOptions.h *back* into Frontend. This should have been done when the by Chandler Carruth · 15 years ago
  3. 0832963 Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> by Douglas Gregor · 15 years ago
  4. 95a546e Add an option to specify the target C++ ABI to the frontend. Use it to by Charles Davis · 15 years ago
  5. 635186a Get rid of getMangledCXXCtorName and getMangledCXXDtorName. by Anders Carlsson · 15 years ago
  6. d4ce4e4 Get rid of an unnecessary getMangledName overload. by Anders Carlsson · 15 years ago
  7. c2af939 When deciding whether a deferred declaration has already been emitted, by John McCall · 15 years ago
  8. 4e786dd IRgen: Add a stub class for generating ABI-specific C++ code. by Charles Davis · 15 years ago
  9. 7cb0220 If a function definition has any sort of weak linkage, its static local by John McCall · 15 years ago
  10. 500d9f8 Disable the available_externally optimization for inline virtual by Douglas Gregor · 15 years ago
  11. 88d292c Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 15 years ago
  12. d8bb3af Do not give implicitly-defined virtual members functions by Douglas Gregor · 16 years ago
  13. d450f06 When we emit a non-constant initializer for a global variable of by Douglas Gregor · 16 years ago
  14. 0dec1e0 IRGen for initialization/destruction of by Fariborz Jahanian · 16 years ago
  15. d06fb86 Properly pass the address of a lazily-generated function declaration with by John McCall · 16 years ago
  16. d3fa701 More -fno-constant-cfstrings API work. by Fariborz Jahanian · 16 years ago
  17. e804c28 More work toward implementing NeXt's -fno-constant-cfstrings - wip. by Fariborz Jahanian · 16 years ago
  18. 63408e8 Support for -fno-constant-cfstrings option - wip. by Fariborz Jahanian · 16 years ago
  19. 47cf5b5 Add comment explaning the use of c99 inline in c++. by Rafael Espindola · 16 years ago
  20. 145f3f1 Fix -Wcast-qual warnings. by Dan Gohman · 16 years ago
  21. 683fe4f If a method is virtual and the class key function is in another file, emit the method as available_externally. by Rafael Espindola · 16 years ago
  22. 11e5140 Vtable -> VTable renames across the board. by Anders Carlsson · 16 years ago
  23. d8d760c unbreak tests. by Chris Lattner · 16 years ago
  24. 7a4a29f minor cleanups by Chris Lattner · 16 years ago
  25. 2e8ca0b Fix use after free. Incrementing an use_iterator after its user is erased is unsafe. by Benjamin Kramer · 16 years ago
  26. d394aec rely even less on CallInst internals by Gabor Greif · 16 years ago
  27. d0ef134 do not rely on CallInst interna, use CallSite to access arguments by Gabor Greif · 16 years ago
  28. 6936c86 Provide an extremely unsatisfactory diagnostic (instead of crashing) when by John McCall · 16 years ago
  29. eadd3ca Eliminate excessive PCH deserialization caused by the search for by Douglas Gregor · 16 years ago
  30. cc2ab0c Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 16 years ago
  31. f7f3bff Revert r100193 since it causes failures in objc in clang by Mon P Wang · 16 years ago
  32. 4b82a88 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 16 years ago
  33. e675d0f adjust to IRBuilder change and use faster DebugLoc apis. by Chris Lattner · 16 years ago
  34. be49c03 use the new optimized debug info metadata accessors. In by Chris Lattner · 16 years ago
  35. adb58e3 Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. by Bob Wilson · 16 years ago
  36. 231e997 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset by Mon P Wang · 16 years ago
  37. adcc1d1 When given the magic class __cxxabiv1::__fundamental_type_info, produce by Rafael Espindola · 16 years ago
  38. fa1708fd revert 99311. Looks like it broke darwin bootstrap. by Rafael Espindola · 16 years ago
  39. 4d3745a Avoid producing implicit methods when we have a explicit template instantiation by Rafael Espindola · 16 years ago
  40. af82f63 Always emit associated thunks when emitting the function itself. Remove getVtableAddressPoint, it's not used. by Anders Carlsson · 16 years ago
  41. 8841024 Rename MaybeEmitVtable to EmitVTableRelatedData in preparation for making it emit thunks as well. by Anders Carlsson · 16 years ago
  42. a864caf Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTableInfo class. by Anders Carlsson · 16 years ago
  43. fe06df4 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 16 years ago
  44. 7ec5043 Change CodeGenModule to rely on the Module's symbol table instead of by John McCall · 16 years ago
  45. b14d123 Give explicit template instantiations weak ODR linkage. Former by Douglas Gregor · 16 years ago
  46. 17b7618 Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent by Douglas Gregor · 16 years ago
  47. 89cae0f Reinstate patch to turn explicit template instantiations into weak symbols by Douglas Gregor · 16 years ago
  48. 539bc40 Revert the linkage change for explicit template instantiations; something is amiss by Douglas Gregor · 16 years ago
  49. ee3f722 Give explicit template instantiations weak linkage (but don't defer by Douglas Gregor · 16 years ago
  50. e7113ca Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 16 years ago
  51. f0a0f68 Add a message to these asserts. by Benjamin Kramer · 16 years ago
  52. beec5a0 Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), by John McCall · 16 years ago
  53. 2e42fec Fix PR6473. by Rafael Espindola · 16 years ago
  54. 731be66 Revert changes r97693, r97700, and r97718. by John McCall · 16 years ago
  55. 9eba9df Refactor local class name mangling and make it ABI conforming. by Fariborz Jahanian · 16 years ago
  56. 6abe39c Create a TargetMachine whenever we create a CodeGenAction. The codegen of by John McCall · 16 years ago
  57. 70e040d During codegen assert that any copy assignment, destructor or constructor that by Rafael Espindola · 16 years ago
  58. c18086a Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 16 years ago
  59. f8ff7b9 Perform two more constructor/destructor code-size optimizations: by John McCall · 16 years ago
  60. d432414 Re-introduce the ctor/dtor alias optimization, this time hidden behind a by John McCall · 16 years ago
  61. 334ce7c Revert the ctor/dtor alias optimization for now; the buildbots can detect by John McCall · 16 years ago
  62. 67cea74 Emit complete constructors and destructors as aliases to base constructors by John McCall · 16 years ago
  63. 7f4945a Remove use of 'std::string' from Attr objects, using instead a byte by Ted Kremenek · 16 years ago
  64. 340aafa Emit global references with constant initializers as constants. Fixes PR5585. by John McCall · 16 years ago
  65. 10d369d Improved handling of the visibility attribute. Declarations now inherit their parent's visibility. by Anders Carlsson · 16 years ago
  66. 61f6db5 Switch CodeGen's "is this variable declaration a definition?" logic by Douglas Gregor · 16 years ago
  67. 6710c53 Use the correct function info for constructors when applying function attributes. Fixes PR6245. by Anders Carlsson · 16 years ago
  68. 7dc5c17 When a function or variable somehow depends on a type or declaration by Douglas Gregor · 16 years ago
  69. 5b5d2db Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 16 years ago
  70. 5ca7984 In C++, an initializer on a variable doesn't necessarily mean it's the definition. With that in mind, rename getDefinition to getAnyInitializer (to distinguish it from getInit) and reimplement it in terms of isThisDeclarationADefinition. Update all code to use this new function. by Sebastian Redl · 16 years ago
  71. 160146e Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, by Ken Dyck · 16 years ago
  72. a0f99ff Use CharUnits for alignment of UTF16 string in GetAddrOfConstantCFString(). by Ken Dyck · 16 years ago
  73. ca4a545 Use the right definition when emitting a global variable. Fixes PR5564. by Anders Carlsson · 16 years ago
  74. 98ca794 Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store size by Ken Dyck · 16 years ago
  75. d6b21e4 If a global variable has an initializer with side effects, it can never be deferred (even if it's in an anonymous namespace). by Anders Carlsson · 16 years ago
  76. 481e3a8 Created __builtin___NSStringMakeConstantString() builtin, which generates constant Objective-C strings. by David Chisnall · 16 years ago
  77. 55bcea1 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 16 years ago
  78. 34c72dd revert r92749, which is just dead code. by Chris Lattner · 16 years ago
  79. 5866fe3 Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring by Eli Friedman · 16 years ago
  80. 2a34df3 Fix linkage for RTTI names by re-using the logic for computing the by Douglas Gregor · 16 years ago
  81. ccecc1b Fix marking of virtual members for nested classes whose first non-pure virtual function has a body inlined in the class by Douglas Gregor · 16 years ago
  82. a318efd Improve key-function computation for templates. In particular: by Douglas Gregor · 16 years ago
  83. 79ed590 Add code to skip the emission of available externally functions at -O0. WIP. by Mike Stump · 16 years ago
  84. 3f8e5dd strength reduce this call away. by Chris Lattner · 16 years ago
  85. 5e124bf this form of SetDebugLocation is about to go away, add some #includes that by Chris Lattner · 16 years ago
  86. 2e06e8b Some small improvements to dead code elimination; helps a bit on by Eli Friedman · 16 years ago
  87. 1615d45 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 16 years ago
  88. b095e15 Fix for PR5714: make sure globals that will be modified aren't marked const. by Eli Friedman · 16 years ago
  89. b11118b Random string-related cleanups. by Benjamin Kramer · 16 years ago
  90. 781161d Make sure that explicitly instantiated functions get the right linkage. by Anders Carlsson · 16 years ago
  91. 4f678f3 Fix for PR5709: use the computed type of the declaration instead of the by Eli Friedman · 16 years ago
  92. f2c79b6 Misc key function fixes. by Eli Friedman · 16 years ago
  93. 31bc3ad A bunch more thunk fixes from misc testing. by Eli Friedman · 16 years ago
  94. 8174f2c Work-in-progess rewrite of thunks: move thunk generation outside of vtable by Eli Friedman · 16 years ago
  95. 3efc6e6 Add rudimentary support for member pointers to CGDebugInfo. by Anders Carlsson · 16 years ago
  96. a30e175 Don't emit explicit specializations of static member variable declarations. by Anders Carlsson · 16 years ago
  97. b1d3f7c Have ASTRecordLayout keep track of the key function, in preparation of fixing a synthetic ctor/dtor bug. by Anders Carlsson · 16 years ago
  98. 2c11cd1 Don't try to generate common globals for C++ files, instead of depending on the FE to set NoCommon, and simplify CodeGenOptions initialization. by Daniel Dunbar · 16 years ago
  99. 84a7e34 Simplify and fix up the handling of implicit constructors, copy assignment by Eli Friedman · 16 years ago
  100. 8a5f75e Use new getLinkage() method to correctly compute whether a variable has by Eli Friedman · 16 years ago