1. 4e43dec Fix handling of pointers-to-members and comma expressions when by Richard Smith · 11 years ago
  2. e67ca58 PR12848: When emitting a local variable declared 'constexpr', always initialize it with a store or a memcpy, not by emitting the initializer expression. This is not required for correctness, but more closely aligns with people's expectations, and is cheap (since we've already evaluated the initializer). by Richard Smith · 11 years ago
  3. c59cf0d Fix style bug introduced in r183033. by Ed Schouten · 11 years ago
  4. e469249 Add support for optimized (non-generic) atomic libcalls. by Ed Schouten · 11 years ago
  5. 7c731f5 Do not reuse the debug location of the return value's store if there is autorelease code to be emitted between store and return instructions. This is analoguous to what we do for lexical scope cleanups. by Adrian Prantl · 11 years ago
  6. ece7ebd fix formatting. by Adrian Prantl · 11 years ago
  7. b0f533e [ms-cxxabi] Implement MSVC virtual base adjustment by Reid Kleckner · 11 years ago
  8. 5baefa8 Fix bad indentation. by Jakob Stoklund Olesen · 11 years ago
  9. fc782fb Build correct coercion types in SparcV9ABIInfo. by Jakob Stoklund Olesen · 11 years ago
  10. 107196c Add a SparcV9ABIInfo class for handling the standard SPARC v9 ABI. by Jakob Stoklund Olesen · 11 years ago
  11. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  12. b0f77b0 DebugInfo: Rename CreatePointerType to getOrCreateTypeDeclaration by David Blaikie · 11 years ago
  13. 9129648 PR16091: Error when attempting to emit debug info for undeduced auto return types by David Blaikie · 11 years ago
  14. d27e5cb [PATCH] Generate cold attribute for functions marked __atribute__((cold)) by Diego Novillo · 11 years ago
  15. 89735b9 Suffixing #pragma comment(lib) library names with .lib if necessary. This matches MSVC behavior, as well as allows us to properly link libraries such as the ones provided by the MSDN examples. by Aaron Ballman · 11 years ago
  16. e69fb20 Fix assert on temporary std::initializer_list. by Richard Smith · 11 years ago
  17. 9a84529 Debug Info: Handle function/method types using the most specific type by David Blaikie · 11 years ago
  18. 0cb0002 Comment and cleanup. by Adrian Prantl · 11 years ago
  19. c32a217 Bugfix for r181629: by Adrian Prantl · 11 years ago
  20. e2eb89a Debug Info: Simplify the code changed in r182403 to reduce indent & avoid a duplicate lookup in the insertion case by David Blaikie · 11 years ago
  21. 297dee8 Debug Info: don't bother reinserting elements into maps we just retrieved them from by David Blaikie · 11 years ago
  22. 1e97c1e Fix whitespace by David Blaikie · 11 years ago
  23. fc46ebc PR14606: Debug Info for namespace aliases/DW_TAG_imported_module by David Blaikie · 11 years ago
  24. 3a7d82c Make this const since it never changes (and should never change). by Eric Christopher · 11 years ago
  25. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  26. 9faebd2 Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions."" by David Blaikie · 11 years ago
  27. b509224 Drop the const from the isa test. by Adrian Prantl · 11 years ago
  28. 687ecae ObjC Debug Info: Emit the correct method names for accessors for by Adrian Prantl · 11 years ago
  29. 713e3f2 Let CodeGenFunction::EmitVarDecl query the semantic storage class info. by Enea Zaffanella · 11 years ago
  30. 7c811dc Whitespace. by Eric Christopher · 11 years ago
  31. f0890c4 80-columns. by Eric Christopher · 11 years ago
  32. 13c9767 Replace a pile of calls with an instance variable that's set by Eric Christopher · 11 years ago
  33. 6537f08 Whitespace. by Eric Christopher · 11 years ago
  34. 3081c6f Clarify comment. by Adrian Prantl · 11 years ago
  35. 59f0a5a Set the debug location for landing pad code to the canonical EH location. by Adrian Prantl · 11 years ago
  36. 1c3db76 Cleanup: Use a member variable to store the SourceLocation for EH code. by Adrian Prantl · 11 years ago
  37. 214c3d6 Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions." by David Blaikie · 11 years ago
  38. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  39. 4537d6e Fix __clear_cache on ARM. by Rafael Espindola · 11 years ago
  40. b71757b Revert accidental commit. by Benjamin Kramer · 11 years ago
  41. 9d126fb Take a stab at trying to unbreak the makefile build. by Benjamin Kramer · 11 years ago
  42. 7be62a8 PR15956: Debug Info: Include the appropriate file location in types created due to using declarations by David Blaikie · 11 years ago
  43. f8aa155 Debug Info: PR14992: Support values for non-type template parameters of function type by David Blaikie · 11 years ago
  44. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  45. 87360f2 Debug Info: Comment changes in r181393 by request of echristo by David Blaikie · 11 years ago
  46. 06a9d04 CodeGen: Refactor SetLLVMFunctionAttributesForDefinition to use an AttrBuilder. by Benjamin Kramer · 11 years ago
  47. e806512 Debug Info: correct comment by David Blaikie · 11 years ago
  48. 776a364 Debug Info: Silently accept template argument packs by David Blaikie · 11 years ago
  49. 9dfd243 PR14992: Debug Info: Support more non-type template parameters by David Blaikie · 11 years ago
  50. 566a9c3 ObjC debug info: Substitute the class type for methods that return by Adrian Prantl · 11 years ago
  51. 0a050f7 Debug Info: Fix a problem that resulted in missing DW_AT_specifications by Adrian Prantl · 11 years ago
  52. f632730 [ms-cxxabi] Implement member pointer conversions by Reid Kleckner · 11 years ago
  53. 089db2e Debug Info: Remove unnecessary check for dependent array types by David Blaikie · 11 years ago
  54. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  55. f06989b typo by Adrian Prantl · 11 years ago
  56. 41487f3 Comment: use \code...\endcode for code examples by Dmitri Gribenko · 11 years ago
  57. 5b38277 unbreak buildbot. by Fariborz Jahanian · 11 years ago
  58. 3190ca9 Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 11 years ago
  59. 3923d6a Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions. by David Blaikie · 11 years ago
  60. ddb379e The style guide prefers preincrement expressions :-) by Adrian Prantl · 11 years ago
  61. 4008088 remove commented out code. by Adrian Prantl · 11 years ago
  62. 4c71b8c Don't crash in IRGen if a conditional with 'throw' in one of its branches is by Richard Smith · 11 years ago
  63. 402cd22 Weaken an assertion in memcpyization to account for unnamed bitfields. by John McCall · 11 years ago
  64. c2fc4ab DebugInfo: Support imported modules (using directives) within lexical blocks. by David Blaikie · 11 years ago
  65. b840921 by Ulrich Weigand · 11 years ago
  66. 6b20351 by Ulrich Weigand · 11 years ago
  67. d8ffd0b Make all 'is in extern "C"' tests use the lexical context. by Rafael Espindola · 11 years ago
  68. 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 11 years ago
  69. dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 11 years ago
  70. ff920ee AArch64: teach Clang about __clear_cache intrinsic by Tim Northover · 11 years ago
  71. d072e59 Reapply r180982 with repaired logic and an additional testcase. by Adrian Prantl · 11 years ago
  72. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 11 years ago
  73. bb09f7b Revert "Attempt to un-break the gdb buildbot." by Adrian Prantl · 11 years ago
  74. 79e0291 [ms-cxxabi] Emit non-virtual member function pointers by Reid Kleckner · 11 years ago
  75. 30c0d27 Attempt to un-break the gdb buildbot. by Adrian Prantl · 11 years ago
  76. aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 11 years ago
  77. 4e3b54b Use the Itanium ABI for thread_local on Darwin. by Bill Wendling · 11 years ago
  78. fa6b079 Ensure that the line table for functions with cleanups is sequential. by Adrian Prantl · 11 years ago
  79. d4147c4 Use a more idiomatic way to disable debug locations. by Adrian Prantl · 11 years ago
  80. 230ea41 Revert 180817 because 180816 was reverted. by Adrian Prantl · 11 years ago
  81. 826374a Do not generate VLAs as complex variables any more, as they are now by Adrian Prantl · 11 years ago
  82. 8f4bdc0 Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin systems and did not do the right thing on Darwin. by Richard Smith · 11 years ago
  83. 3d2f000 [ms-cxxabi] Implement member pointer comparisons by Reid Kleckner · 11 years ago
  84. c7d77b2 Struct-path aware TBAA: enable struct-path aware TBAA for classes. by Manman Ren · 11 years ago
  85. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 11 years ago
  86. 7c6b7ba Emit the TLS intialization functions into a list. by Bill Wendling · 11 years ago
  87. 975d83c Struct-path aware TBAA: fix handling of may_alias attribute. by Manman Ren · 11 years ago
  88. 50be904 Struct-path aware TBAA: change the format of TBAAStructType node. by Manman Ren · 11 years ago
  89. c7b5f38 ArrayRefize code. No functionality change. by Benjamin Kramer · 11 years ago
  90. 1601a4a Support debug info for using directives at global/namespace scope. by David Blaikie · 11 years ago
  91. c7f2bfb TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaa by Manman Ren · 11 years ago
  92. 23bde7d Use the ugly PRIx64 macro to make format string portable. by Benjamin Kramer · 11 years ago
  93. db4f61f Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword. by Richard Smith · 11 years ago
  94. 957dac5 Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"" by David Blaikie · 11 years ago
  95. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  96. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 11 years ago
  97. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 11 years ago
  98. c3e81e7 Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" by Eric Christopher · 11 years ago
  99. cec3984 PR14606: Debug info for using directives/DW_TAG_imported_module by David Blaikie · 11 years ago
  100. bb00079 Give CGDebugInfo::getContextDescriptor a more specific return type by David Blaikie · 11 years ago