1. f7c462c Provide a dummy NetBSD tree and use --sysroot in the driver test. by Joerg Sonnenberger · 11 years ago
  2. b85695d Adding a regression test for PR17578. It is marked xfail until the bug is fixed. by Yunzhong Gao · 11 years ago
  3. a7dec29 PR17576: Fix assertion on polymorphic classes with small alignment by Reid Kleckner · 11 years ago
  4. a2ccf88 Fixing stdout/stderr interleaving in lit test. by Warren Hunt · 11 years ago
  5. d42217f Correctly check for distructors when realizing vtordisps by Warren Hunt · 11 years ago
  6. e69cca4 For NetBSD/current on X86 do not use libgcc and default to libc++. by Joerg Sonnenberger · 11 years ago
  7. dc58180 Lit tests for Microsoft C++ record layout. by Warren Hunt · 11 years ago
  8. 728a1fb GetExprRange() (used by -Wconversion checking) should look through OpaqueValueExprs. by Ted Kremenek · 11 years ago
  9. 03954b3 Also don't hardcode the order on this test. by Rafael Espindola · 11 years ago
  10. ac42766 Don't hardcode the order of the aliases. by Rafael Espindola · 11 years ago
  11. ad40008 [AArch64] Add support for NEON scalar integer compare instructions. by Chad Rosier · 11 years ago
  12. 81e34b1 Do not use typo correction that is unaccessible. by Serge Pavlov · 11 years ago
  13. 8bfc1e1 Merge common pointers for redeclarations of the same template across modules. by Richard Smith · 11 years ago
  14. 8d1ab8a Don't get confused by a virt-specifier after a trailing-return-type - it's not by Richard Smith · 11 years ago
  15. 223e7a8 Relax header guard mismatch warning with edit distance heuristic. by Ismail Pazarbasi · 11 years ago
  16. f30e194 Consumed analysis: replace the consumes attribute with a set_typestate by DeLesley Hutchins · 11 years ago
  17. 1bf6343 Consumed analysis: switch from tests_consumed/unconsumed to a general by DeLesley Hutchins · 11 years ago
  18. f18e6e8 Improve the error message for attempting to build a for range loop using a by Richard Trieu · 11 years ago
  19. 627c7f9 Consumed analysis: check destructor calls. by DeLesley Hutchins · 11 years ago
  20. d2dab64 ObjectiveC migrator. also support migration to by Fariborz Jahanian · 11 years ago
  21. 96d6c45 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  22. 7bb7230 Use castAs instead of cast in thunk generation by Reid Kleckner · 11 years ago
  23. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  24. 659837e [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 11 years ago
  25. 1f9a09d ObjectiveC migrator: fixes a bug when in NS_ENUM/NS_OPTIONS by Fariborz Jahanian · 11 years ago
  26. 1d544c8 clang-cl: Mark /FA and /Fa as unsupported options by Hans Wennborg · 11 years ago
  27. 0866b9f Don't hardcode the alias order in this test. by Rafael Espindola · 11 years ago
  28. 890a1ba remove path separator from test/Driver/xcore-opts.c by Robert Lytton · 11 years ago
  29. 4e490e2 XCore target: add an xcore toolchain implementation by Robert Lytton · 11 years ago
  30. 645e6fd XCore : Fix bug in XCoreABIInfo::EmitVAArg() by Robert Lytton · 11 years ago
  31. 730a2c2 Diagnose by-copy captures of abstract classes. by Douglas Gregor · 11 years ago
  32. 31a07b8 The emitted IR is the same, we need these flags to actually use the LLVM target. by Nick Lewycky · 11 years ago
  33. ff05979 Add -fno-function-sections and -fno-data-sections. Since by Nick Lewycky · 11 years ago
  34. 2102a1d Implemented aarch64 SIMD copy related ACLE intrinsic : by Kevin Qin · 11 years ago
  35. 9afabf6 ObjectiveC migrator. When migrating to NS_ENUM/NS_OPTIONS, by Fariborz Jahanian · 11 years ago
  36. 832b3c0 clang-cl: simplify the -m32 -m64 test by Hans Wennborg · 11 years ago
  37. 99aacad clang-cl: Expose the -m32 and -m64 command-line options by Hans Wennborg · 11 years ago
  38. 84e41cd ObjectiveC. ObjectiveC's collection selector expression in by Fariborz Jahanian · 11 years ago
  39. dbabeb2 Debug Info: update testing cases when the context field of subprogram is updated by Manman Ren · 11 years ago
  40. 9fcbd5e ObjectiveC migrator: For 'default' and 'shared' family of by Fariborz Jahanian · 11 years ago
  41. 5610fbd Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  42. 6a6f4ad Disable RTTI in one test so clang doesn't assert behind the scenes by Timur Iskhodzhanov · 11 years ago
  43. db5cb0f Revert "Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). " by Tim Northover · 11 years ago
  44. dbd0900 Revert "Use aliases for more constructors and destructors." by Rafael Espindola · 11 years ago
  45. 58b6ccf Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  46. fbac5c1 Parser: Avoid a crash-on-invalid when trying to diagnose function calls with -> in it. by Benjamin Kramer · 11 years ago
  47. 6e04a84 Sema: Taking the address of a dtor is illegal per C++ [class.dtor]p2. by Benjamin Kramer · 11 years ago
  48. 4e30cdf [Mips] Support FSF Mips toolchain directories tree in the Clang driver. by Simon Atanasyan · 11 years ago
  49. 77b9f65 Make test portable. by Ted Kremenek · 11 years ago
  50. af3b980 Fix getIntegerTypeOrder() to properly handle enums by first unwrapping their underlying integer type. This is a precondition for calling getIntegerRank(). by Ted Kremenek · 11 years ago
  51. a188298 Refine string literal concatenation warning within an NSArray literal to not warn when the literal comes from a macro expansion. Fixes <rdar://problem/15147688>. by Ted Kremenek · 11 years ago
  52. c6d6800 Debug Info: update testing cases when the context and type fields of by Manman Ren · 11 years ago
  53. 39ebb02 ObjectiveC migrator. Introduce a new objcmt-atomic-property option by Fariborz Jahanian · 11 years ago
  54. 7385840 Consumed analysis: improve loop handling. The prior version of the analysis by DeLesley Hutchins · 11 years ago
  55. 5bd0d44 Initialize vtorDisp in class constructors and destructors by Timur Iskhodzhanov · 11 years ago
  56. 45d3950 Tighten diagnostics for calling conventions on variadic functions by Hans Wennborg · 11 years ago
  57. 9fe529f ObjectiveC migrator. Introduce a new print policy for by Fariborz Jahanian · 11 years ago
  58. 5720858 Use aliases for more constructors and destructors. by Rafael Espindola · 11 years ago
  59. 728b279 clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32. by NAKAMURA Takumi · 11 years ago
  60. 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
  61. eeac7a4 Make wording for certain invalid unary expressions more consistent. by David Majnemer · 11 years ago
  62. ae23947 Debug Info: update testing cases when the context field of by Manman Ren · 11 years ago
  63. 7e43a43 Debug Info: update testing cases when the derived-from field of by Manman Ren · 11 years ago
  64. 1fe3263 Debug Info: update testing cases when the derived-from field of by Manman Ren · 11 years ago
  65. 5dbed66 -Wmicrosoft: Don't warn on non-inline pure virtual method definitions by Reid Kleckner · 11 years ago
  66. 3cb3330 [AArch64] Add support for NEON scalar floating-point reciprocal estimate, by Chad Rosier · 11 years ago
  67. 3636fb1 Turn error about fastcall variadic function into warning in MS mode (PR12535) by Hans Wennborg · 11 years ago
  68. 372877e ObjectiveC migrator: Add support for inferring by Fariborz Jahanian · 11 years ago
  69. 6d048e1 [AArch64] Add support for NEON scalar signed/unsigned integer to floating-point by Chad Rosier · 11 years ago
  70. 2d9f38a ObjectiveC migration. Add support for inferring by Fariborz Jahanian · 11 years ago
  71. 0ac66c0 Revert 192220 as it fails on an assertion by Timur Iskhodzhanov · 11 years ago
  72. c3dcfa2 Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  73. e0acd38 [mips] Remove XFAIL. by Akira Hatanaka · 11 years ago
  74. 2e391e5 Fixed messages in tests. by Serge Pavlov · 11 years ago
  75. 5ce45c7 Fix an edge case in the template differ with default arguments. by Benjamin Kramer · 11 years ago
  76. 7949acf clang-cl: ignore the /sdl[-] flag by Hans Wennborg · 11 years ago
  77. 2a0a496 Add fixits suggesting parenthesis around type name in expressions like sizeof. by Serge Pavlov · 11 years ago
  78. ffc63a8 Fix linkage calculation of auto member functions returning lambdas by Faisal Vali · 11 years ago
  79. d1a32c3 [ms-cxxabi] Fix the calling convention for operator new in records by Reid Kleckner · 11 years ago
  80. 2dd68de Sema: Only merge typedef attributes if the previous decl is a typedef by Justin Bogner · 11 years ago
  81. feba9f2 TBAA: use the same format for scalar TBAA and struct-path aware TBAA. by Manman Ren · 11 years ago
  82. aeb87e7 Split test to test -Wshadow with emmintrin.h more portable. by Ted Kremenek · 11 years ago
  83. 185f156 Suppress useless -Wshadow warning when using _mm* macros from emmintrin.h by Ted Kremenek · 11 years ago
  84. c50ffca Add a triple to unbreak buildbots where size_t is not 'unsigned long'. by Richard Smith · 11 years ago
  85. aa58f15 ObjectiveC migrator: A typical implementation of by Fariborz Jahanian · 11 years ago
  86. b328e29 Add support for WG21 N3599 (literal operator template for strings) as a GNU by Richard Smith · 11 years ago
  87. 040cd82 ObjectiveC modern rewriter. Rewrite typedefs by Fariborz Jahanian · 11 years ago
  88. 8dd4baa Fix objectsize tests after r192117 by Matt Arsenault · 11 years ago
  89. dc1031b ObjectiveC: Warn when 'readonly' property has explicit by Fariborz Jahanian · 11 years ago
  90. 391165f [analyzer] RetainCountChecker: add support for CFAutorelease. by Jordan Rose · 11 years ago
  91. 48f98fe [AArch64] Add support for NEON scalar arithmetic instructions: by Chad Rosier · 11 years ago
  92. b73479e [libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier. by Argyrios Kyrtzidis · 11 years ago
  93. 4ed0122 When merging class definitions across modules in C++, merge together fields. by Richard Smith · 11 years ago
  94. cbf8dde Fix PR17382 - properly group virtual method overloads in the vftable by Timur Iskhodzhanov · 11 years ago
  95. af94546 Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 when by Nick Lewycky · 11 years ago
  96. d5276cc Use logical/arithmetic operations instead of builtins in tbmintrin.h. This way we can remove the intrinsic support from the backend. by Craig Topper · 11 years ago
  97. 0391691 Implement aarch64 neon instruction set AdvSIMD (Across). by Jiangning Liu · 11 years ago
  98. 8e0f65f Debug Info: update testing cases when the derived-from field of a by Manman Ren · 11 years ago
  99. 6654085 Consumed Analysis: Change callable_when so that it can take a list of states by DeLesley Hutchins · 11 years ago
  100. 1cd6fab ObjectiveC. Allow readonly properties without an explicit ownership by Fariborz Jahanian · 11 years ago