1. 29a11f4 <rdar://problem/13325066> Destroy std::initializer_list temporaries whose lifetime has been extended by reference binding. by Douglas Gregor · 11 years ago
  2. f068c92 Revert "Revert r178079, it caused PR15637." by Eric Christopher · 11 years ago
  3. bd0152f Revert r178079, it caused PR15637. by Nico Weber · 11 years ago
  4. efb72ad * Attempt to un-break gdb buildbot by emitting a lexical block end only by Adrian Prantl · 11 years ago
  5. bf27951 Modifed debug-info-byval.cpp test to grep for .string or .asciz. by Jyotsna Verma · 11 years ago
  6. 9b97adf Bugfix/Followup for r177086. by Adrian Prantl · 11 years ago
  7. 372ed5c Revert "Update debug info test for schema change made to LLVM." by David Blaikie · 11 years ago
  8. 5035c48 Update debug info test for schema change made to LLVM. by David Blaikie · 11 years ago
  9. 4e493bd clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit for now. by NAKAMURA Takumi · 11 years ago
  10. 1232e27 [ms-cxxabi] Mangle vector types by Reid Kleckner · 11 years ago
  11. a8a0f76 [ms-cxxabi] Implement member data pointers for non-dynamic classes by Reid Kleckner · 11 years ago
  12. b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 11 years ago
  13. df713ab Update debug info test case for more incoming DIBuilder changes by David Blaikie · 11 years ago
  14. 563060f Update debug info test case for an incoming change to DIBuilder in LLVM by David Blaikie · 11 years ago
  15. cf4bd50 Generalize debug info tests to be forward compatible with future DISubprogram changes by David Blaikie · 11 years ago
  16. 3283fc5 Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry by David Blaikie · 11 years ago
  17. ff430f6 [ms-cxxabi] Mangle function pointer template arguments correctly by Reid Kleckner · 11 years ago
  18. fecedc7 refactoring file/directory for namespace debug info by David Blaikie · 11 years ago
  19. 8e56cd1 Enhance debug info namespace test to check for context/scope reference by David Blaikie · 11 years ago
  20. 63fd408 Exploit this-return of a callsite in a this-return function. by Manman Ren · 11 years ago
  21. c4b580b Make front-end debug info namespace test frontend-only & more specific without overconstraining it by David Blaikie · 11 years ago
  22. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 11 years ago
  23. 8a40cc6 Simplify/generalize some debug info test cases by David Blaikie · 11 years ago
  24. fd44d34 Relax test to allow for attributes on other architectures. Caught by powerpc64-unknown-linux-gnu buildbot. by Adrian Prantl · 11 years ago
  25. 9a2f5d7 Don't try to set attributes in alias, they have none. by Rafael Espindola · 11 years ago
  26. c7f8116 Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations. by Richard Smith · 11 years ago
  27. 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 11 years ago
  28. 367989b Generalize a few debug info test cases by David Blaikie · 11 years ago
  29. 7cd84ba revert r177211 due to its potential issues by Manman Ren · 11 years ago
  30. 2710ed8 Exploit this-return of a callsite in a this-return function. by Manman Ren · 11 years ago
  31. 6b6a9b3 Force column info only for direct inlined functions. This should strike by Adrian Prantl · 11 years ago
  32. 836e7c9 Allocate stack storage for .block_descriptor and captured self at -O0. by Adrian Prantl · 11 years ago
  33. b38b3cd relax check to allow for attributes (fix buildbot for elf-ppc64) by Adrian Prantl · 11 years ago
  34. 5ca58a0 Eliminate backend dependency in CFE testcase. by Adrian Prantl · 11 years ago
  35. 00df5ea Force column info to be generated for call expressions so we can by Adrian Prantl · 11 years ago
  36. 77e430d Correctly compute linkage of decls forward declared extern C. by Rafael Espindola · 11 years ago
  37. 6c18af2 Remove a bogus assert so we don't crash in by Rafael Espindola · 11 years ago
  38. 23742cd Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first by Lang Hames · 11 years ago
  39. 3c5cd15 Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a by Richard Smith · 11 years ago
  40. 0353a7b Fix the emission of the copy-initialization of a block capture by John McCall · 11 years ago
  41. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 11 years ago
  42. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 11 years ago
  43. 1d4fff5 Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 by Timur Iskhodzhanov · 11 years ago
  44. a2bb892 Don't cache the visibility of types. by Rafael Espindola · 11 years ago
  45. 5e8577e Use the correct alignment for POD-member memcpys where the first field is a by Lang Hames · 11 years ago
  46. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 11 years ago
  47. b58f810 Use existing macros to simplify the test a bit. by Rafael Espindola · 11 years ago
  48. d3b2f0a Use the most recent decl in getExplicitVisibility. by Rafael Espindola · 11 years ago
  49. d7a60ad Be more careful in applying pragma weak. Fixes pr14974. by Rafael Espindola · 11 years ago
  50. bb60fc6 [ubsan] Emit single check for left shift. by Will Dietz · 11 years ago
  51. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 11 years ago
  52. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 11 years ago
  53. 5956bcc PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete by Richard Smith · 11 years ago
  54. a0a628f ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. by Richard Smith · 11 years ago
  55. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 11 years ago
  56. 5bb033b Update tests so that we don't test for function-only attributes on call sites. by Bill Wendling · 11 years ago
  57. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 11 years ago
  58. 3892d02 Ignore visibility from enclosing template arguments by John McCall · 11 years ago
  59. 3bba3ef Attempt to clean up tests for non-X86 platforms. by Bill Wendling · 11 years ago
  60. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 11 years ago
  61. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 11 years ago
  62. aad3fa6 Add the missing 'static' keyword to the test by Timur Iskhodzhanov · 11 years ago
  63. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 11 years ago
  64. e95036b Remove block names from test case to unbreak release builds. by Lang Hames · 11 years ago
  65. 56c00c4 Re-apply r174919 - smarter copy/move assignment/construction, with fixes for by Lang Hames · 11 years ago
  66. b4127a2 Emit vtables for an extern template class as available_externally, not as by Richard Smith · 11 years ago
  67. 5a758de Rework the visibility computation algorithm in preparation by John McCall · 11 years ago
  68. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 11 years ago
  69. 0f9827f Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsoft; also fix vdtor calls for the ARM ABI by Timur Iskhodzhanov · 11 years ago
  70. c1ea4b9 Update testcases due to Attribute sorting improvements. by Bill Wendling · 11 years ago
  71. 83dece5 Mangle extern "C" functions whose names are not simple identifiers. by Rafael Espindola · 11 years ago
  72. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 11 years ago
  73. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 11 years ago
  74. c764830 ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, by Richard Smith · 11 years ago
  75. ba8fa0c ... and now fix the +Asserts build by Timur Iskhodzhanov · 11 years ago
  76. 4745345 Fix the microsoft-abi-structors test expectations to match both Release and Release+Asserts builds by Timur Iskhodzhanov · 11 years ago
  77. 59660c2 Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 by Timur Iskhodzhanov · 11 years ago
  78. 6c9dccd Rename -constructors test to just -structors as in fact it tests dtors too. Also, fix a minor typo in the test. by Timur Iskhodzhanov · 11 years ago
  79. 66b2277 Call __cxa_begin_catch with the current exception before by John McCall · 11 years ago
  80. c2808e7 Backing out r174919 while I investigate a self-host bug on Takumi's builder. by Lang Hames · 11 years ago
  81. 5310859 When generating IR for default copy-constructors, copy-assignment operators, by Lang Hames · 11 years ago
  82. f21107b Use the target address space value when mangling names. by Tanya Lattner · 11 years ago
  83. 55f0593 Permit ABIs where the caller extends the result (test change). by Tim Northover · 11 years ago
  84. f408d1d Drop value names from test to get -Asserts builds back to green. by Benjamin Kramer · 11 years ago
  85. ae3f760 CodeGen: Implement hint values for dynamic_cast as described in the Itanium C++ ABI. by Benjamin Kramer · 11 years ago
  86. 21f6b39 CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. by Benjamin Kramer · 11 years ago
  87. 95f3636 clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few targets. by NAKAMURA Takumi · 11 years ago
  88. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 11 years ago
  89. 802e226 Don't forget to run destructors when we create an array temporary of class type. by Richard Smith · 11 years ago
  90. 083b90d Generalize DebugInfo tests by avoiding explicit metadata numbers by David Blaikie · 11 years ago
  91. 288c755 clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts. by NAKAMURA Takumi · 11 years ago
  92. 0a0f93c Fix exception handling line table problems introduced by r173593 by David Blaikie · 11 years ago
  93. 074cae0 Destroy arrays and ARC fields when throwing out of ctors. by John McCall · 11 years ago
  94. 5e31474 Update the tests. by Bill Wendling · 11 years ago
  95. c264e16 Add support for AArch64 target. by Tim Northover · 11 years ago
  96. 378e1e7 When we're emitting a constructor or destructor call from a delegating by Douglas Gregor · 11 years ago
  97. f0f7fa0 Modify the tests for the (sorted) order that the attributes come out as now. by Bill Wendling · 12 years ago
  98. 319d8fc FileCheck'ize tests by Dmitri Gribenko · 12 years ago
  99. 9eca9f7 Specify non-GNU-ARM triples for key-function test. by Tim Northover · 12 years ago
  100. a7db6a2 Fix up the test. for // rdar://11861085 by Fariborz Jahanian · 12 years ago