1. 90e5523 Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""" by Michael Gottesman · 11 years ago
  2. 783344c Simplify assert-neutral matching in test case. by David Blaikie · 11 years ago
  3. 4b36fb8 clang-cl: Expose the -Xclang option by Hans Wennborg · 11 years ago
  4. 13fca0e [analyzer] Add a triple to test/Analysis/cfg.cpp by Jordan Rose · 11 years ago
  5. 51718e3 [analyzer] Don't run unreachable code checker on inlined functions. by Jordan Rose · 11 years ago
  6. a728e92 [analyzer] Assume that strings are no longer than SIZE_MAX/4. by Jordan Rose · 11 years ago
  7. 7d0dcd2 Omit arguments of __builtin_object_size from the CFG. by Jordan Rose · 11 years ago
  8. f064ad5 Re-apply r188666 by Alexey Samsonov · 11 years ago
  9. 3c6c822 clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld. by NAKAMURA Takumi · 11 years ago
  10. fab968f Revert r188666: it breaks the buildbots by Alexey Samsonov · 11 years ago
  11. e349069 Fix PR16768: properly report malformed sanitizer blacklist file contents by Alexey Samsonov · 11 years ago
  12. 276c289 XCore target: Add target specific EmitVAArg by Robert Lytton · 11 years ago
  13. 83ee4c3 XCore target: correct test layout by Robert Lytton · 11 years ago
  14. eb575bc Explicitly specify triple in driver test from r188660 by Alexey Samsonov · 11 years ago
  15. 5f18a00 clang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak for -Asserts in r188651. by NAKAMURA Takumi · 11 years ago
  16. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  17. c3a064d Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  18. 6533aa2 Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  19. fc94627 DebugInfo: Do not include line/file info for artificial parameters & parameters of artificial functions by David Blaikie · 11 years ago
  20. fcbeab6 Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class"" by David Blaikie · 11 years ago
  21. c138ff5 DebugInfo: Avoid duplicating types that may be created during the process of creating their context by David Blaikie · 11 years ago
  22. 498298d DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 11 years ago
  23. 3de73f0 DebugInfo: don't require full definitions for friend classes by David Blaikie · 11 years ago
  24. ced39ec PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 11 years ago
  25. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  26. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  27. 05a0569 Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class" by David Blaikie · 11 years ago
  28. 29535ba Don't reject attribute used in an "extern const" variable definition. by Rafael Espindola · 11 years ago
  29. 8863e6b DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with the same name but different lines by David Blaikie · 11 years ago
  30. 152701b DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class by David Blaikie · 11 years ago
  31. 6b725d1 Thread safety analysis: new test case by DeLesley Hutchins · 11 years ago
  32. 360d23e Parse: Do not 'HandleTopLevelDecl' on templated functions. by David Majnemer · 11 years ago
  33. 5fba5a7 [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 11 years ago
  34. 2f835ca Don't allow unary negation on scoped enums. by Eli Friedman · 11 years ago
  35. 5a42820 Fix for dependent contexts in alias templates. by Eli Friedman · 11 years ago
  36. 7336b9f Thread Safety Analysis: fix bug when using TryLock with && and || expressions. by DeLesley Hutchins · 11 years ago
  37. 8836e36 ObjetiveC migrator: fix the test in my last patch by Fariborz Jahanian · 11 years ago
  38. cdd4b78 Properly track l-paren of a CXXFucntionalCastExpr. by Eli Friedman · 11 years ago
  39. 269cca1 ObjectiveC migrator. Start annotating CF functions by Fariborz Jahanian · 11 years ago
  40. 8effeda CodeGen: __uuidof should work even with an incomplete _GUID type by David Majnemer · 11 years ago
  41. e1f1ff6 Add another test to my last patch (NS_OPTION vs. NS_ENUM) ObjectiveC migration. by Fariborz Jahanian · 11 years ago
  42. 0b5941c ObjectiveC migrator: In deciding NS_OPTION over by Fariborz Jahanian · 11 years ago
  43. 68502e5 [analyzer] If realloc fails on an escaped region, that region doesn't leak. by Jordan Rose · 11 years ago
  44. 13e116f [Mips][msa] Added most builtins from add.a to xori by Jack Carter · 11 years ago
  45. afc1ea1 Add back a test that was removed in r188450 by David Majnemer · 11 years ago
  46. 12cd6a8 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions by Hao Liu · 11 years ago
  47. 1c7a409 [-cxx-abi microsoft] Mangle member pointers better by David Majnemer · 11 years ago
  48. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  49. 41594c5 ObjectiveC [Sema]. This patch makes sure that all inherited by Fariborz Jahanian · 11 years ago
  50. fc88601 Relax testcase for r188400 to not test for forward-slashes as path separators. by Adrian Prantl · 11 years ago
  51. 37e849a PR16875: The return type of a dependent function type is visible when it's by Richard Smith · 11 years ago
  52. 933c66b Bug fix: note diagnosis on expression narrowing should say "variable template" instead of "static data member" when appropriate by Larisse Voufo · 11 years ago
  53. ac89a45 Fix grammar mistake. by Shuxin Yang · 11 years ago
  54. 378945b Do no use -emit-llvm for -flto. by Shuxin Yang · 11 years ago
  55. f2a19da Testcase for r188400. by Benjamin Kramer · 11 years ago
  56. 03f443a [tests] Reapply r188354, ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  57. 5fea4ea Revert r188354, "[tests] Ensure subsitution string is ascii." by NAKAMURA Takumi · 11 years ago
  58. e57020e [tests] Ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  59. 4a91989 Bug fix: disallow a variable template to be redeclared as a non-templated variable by Larisse Voufo · 11 years ago
  60. 2388b77 Driver: Forward -Wl, and -Xlink arguments when using windows linker by Hans Wennborg · 11 years ago
  61. 6247484 Refine diagnostics in my last patch. // rdar://14303083 by Fariborz Jahanian · 11 years ago
  62. 72a36a1 Don't produce duplicate notes if we have deduction failure notes when resolving by Richard Smith · 11 years ago
  63. dc25f8c ObjectiveC [QoI] issue warning if an element of an nsarray by Fariborz Jahanian · 11 years ago
  64. 5db9527 clang-cl: Support /link option and set target to win32 by Hans Wennborg · 11 years ago
  65. 4fce06c Fix Altivec vector literal parser hack for C++11. by Eli Friedman · 11 years ago
  66. 1f8d663 Link in the ubsan runtime when building shared objects. by Nick Lewycky · 11 years ago
  67. c99b90e sizeof(void) etc. should be a hard error in C++. by Eli Friedman · 11 years ago
  68. dd9459f Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3: by Richard Smith · 11 years ago
  69. 086d565 ObjectiveC migrator: Fixes a crash and makes couple of harmless changes. by Fariborz Jahanian · 11 years ago
  70. 99662a1 Move logic to enable the vectorizer to clang by Arnold Schwaighofer · 11 years ago
  71. 4c5be12 Fix xcore tests to use regex. by Arnold Schwaighofer · 11 years ago
  72. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  73. c80eb46 [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters by David Majnemer · 11 years ago
  74. 439d665 variable templates updated for PCH serialization... Still working on test cases... by Larisse Voufo · 11 years ago
  75. f2081f6 [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references by David Majnemer · 11 years ago
  76. 6e38281 clang-cl: Consolidate tests for /Fo and /Fe into cl-outputs.c by Hans Wennborg · 11 years ago
  77. c65c72d clang-cl: Support the /Fe option by Hans Wennborg · 11 years ago
  78. 42acc0c Fix pretty-printing for unnamed unions. by Eli Friedman · 11 years ago
  79. a03c5ee Fix crash w/BlockDecl and invalid qualified decl. by Eli Friedman · 11 years ago
  80. df7bef0 Patch by Chris Wailes <chris.wailes@gmail.com>. Reviewed by delesley, dblaikie. by DeLesley Hutchins · 11 years ago
  81. f86c139 clang-cl: Expand warning about /TC and /TP override, and expand test by Hans Wennborg · 11 years ago
  82. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  83. 92d09fc This test passes on freebsd after r188178. Not exactly sure why. by Benjamin Kramer · 11 years ago
  84. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  85. 29a46e6 Fix to PR16225 (Assert-on-invalid: isa<LabelDecl>(D) && "declaration not instantiated in this scope") by Serge Pavlov · 11 years ago
  86. 62f675c Avoid spurious error messages if parent template class cannot be instantiated by Serge Pavlov · 11 years ago
  87. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  88. ee2da6f clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin. by NAKAMURA Takumi · 11 years ago
  89. ee138f6 Correctly profile CXXPseudoDestructorExprs. by Eli Friedman · 11 years ago
  90. 7ea491c Fix for PR16570: when comparing two function pointers, discard qualifiers when by Richard Trieu · 11 years ago
  91. 2401676 [arcmt] When handling unbridged casts, handle the body of BlockDecl separately because ParentMap does not record by Argyrios Kyrtzidis · 11 years ago
  92. d6d5d69 Only emit debug info for implicit members that actually get codegen, not just ODR use. by David Blaikie · 11 years ago
  93. 4c87ca4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  94. 48d0f07 Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not needed by Alexey Samsonov · 11 years ago
  95. 96943ca Add lrint to the list of math builtins. It never sets errno so we can mark it as readnone. by Benjamin Kramer · 11 years ago
  96. bb0ed29 Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializer by David Majnemer · 11 years ago
  97. c8fe011 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  98. 6ebe9df [analyzer] Enable usage of temporaries in InitListExprs by Pavel Labath · 11 years ago
  99. 17ffbd0 Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section" by David Majnemer · 11 years ago
  100. ea3db97 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago