1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. b66a0f4 Merging r196995: by Bill Wendling · 10 years ago
  9. 01f3d00 Merging r196771: by Bill Wendling · 10 years ago
  10. 525f2f5 Merging r196712: by Bill Wendling · 10 years ago
  11. c12b43a Merging r196488: by Bill Wendling · 10 years ago
  12. 8e3eec5 Merging r196658: by Bill Wendling · 10 years ago
  13. 8a5c9d7 Merging r195669: by Bill Wendling · 11 years ago
  14. cc05778 Merging r195501: by Bill Wendling · 11 years ago
  15. 0cbb3ed Merging r195283: by Bill Wendling · 11 years ago
  16. dd12780 Implement the newly added AArch64 ACLE functions for ld1/st1 with 2/3/4 vectors. by Hao Liu · 11 years ago
  17. 93b717a [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions by Hans Wennborg · 11 years ago
  18. 2d2f6c2 Makes A Microsoft Layout CodeGen Test Explicit by Warren Hunt · 11 years ago
  19. dc8e938 Don't use alias from derived dtor to base dtor at -O0. by Rafael Espindola · 11 years ago
  20. 610616c Avoid producing mismatched comdats. by Rafael Espindola · 11 years ago
  21. 081c215 Keep the old function order in CodeGenModule::applyReplacements. by Rafael Espindola · 11 years ago
  22. 964bfa1 Add a testcase where we replace a destructor with an alias. by Rafael Espindola · 11 years ago
  23. 47a2ab9 Fix pr17875. by Rafael Espindola · 11 years ago
  24. e7baa02 Revert "Keep the old function order in CodeGenModule::applyReplacements." by Rafael Espindola · 11 years ago
  25. 90f535f Keep the old function order in CodeGenModule::applyReplacements. by Rafael Espindola · 11 years ago
  26. fa7797a Add -mconstructor aliases to some tests. by Rafael Espindola · 11 years ago
  27. 6e84e92 Don't emit an internal destructor that is identical to an external one. by Rafael Espindola · 11 years ago
  28. 1b9c024 Use rauw for all discardable aliases, not just linkonce_odr. by Rafael Espindola · 11 years ago
  29. c569917 Remove an incorrect optimization inside Clang's IRGen. Its check to determine by Nick Lewycky · 11 years ago
  30. 0171c6b If a linkonce_odr dtor/ctor is identical to another one, just rauw. by Rafael Espindola · 11 years ago
  31. 152eee9 Make -fdump-vtable-layouts print to stdout, not stderr by Reid Kleckner · 11 years ago
  32. c7213b7 Fix tests effected by r194221 by David Majnemer · 11 years ago
  33. e6d509f Fix the -cxx-abi microsoft -mconstructor-aliases combination. by Rafael Espindola · 11 years ago
  34. 58b6db7 Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  35. 61a0a75 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  36. 5f0db58 Fix vbtable indices when a class shares the vbptr with a non-virtual base by Timur Iskhodzhanov · 11 years ago
  37. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  38. bec2ea4 Expand the test a bit. by Rafael Espindola · 11 years ago
  39. f88f10a Add a testcase from the recent bootstrap failure. by Rafael Espindola · 11 years ago
  40. 583f6de Revert "Produce direct calls instead of alias to linkonce_odr functions." by Rafael Espindola · 11 years ago
  41. 0f0f6f1 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  42. 71fdc12 Use aliases for more constructors and destructors. by Rafael Espindola · 11 years ago
  43. 62e9370 Sema: Do not allow overloading between methods based on restrict by David Majnemer · 11 years ago
  44. 1e45375 clang/test/CodeGenCXX/builtins.cpp: Fix for -Asserts. by NAKAMURA Takumi · 11 years ago
  45. cca6f3b Adding triple to lit test fixed in r193901 by Warren Hunt · 11 years ago
  46. 7f4871f Fixes lit test that doesn't fail on windows by Warren Hunt · 11 years ago
  47. 2d023ec Wraps lazily generated builtins in an extern "C" context by Warren Hunt · 11 years ago
  48. c70cc5d Make thunk this/return adjustment ABI-specific. Also, fix the return adjustment when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  49. d647efb Fix an assertion when handling a custom case of virtual inheritance; also reduce code duplication by Timur Iskhodzhanov · 11 years ago
  50. f3af758 Add a missing lit-test expectation (forgotten to write initially?) by Timur Iskhodzhanov · 11 years ago
  51. b7bc66a Check IR and don't use temporary files. by Rafael Espindola · 11 years ago
  52. 942e02b clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, for now since r193116. by NAKAMURA Takumi · 11 years ago
  53. 885d8bf AST: Mangle fields in anonymous structs/unions by David Majnemer · 11 years ago
  54. 69170e6 Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted by Richard Smith · 11 years ago
  55. 6d87e65 Use GEPs correctly when adjusting this in MicrosoftCXXABI by Timur Iskhodzhanov · 11 years ago
  56. 588a51a Sema: Do not allow template declarations inside local classes by David Majnemer · 11 years ago
  57. b914e87 Implement function type checker for the undefined behavior sanitizer. by Peter Collingbourne · 11 years ago
  58. a3bfa54 Switch attribute test line endings from CRLF by Alp Toker · 11 years ago
  59. a7c8b10 Follow-up to r192822: fix Clang assertion when building with -fexceptions by Timur Iskhodzhanov · 11 years ago
  60. 2e3fd94 Add the context that a function was created in as the context for the by Eric Christopher · 11 years ago
  61. 8255274 [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destructors in the presence of virtual bases by Timur Iskhodzhanov · 11 years ago
  62. 4f0acc8 Remove a workaround for PR16406 from the vtables-virtual-inheritance test by Timur Iskhodzhanov · 11 years ago
  63. d6be277 On 32 bit windows, mangle stdcall and fastcall decls in clang. by Rafael Espindola · 11 years ago
  64. 601e9d3 Remove this regression test now that PR17578 is fixed (r192674). The fix is to by Yunzhong Gao · 11 years ago
  65. 64601ce Don't depend on alias to declarations. by Rafael Espindola · 11 years ago
  66. 42090d6 [ms-cxxabi] Fix assert in unspecified inheritance memptr emission by Reid Kleckner · 11 years ago
  67. b85695d Adding a regression test for PR17578. It is marked xfail until the bug is fixed. by Yunzhong Gao · 11 years ago
  68. 7bb7230 Use castAs instead of cast in thunk generation by Reid Kleckner · 11 years ago
  69. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  70. 0866b9f Don't hardcode the alias order in this test. by Rafael Espindola · 11 years ago
  71. dbabeb2 Debug Info: update testing cases when the context field of subprogram is updated by Manman Ren · 11 years ago
  72. 6a6f4ad Disable RTTI in one test so clang doesn't assert behind the scenes by Timur Iskhodzhanov · 11 years ago
  73. dbd0900 Revert "Use aliases for more constructors and destructors." by Rafael Espindola · 11 years ago
  74. c6d6800 Debug Info: update testing cases when the context and type fields of by Manman Ren · 11 years ago
  75. 5bd0d44 Initialize vtorDisp in class constructors and destructors by Timur Iskhodzhanov · 11 years ago
  76. 5720858 Use aliases for more constructors and destructors. by Rafael Espindola · 11 years ago
  77. 2cb17a0 Reland 192220 "Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft" with relaxed assertions by Timur Iskhodzhanov · 11 years ago
  78. ae23947 Debug Info: update testing cases when the context field of by Manman Ren · 11 years ago
  79. 7e43a43 Debug Info: update testing cases when the derived-from field of by Manman Ren · 11 years ago
  80. 1fe3263 Debug Info: update testing cases when the derived-from field of by Manman Ren · 11 years ago
  81. 0ac66c0 Revert 192220 as it fails on an assertion by Timur Iskhodzhanov · 11 years ago
  82. c3dcfa2 Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  83. ffc63a8 Fix linkage calculation of auto member functions returning lambdas by Faisal Vali · 11 years ago
  84. d1a32c3 [ms-cxxabi] Fix the calling convention for operator new in records by Reid Kleckner · 11 years ago
  85. 8dd4baa Fix objectsize tests after r192117 by Matt Arsenault · 11 years ago
  86. cbf8dde Fix PR17382 - properly group virtual method overloads in the vftable by Timur Iskhodzhanov · 11 years ago
  87. 8e0f65f Debug Info: update testing cases when the derived-from field of a by Manman Ren · 11 years ago
  88. dadbd47 Temporarily revert r191801 due to conflicts with the revert of r191792. by Eric Christopher · 11 years ago
  89. cf467a9 Add test from pr17476. by Rafael Espindola · 11 years ago
  90. 9a3be4c Fix crashes when creating global instances of polymorphic classes without fields by Timur Iskhodzhanov · 11 years ago
  91. 865750e Debug Info: update testing cases when the derived-from field of a by Manman Ren · 11 years ago
  92. 454897d Run the -cxx-abi test in 32-bit mode as the 64-bit one crashes on the bots by Timur Iskhodzhanov · 11 years ago
  93. 75fd1f0 Author a FIXME in a test now that PR12784 is fixed by Timur Iskhodzhanov · 11 years ago
  94. de8eaa2 Fix computation of linkage within nested lambdas. by Faisal Vali · 11 years ago
  95. c6867dd Revert the linkage fix. by Faisal Vali · 11 years ago
  96. 99229cd Fix computation of linkage within nested lambdas. by Faisal Vali · 11 years ago
  97. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  98. 39edfeb Switch from putting init capture VarDecls in the surrounding DeclContext to by Richard Smith · 11 years ago
  99. 04fa7a3 Per latest drafting, switch to implementing init-captures as if by declaring by Richard Smith · 11 years ago
  100. d0629eb Variable templates: handle instantiation of static data member templates by Richard Smith · 11 years ago