1. 3f1a5a2 Minor comments and changes to clang-completion-mode.el, from David Wood! by Douglas Gregor · 12 years ago
  2. 04bc014 [analyzer] SATestBuild should execute SVN updates even if Verbose is off. by Jordan Rose · 12 years ago
  3. 6d7e372 [analyzer] Fix SATestAdd to work with SATestBuild. by Jordan Rose · 12 years ago
  4. 46eb6ca Updating the visualizers to include more datatypes. Patch thanks to Jay Blanchard. by Aaron Ballman · 12 years ago
  5. b4a5425 TableGen: Remove extraneous '\' at EOL in generated tests. by Jim Grosbach · 12 years ago
  6. 7c45163 Fix typo. by Ted Kremenek · 12 years ago
  7. 86674ec Use Perl prototypes instead of shift. by Ted Kremenek · 12 years ago
  8. 3a46530 Add basic delta-debugging script used for reducing analyzer crasher test cases. by Ted Kremenek · 12 years ago
  9. c4968d6 SmallString Visual Studio visualizer by Will Wilson. by David Blaikie · 12 years ago
  10. 31c195a Fix our handling of visibility in explicit template instantiations. by Rafael Espindola · 12 years ago
  11. 703d412 Teach the parser to deal with multiple spellings for the same by Douglas Gregor · 12 years ago
  12. 667381b ARM: Support marking intrinsic definitions as 'unavailable' by Jim Grosbach · 12 years ago
  13. 4648477 Remove DiagGroups from notes, and add a TableGen assertion to catch them. by Richard Smith · 12 years ago
  14. 0c19b3c Replace the StringSwitch in AttributeList::getKind() with a by Douglas Gregor · 12 years ago
  15. 331d2ec Introduce the notion of 'ignored' attributes, so that all attributes by Douglas Gregor · 12 years ago
  16. 3e7d31a Introduce the notion of an attribute that has no direct representation by Douglas Gregor · 12 years ago
  17. d6268ff Revert my optimization to AttributeList::getKind() in r155987; by Douglas Gregor · 12 years ago
  18. b6dd605 Replace the StringSwitch in AttributeList::getKind(const by Douglas Gregor · 12 years ago
  19. e47398a Add a FIXME for uncomplete comment fix a typo add punctuation by Gabor Greif · 12 years ago
  20. 789acdd Add SmallVectorImpl Visual Studio visualizer. Patch by Nikola Smiljanic. by David Blaikie · 12 years ago
  21. f102c45 Remove the vestiges of the C backend. by Eric Christopher · 12 years ago
  22. b017ea2 Adding namespace qualifiers to the visualizers and improving their behavior. by Aaron Ballman · 12 years ago
  23. 2a6dc14 [utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failure by Argyrios Kyrtzidis · 12 years ago
  24. 3cb8e2f [utils/FuzzTest] The help message says that if you don't specify --max-tests by Argyrios Kyrtzidis · 12 years ago
  25. 00f1f27 [utils/FuzzTest] For --filelist the option type is string, not integer. by Argyrios Kyrtzidis · 12 years ago
  26. 9df08bb Spelling. by Daniel Dunbar · 12 years ago
  27. e53ac8a Refactor Clang sema attribute handling. by Michael Han · 12 years ago
  28. d42236e [tablegen] Make sure that the code that is determining the order of warning groups by Argyrios Kyrtzidis · 12 years ago
  29. 9747b53 [analyzer] Testing: These checkers are not experimental anymore. by Anna Zaks · 13 years ago
  30. d49cb20 Store the warning option corresponding to a diagnostics as an index into the option table instead of storing the name. by Benjamin Kramer · 13 years ago
  31. f66035e [analyzer] Add the Malloc checker to the list of tested checkers. by Anna Zaks · 13 years ago
  32. 5189035 Add a script that produces a list of all diagnostics that are defined in by Dmitri Gribenko · 13 years ago
  33. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 13 years ago
  34. b880609 Remove stray semi-colon. by Daniel Dunbar · 13 years ago
  35. f94d392 Kill the brief and full explanation fields from StaticDiagInfoRec. They were unused and wasted space for nothing. by Benjamin Kramer · 13 years ago
  36. fd8fed9 Added MSVC visualizers for PointerIntPair and PointerUnions. by Aaron Ballman · 13 years ago
  37. 5bbc385 Move instantiateTemplateAttribute into the sema namespace, make helpers static. by Benjamin Kramer · 13 years ago
  38. 09e9cf0 [analyzer] Testing: add automated reference results reset. by Anna Zaks · 13 years ago
  39. ac4e5b7 [analyzer] Testing: add 2 new checkers to the buildbot script. by Anna Zaks · 13 years ago
  40. 2c3038e [analyzer] Add the HTML file to the SATest diagnostic diff. by Anna Zaks · 13 years ago
  41. ab2d46e [analyzer] Testing: make diagnostic diffs more informative (add by Anna Zaks · 13 years ago
  42. 8c345c0 [analyzer] Unbreak the static analyzer bot. Regression from r148558. by Anna Zaks · 13 years ago
  43. 23323e0 Delayed template instantiation of late-parsed attributes. by DeLesley Hutchins · 13 years ago
  44. 7b9ff0c Instantiate dependent attributes when instantiating templates. by DeLesley Hutchins · 13 years ago
  45. afb51af [analyzer] Tweak the buildbot script to include the experimental taint checker and correct the checker enabling setting. by Anna Zaks · 13 years ago
  46. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  47. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
  48. eb66673 CodeInit was replaced by StringInit. by Jakob Stoklund Olesen · 13 years ago
  49. d3e29ef [analyzer] Testing infrastructure: Flush output after every print statement. by Anna Zaks · 13 years ago
  50. 0b536f3 Remove unused include of VectorExtras.h. by Benjamin Kramer · 13 years ago
  51. f063a3b [analyzer] Correct the error message in the testing infrastructure. by Anna Zaks · 13 years ago
  52. 9082cdd Relax type checking for a few Neon intrinsics. <rdar://problem/10538555> by Bob Wilson · 13 years ago
  53. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  54. 1bea880 Add support for pretty-printing attributes, from Richard Membarth! by Douglas Gregor · 13 years ago
  55. 4648255 Fix Neon builtin pointer argument checking for "sret" builtins. by Bob Wilson · 13 years ago
  56. 037ad1b Validate DiagGroup names in TableGen, they're used as command line arguments so we don't want shell meta chars in there. by Benjamin Kramer · 13 years ago
  57. 8d4a515 [analyzer] Testing: test with all the non-experimental checker packages. by Anna Zaks · 13 years ago
  58. 86f14ab [analyzer] Testing: support for regenerate reference output by Anna Zaks · 13 years ago
  59. a7a2564 [analyzer] Testing: Display the number of reported differences in the main log. by Anna Zaks · 13 years ago
  60. 6f9f03e Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
  61. da95f73 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
  62. bc05f57 [analyzer] Testing infrastructure: flush the output between projects. by Anna Zaks · 13 years ago
  63. 90c7892 Use StringRef's case transformation methods. by Benjamin Kramer · 13 years ago
  64. e1e7367 [analyzer] Relax the cmp criteria for analyzer reports. by Anna Zaks · 13 years ago
  65. 45518b1 [analyzer] Add support for testing with individual preprocessed files. by Anna Zaks · 13 years ago
  66. 5fa3f13 [analyzer] Tweak the test script by Anna Zaks · 13 years ago
  67. d4e85fa Update the CMake build for clang-tblgen to reflect that it directly by Chandler Carruth · 13 years ago
  68. e3271d4 Remove the Alpha backend. by Dan Gohman · 13 years ago
  69. 78cf13d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  70. 0986eb5 Remove the SystemZ backend. by Dan Gohman · 13 years ago
  71. d1af3b9 Add __nodebug__ attribute to functions in arm_neon.h by Bob Wilson · 13 years ago
  72. a6b8b2c Constant expression evaluation refactoring: by Richard Smith · 13 years ago
  73. d7c8556 Make clang-tblgen's Makefile independent of Clang's top-level Makefile, by Peter Collingbourne · 13 years ago
  74. 1b41716 [analyzer] Static Analyzer Qualification Infrastructure: Scripts to support basic testing of the analyzer on external projects. This can be used as a basis for setting up a buildbot. by Anna Zaks · 13 years ago
  75. 51d7777 Add the Clang tblgen backends to Clang, and flip the switch to cause by Peter Collingbourne · 13 years ago
  76. f95a201 [analyzer] CmpRuns can now optionally delete empty reports. by Anna Zaks · 13 years ago
  77. 544055f [analyzer] CmpRuns.cmpScanBuildResults() should be easy to call from other modules. by Anna Zaks · 13 years ago
  78. 22d70e0 Rename CmpRuns into CmpRuns.py so that it could be used as a module. by Anna Zaks · 13 years ago
  79. 3ef1ad2 Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic! by Douglas Gregor · 13 years ago
  80. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  81. ed37836 Minor fix for clang-completion-mode, from Dve Abrahams by Douglas Gregor · 14 years ago
  82. 7b1ab13 utils/ABITest: Factor out type naming code slightly. by Daniel Dunbar · 14 years ago
  83. 3d2fd8d utils/ABITest: Tweak default bit-field types to cover some more interesting cases. by Daniel Dunbar · 14 years ago
  84. 3dbe0b7 utils/ABITest: Add a workaround for mismatches due to PR5579. by Daniel Dunbar · 14 years ago
  85. 1ca717b utils/ABITest: Add option to skip individual tests by index. by Daniel Dunbar · 14 years ago
  86. b0a996f Fix typo in test program by Douglas Gregor · 14 years ago
  87. c53a844 FuzzTest: Add support for reading list of replacements from a file. by Daniel Dunbar · 14 years ago
  88. 8035880 utils: Add a generic fuzz testing tool. by Daniel Dunbar · 14 years ago
  89. f91e56b Wrap 'data' key in quotes. by Ted Kremenek · 14 years ago
  90. b0c0295 Make script actually work. by Ted Kremenek · 14 years ago
  91. 87bdd66 Log code completion data in json format. by Ted Kremenek · 14 years ago
  92. 264b7f2 Include sender address in completion log. by Ted Kremenek · 14 years ago
  93. 66cf36d Add simple python server for recording code completion timings. by Ted Kremenek · 14 years ago
  94. d18b4de More magic. by Anders Carlsson · 14 years ago
  95. f01149a Sprinkle some sed dust over check-ztt to make it work with newer clang asm output. (I am not a sed expert so this might be terribly inefficient :) by Anders Carlsson · 14 years ago
  96. 799e750 Didn't mean to commit this. by Anders Carlsson · 14 years ago
  97. 0bf4089 Use the new vtable layout code for construction vtables. by Anders Carlsson · 14 years ago
  98. 49b9545 make the vtable tester a little friendlier, with a clean target and without requiring . to be in your path by Douglas Gregor · 14 years ago
  99. aa74a1e Implement promotion for enumeration types. by Douglas Gregor · 15 years ago
  100. c6277a0 Include <stdlib.h>, so that we're sure to get atoi. by Douglas Gregor · 15 years ago