1. 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
  2. 1cf9ab8 Use function attributes to indicate if we don't want to realign the stack. by Bill Wendling · 11 years ago
  3. ac00b79 DebugInfo: Don't prefer declarations over definitions in -flimit-debug-info in C by David Blaikie · 11 years ago
  4. 8058833 DebugInfo: Emit template arguments for limited types used for context. by David Blaikie · 11 years ago
  5. 60704ac Options.td: O0 and O4 are not Joined options by Hans Wennborg · 11 years ago
  6. f94c060 Enable the SLP-vectorizer by default by Nadav Rotem · 11 years ago
  7. 841b37c Reduce a variable's scope (no functionality change) by David Blaikie · 11 years ago
  8. 65e2b74 Simplify git-clang-format by using new -lines option. by Daniel Jasper · 11 years ago
  9. b7000ca Teach clang-format to understand static_asserts better. by Daniel Jasper · 11 years ago
  10. 05c06c0 Fix typo in comment. by Joey Gouly · 11 years ago
  11. 1316370 AST: Treat inline function declarations in -fms-compatibility as if it were in C++ when in C mode by David Majnemer · 11 years ago
  12. f10fa8d Options: Use AliasArgs for -O -> -O2 translation. by Hans Wennborg · 11 years ago
  13. aa9e7b1 clang-format: Improve line breaks in @property. by Daniel Jasper · 11 years ago
  14. 3b142da Make helper function static. by Benjamin Kramer · 11 years ago
  15. 800de7e Silence unused variable warning in non-assert builds. by Daniel Jasper · 11 years ago
  16. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  17. 789d82a Check dynamic_cast is not used with -fno-rtti, unless it is a noop or can be resolved statically. by Arnaud A. de Grandmaison · 11 years ago
  18. e1791d8 Remove more odd code that tries to account for an off by 1 problem in vec3 shuffles that doesn't really exist. by Craig Topper · 11 years ago
  19. 2f66512 Fix to handle all non-power-of-2 vector sizes in the mask form of _builtin_shuffle_vector. by Craig Topper · 11 years ago
  20. 576a9af Sema: Diagnose explicitly bound unresolved member expressions decaying into pointers to function type by David Majnemer · 11 years ago
  21. 72c422c Remove broken and unnecessary vec3 handling from VisitShuffleVectorExpr. by Craig Topper · 11 years ago
  22. fcbe208 Parse: Don't consider attributes of broken member declarators by David Majnemer · 11 years ago
  23. 3f32210 Fix assert when instantiating a default argument of a template defined in a by Richard Smith · 11 years ago
  24. d145ce7 Remove the SUPPORT_ALIASARGS define by Hans Wennborg · 11 years ago
  25. 893ea8d clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 11 years ago
  26. b087a5d Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td file by Hans Wennborg · 11 years ago
  27. 3d672e4 ObjectiveC ARC: finishing off issuing error when by Fariborz Jahanian · 11 years ago
  28. eff18b9 clang-format: Add more options to namespace indentation. by Daniel Jasper · 11 years ago
  29. 4382928 Option parsing tables: pick up AliasArgs from the OPTION macro. by Hans Wennborg · 11 years ago
  30. 01ad048 ObjectiveC ARC: Do not issue bridge cast diagnostic when by Fariborz Jahanian · 11 years ago
  31. c66e7e9 Fix declaring class template methods with an attributed typedef by Reid Kleckner · 11 years ago
  32. 78d0fbf clang-cl: add the /c, /W0 and /W1 options by Hans Wennborg · 11 years ago
  33. c14e6dd A few small cleanups to r187504. Thanks to dblaikie for the assist. by Kaelyn Uhrain · 11 years ago
  34. 650c605 ObjectiveC arc: minor refactoring in my last patch by Fariborz Jahanian · 11 years ago
  35. 2651b7a ObjectiveC arc: Introduce a new initialization kind by Fariborz Jahanian · 11 years ago
  36. baaeb85 Improve the diagnostic experience, including adding recovery, for by Kaelyn Uhrain · 11 years ago
  37. b316dc5 ObjectiveC arc: Move check for type conversions in arc by Fariborz Jahanian · 11 years ago
  38. adbb455 Fix a comment. by Hans Wennborg · 11 years ago
  39. 0ad975e With help from chapuni on IRC, I think this is right now. =] The issue by Chandler Carruth · 11 years ago
  40. 5fff100 Run an experiment to try to understand the windows failure better by by Chandler Carruth · 11 years ago
  41. 511fcc3 Try only two slashes as that seems to be working elsewhere in this testcase. by Chandler Carruth · 11 years ago
  42. d892178 Re-enable the cross-linux test on windows after making it tolerant of by Chandler Carruth · 11 years ago
  43. 245fca3 clang/test/Driver/cross-linux.c is suppressed on win32 for now. Investigating. by NAKAMURA Takumi · 11 years ago
  44. ce75652 Fixing an unused variable warning. by Aaron Ballman · 11 years ago
  45. 8931078 Fix a crasher than manifests when typo correction suggests a function template. by Richard Trieu · 11 years ago
  46. 28803ba Find a better compromise with the default library search paths used by by Chandler Carruth · 11 years ago
  47. afb90df Fix read of uninitialized enum value in test, caught by UBSan. No functionality by Richard Smith · 11 years ago
  48. 0236dd0 clang-format: Improve detection of templates. by Daniel Jasper · 11 years ago
  49. 6365ab9 Start keeping track of what work was done to detect a GCC installation by Chandler Carruth · 11 years ago
  50. 750f73a err_attribute_missing_parameter_name has been replaced by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  51. 9f939f7 Replacing err_attribute_argument_not_int with err_attribute_not_type_attr by Aaron Ballman · 11 years ago
  52. 635de28 Add MicrosoftVFTableContext to AST by Timur Iskhodzhanov · 11 years ago
  53. 878d0cc clang/test/Driver/qa_override.c: Resurrect a part of r187376. It still requires the feature 'clang-driver' for cygming. by NAKAMURA Takumi · 11 years ago
  54. 201bddc Added the notion of Type and TargetSpecific attributes to the clang tablegen. In turn, this fixes a mistake with Ptr32, Ptr64, UPtr and SPtr attribtues generating AST nodes that are never actually used. by Aaron Ballman · 11 years ago
  55. 3cd6feb err_attribute_not_string has been subsumed by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  56. b3d7efe Refactor some attributes to use checkFunctionOrMethodArgumentIndex instead of using custom logic. No functional changes intended. by Aaron Ballman · 11 years ago
  57. 13a29a2 Remove assert header dependency in test by David Blaikie · 11 years ago
  58. c8051e6 Simplified SourceManager::translateLineCol a bit. by Alexander Kornienko · 11 years ago
  59. 4488835 Update for llvm api change. by Rafael Espindola · 11 years ago
  60. 28273b9 Make this test not try to write on object file and test all of the by Chandler Carruth · 11 years ago
  61. 060cb4a PR16715: Fix assert in verifier: only mark call to 'operator new' as 'builtin' if by Richard Smith · 11 years ago
  62. 3dadc85 Convert a use of status with llvm::sys::fs::getUniqueID. by Rafael Espindola · 11 years ago
  63. 547cca8 test/Driver/cl.c, remove quotes around /help by Hans Wennborg · 11 years ago
  64. 88c4b5e Support for Thread Safety Analysis in C by David Blaikie · 11 years ago
  65. aefb1d3 Convert a use of stat with sys::fs::status. by Rafael Espindola · 11 years ago
  66. 146d57f Fix handling of "clang c:foo" by Rafael Espindola · 11 years ago
  67. bbe759c Return ExprError if both arguments to the mask form of __builtin_shufflvector don't have the same number of elements or the mask isn't an integer vector. by Craig Topper · 11 years ago
  68. 393f5ff clang/test/Driver/cl.c: Don't attempt slash switches on msys bash. by NAKAMURA Takumi · 11 years ago
  69. b44545a Fix up formatting. No functional change. by Craig Topper · 11 years ago
  70. 0159b24 Try single quotes to fix the msys bot: by Rafael Espindola · 11 years ago
  71. 0046ce5 Avoid crashing if a directory has no pch files. by Rafael Espindola · 11 years ago
  72. 40ec4d2 Reduce stack frame size by avoiding a large token vector on an error path. by Bob Wilson · 11 years ago
  73. 46ae785 Fix test/Driver/cl.c. by Hans Wennborg · 11 years ago
  74. 34d55e1 Fix formatting. No functional change. by Craig Topper · 11 years ago
  75. b6d0f4c Using the function pointer instead of the function type; this allows us to re-enable a warning in MSVC by default. by Aaron Ballman · 11 years ago
  76. 6981330 clang-cl: add support for the /? and /help options by Hans Wennborg · 11 years ago
  77. 2437c86 Don't build expressions for invalid casts. by Eli Friedman · 11 years ago
  78. 14d937a Handle a difference in lambda return type deduction between C++11 and C++1y: if by Richard Smith · 11 years ago
  79. ec0808d PR16708: If a lambda has an implicit return type, don't get confused if its return type has already been determined to be a type containing an 'auto'. by Richard Smith · 11 years ago
  80. 52d08fe Use the new boolean to StringRef function to generate the proper StringRefs. by Bill Wendling · 11 years ago
  81. c3ba339 Fix up the BUILD_CLANG_ONLY code to work properly after r184794. by Bob Wilson · 11 years ago
  82. b0e603c Debug Info / EmitCallArgs: arguments may modify the debug location. by Adrian Prantl · 11 years ago
  83. b28b044 Options.td: rename CCC{Driver,Debug}Opt to Internal{Driver,Debug}Opt by Hans Wennborg · 11 years ago
  84. b16bb35 Options.td: remove a_Group and L_Group. by Hans Wennborg · 11 years ago
  85. c5ae717 Add matcher for float literals. by Daniel Jasper · 11 years ago
  86. dc66326 [libclang] Remove comma from the blacklist of characters that prevent a comment to be attached to a decl. by Argyrios Kyrtzidis · 11 years ago
  87. 6cf6914 Options.td: Update HelpText of CCCDriverOpt by Hans Wennborg · 11 years ago
  88. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  89. e9512e2 [frontend] '-frewrite-includes' should not ignore headers included from command-line. by Argyrios Kyrtzidis · 11 years ago
  90. 14382ba Add not to a command that is expected to fail. by Rafael Espindola · 11 years ago
  91. 99b3cc6 Fix tests on targets that don't support thread_local by Pavel Labath · 11 years ago
  92. 68ffe15 Add a triple. Should fix the windows bots. by Rafael Espindola · 11 years ago
  93. 76b5dd4 [analyzer] Fix FP warnings when binding a temporary to a local static variable by Pavel Labath · 11 years ago
  94. c0267f6 Rework r187192, to tweak expressions to be tolerant of DOSish paths. XFAILs can be removed. by NAKAMURA Takumi · 11 years ago
  95. b6e87df clang/test/Driver/linux-header-search.cpp: Add XFAILs, for now. I'll fix them later. by NAKAMURA Takumi · 11 years ago
  96. d10e5c2 Remove trailing whitespace. by Craig Topper · 11 years ago
  97. 1cc87df Remove trailing whitespace. by Craig Topper · 11 years ago
  98. dcd4cc7 Fix test for Release builds. by Eli Friedman · 11 years ago
  99. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  100. d46bedc Fix test for Release builds. by Eli Friedman · 11 years ago