1. c8645e3 Handle an edge case involving the conditional operator and throw expressions. PR10582. by Eli Friedman · 13 years ago
  2. 8eb5b29 Missed tests for half FP support by Anton Korobeynikov · 13 years ago
  3. 2ed7cb6 PR11124: Don't overwrite memory outside of a base class when performing zero-initialization before running its constructor. by Eli Friedman · 13 years ago
  4. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  5. 13e1bca When performing a user-defined conversion via a constructor, be sure by Douglas Gregor · 13 years ago
  6. 6595935 Record layout requires not just a definition, but a complete by John McCall · 13 years ago
  7. 8ed3ade Move test, so it actually tests what it is supposed to (given that we don't have an AST verifier). by Eli Friedman · 13 years ago
  8. 9984d12 Move vtable dumper call to VTableBuilder ctor by Peter Collingbourne · 13 years ago
  9. bf1c5ae Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen by Peter Collingbourne · 13 years ago
  10. cea8d96 Treat list-initialization of scalars as a first-class citizen in C++11. by Sebastian Redl · 13 years ago
  11. b681fb1 Explicitly-defaulted copy/move constructors are not "implicit", but by Douglas Gregor · 13 years ago
  12. ca82a82 Enforce access control for conversion operators used in contextual by John McCall · 13 years ago
  13. 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 13 years ago
  14. 5584d91 In apple-kext mode, use external linkage for explicit template instantiations by John McCall · 13 years ago
  15. 416f63e PR10304: Do not call destructors for data members from union destructors. Prior to C++11, this by Richard Smith · 13 years ago
  16. 16ee819 Fix PR10531. Attach an initializer to anonymous unions, since the default constructor might not be trivial (if there is an in-class initializer for some member) and might be deleted. by Richard Smith · 13 years ago
  17. f60dca3 Emit debug info for c++0x nullptr. by Devang Patel · 13 years ago
  18. eb43f4a Re-commit r139643. by Eli Friedman · 13 years ago
  19. a179b53 Revert r139643 while I look into it; it's breaking selfhost. by Eli Friedman · 13 years ago
  20. 93013b2 Make clang use Acquire loads and Release stores where necessary. by Eli Friedman · 13 years ago
  21. 74a292f Update test to fix windows buildbot. by Devang Patel · 13 years ago
  22. e8ee3f2 Fix debug info encodings for char16_t and char32_t. by Devang Patel · 13 years ago
  23. 68f76b1 Emit debug info for wchar_t. by Devang Patel · 13 years ago
  24. 1ddc9c4 When extracting the callee declaration from a call expression, be sure by Douglas Gregor · 13 years ago
  25. 576cf17 Rearrange code so that we pass the right pointer to delete[] when an exception is thrown constructing the array elements in an array new expression. Fixes PR10870. by Eli Friedman · 13 years ago
  26. f747ce6 PR10506: Extend test for temporary cleanups in range-based for loop to cover the dependent case. by Richard Smith · 13 years ago
  27. 7803ec8 Don't try to emit unsupported templated friend declarations. They're unsupported by Nick Lewycky · 13 years ago
  28. 49e34be The size of struct UnwindException varies by platform with no by John McCall · 13 years ago
  29. 2148011 Be sure to emit lvalue-to-rvalue casts for loads from x-values. by John McCall · 13 years ago
  30. 5f8d604 The lvalue-to-rvalue on structs in C++ is actually part by John McCall · 13 years ago
  31. 4418439 Since the 'is aliased' bit is critical for correctness in C++, it by John McCall · 13 years ago
  32. 90b2bdf An initialization does not alias. by John McCall · 13 years ago
  33. 1366862 The allocated exception slot does not alias anything; should fix self-host. by John McCall · 13 years ago
  34. 410ffb2 Track whether an AggValueSlot is potentially aliased, and do not by John McCall · 13 years ago
  35. c44e941 Remove this test. It requires C++ standard library headers, which we'd by Chandler Carruth · 13 years ago
  36. 3526e47 test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp: Mark XFAIL: win32. by NAKAMURA Takumi · 13 years ago
  37. f9a642f Remove this file, it's not much of a test and string headers cause by Eric Christopher · 13 years ago
  38. aeac10e Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
  39. 2368b6a Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
  40. 51abac1 Modify the check line to be happier on windows. by Eric Christopher · 13 years ago
  41. 56a89ea Remove dead file. by Eric Christopher · 13 years ago
  42. 16d482e Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
  43. 2ba4fde Try removing xfail and xtarget to see if this brings back a couple of bots. by Eric Christopher · 13 years ago
  44. 3b20b9e Migrate 2007-01-02-UnboundedArray.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  45. 335552e Migrate: by Eric Christopher · 13 years ago
  46. e645278 Remove 2008-10-29-WrongOffset.cpp since it requires a header file on all by Eric Christopher · 13 years ago
  47. 97b02c5 Migrate 2007-10-01-StructResize.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  48. 44f609c Migrate 2008-01-12-VecInit.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  49. 3d88380 Migrate 2008-05-07-CrazyOffsetOf.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  50. 7b9bb72 Migrate 2008-10-29-WrongOffset.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  51. 723665f Migrate 2009-03-17-dbg.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  52. f54a225 Migrate 2009-04-23-bool2.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  53. e90e9c3 Remove this test. It's failing and it's not that good of a test. by Eric Christopher · 13 years ago
  54. 28e7d2a Migrate 2009-06-16-DebugInfoCrash.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  55. c0791f1 Migrate 2009-07-16-PrivateCopyConstructor.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  56. 59de683 Migrate 2009-08-05-ZeroInitWidth.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  57. 3592f64 Migrate 2009-07-16-Using.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  58. 07881a2 Migrate 2009-08-11-VectorRetTy.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  59. ea6de30 Migrate 2009-09-09-packed-layout.cpp test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  60. 2c56377 Migrate 2009-10-27-crash.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  61. 8a8d6d8 Migrate 2009-12-23-MissingSext.cpp from test/FrontendC++ and modify by Eric Christopher · 13 years ago
  62. 1999c7c Do not depend on the standard library on the system. Replace the #include with by Nick Lewycky · 13 years ago
  63. 80f5b16 Always mark friend function declarations in class templates as by Chandler Carruth · 13 years ago
  64. 5d6a4ad Somehow I fouled up this test. by John McCall · 13 years ago
  65. d963c37 Gather cleanups correctly in block return statements. by John McCall · 13 years ago
  66. 4cbac2a Migrate test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  67. 1c8346c Migrate from llvm/test/FrontendC++ and FileCheckize. by Eric Christopher · 13 years ago
  68. 02394ff Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  69. 6ddb040 Migrate test from llvm/test/FrontendC++ and FileCheckize. by Eric Christopher · 13 years ago
  70. ffe57aa Migrate test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  71. 2b94c69 Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  72. b7f124c Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  73. 61329d6 Migrate test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  74. b571582 Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  75. b06cf89 Migrate varargs.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  76. 41f001f Migrate weak-external.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  77. 32e48a3 Migrate x86-64-abi-sret-vs-2word-struct-param.cpp from by Eric Christopher · 13 years ago
  78. 230768d Migrate thunk-linkonce-odr.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  79. d946bda FileCheckize this test. by Eric Christopher · 13 years ago
  80. 041087c 'pure' and 'const' functions should also be marked nounwind. Migrate by Eric Christopher · 13 years ago
  81. ec24b0e Fix r137086 to actually work properly in general. PR10650. by Eli Friedman · 13 years ago
  82. a40b7f2 Update clang tests for r137527. by Eli Friedman · 13 years ago
  83. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
  84. 4dc41c9 Rewrite default initialization of anonymous structs/unions within a by Douglas Gregor · 13 years ago
  85. 3f86ce1 Hand materialization of temporary expressions when emitting a scalar by Douglas Gregor · 13 years ago
  86. 6b167f4 Don't emit memcpy for copying fields of arrays of volatile elements. by Fariborz Jahanian · 13 years ago
  87. 82cd2e5 Be sure to destroy the normal entry block of a cleanup that we by John McCall · 13 years ago
  88. aebab72 PR10566: Make sure codegen for deleting an pointer to an incomplete type actually works. by Eli Friedman · 13 years ago
  89. 8c83031 Fix typo in test. by Eli Friedman · 13 years ago
  90. 91873b7 Make CodeGen for array delete involving incomplete class work without crashing. Should fix regression on g++.dg/init/delete1.C. by Eli Friedman · 13 years ago
  91. 3e23d68 Disable the optimization that skips emission of complete, non-virtual by Douglas Gregor · 13 years ago
  92. 01c5d1d fix PR10384: C++ allows external arrays of incomplete type as well. by Chris Lattner · 13 years ago
  93. 018ec41 rename test. by Chris Lattner · 13 years ago
  94. 410b12e fix PR10395 - array decay can produce an interesting type when by Chris Lattner · 13 years ago
  95. b8981df Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite failures. by Bruno Cardoso Lopes · 13 years ago
  96. 84ff0fc Enforce access control for the destructor in a new[] expression and mark by John McCall · 13 years ago
  97. fbf780a Okay, that rule about zero-length arrays applies to destroying them, too. by John McCall · 13 years ago
  98. dd376ca Arrays are permitted to be zero-length in some situations. by John McCall · 13 years ago
  99. c3c0766 Convert the standard default-construction loops to use phis and by John McCall · 13 years ago
  100. e7003b7 Eliminate an incomplete/incorrect attempt to provide support for C++0x by Douglas Gregor · 13 years ago