summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove the vestiges of the C backend.Eric Christopher2012-03-233-6/+0
* Adding namespace qualifiers to the visualizers and improving their behavior.Aaron Ballman2012-03-101-8/+8
* [utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failureArgyrios Kyrtzidis2012-03-081-1/+11
* [utils/FuzzTest] The help message says that if you don't specify --max-testsArgyrios Kyrtzidis2012-03-081-1/+1
* [utils/FuzzTest] For --filelist the option type is string, not integer.Argyrios Kyrtzidis2012-03-081-1/+1
* Spelling.Daniel Dunbar2012-03-081-1/+1
* Refactor Clang sema attribute handling.Michael Han2012-03-073-0/+131
* [tablegen] Make sure that the code that is determining the order of warning g...Argyrios Kyrtzidis2012-03-061-51/+46
* [analyzer] Testing: These checkers are not experimental anymore.Anna Zaks2012-02-201-1/+1
* Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer2012-02-151-5/+23
* [analyzer] Add the Malloc checker to the list of tested checkers.Anna Zaks2012-02-151-1/+1
* Add a script that produces a list of all diagnostics that are defined inDmitri Gribenko2012-02-131-0/+19
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-1/+1
* Remove stray semi-colon.Daniel Dunbar2012-02-101-1/+1
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-8/+0
* Added MSVC visualizers for PointerIntPair and PointerUnions.Aaron Ballman2012-02-061-1/+91
* Move instantiateTemplateAttribute into the sema namespace, make helpers static.Benjamin Kramer2012-02-061-2/+6
* [analyzer] Testing: add automated reference results reset.Anna Zaks2012-02-031-12/+70
* [analyzer] Testing: add 2 new checkers to the buildbot script.Anna Zaks2012-02-011-1/+1
* [analyzer] Add the HTML file to the SATest diagnostic diff.Anna Zaks2012-01-242-4/+5
* [analyzer] Testing: make diagnostic diffs more informative (addAnna Zaks2012-01-241-2/+5
* [analyzer] Unbreak the static analyzer bot. Regression from r148558.Anna Zaks2012-01-211-1/+1
* Delayed template instantiation of late-parsed attributes.DeLesley Hutchins2012-01-201-1/+6
* Instantiate dependent attributes when instantiating templates.DeLesley Hutchins2012-01-203-3/+162
* [analyzer] Tweak the buildbot script to include the experimental taint checke...Anna Zaks2012-01-201-2/+2
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-11/+1
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-3/+0
* CodeInit was replaced by StringInit.Jakob Stoklund Olesen2012-01-131-3/+1
* [analyzer] Testing infrastructure: Flush output after every printAnna Zaks2012-01-101-1/+10
* Remove unused include of VectorExtras.h.Benjamin Kramer2012-01-071-1/+0
* [analyzer] Correct the error message in the testing infrastructure.Anna Zaks2012-01-041-2/+1
* Relax type checking for a few Neon intrinsics. <rdar://problem/10538555>Bob Wilson2011-12-201-0/+11
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-1/+1
* Add support for pretty-printing attributes, from Richard Membarth!Douglas Gregor2011-11-191-0/+67
* Fix Neon builtin pointer argument checking for "sret" builtins.Bob Wilson2011-11-161-6/+24
* Validate DiagGroup names in TableGen, they're used as command line arguments ...Benjamin Kramer2011-11-151-0/+4
* [analyzer] Testing: test with all the non-experimental checker packages.Anna Zaks2011-11-081-2/+6
* [analyzer] Testing: support for regenerate reference outputAnna Zaks2011-11-081-12/+15
* [analyzer] Testing: Display the number of reported differences in the main log.Anna Zaks2011-11-082-13/+16
* Check pointer types for arguments of Neon load/store macros. rdar://9958031Bob Wilson2011-11-081-10/+18
* Clean up type flags for overloaded Neon builtins. No functional change.Bob Wilson2011-11-082-13/+43
* [analyzer] Testing infrastructure: flush the output between projects.Anna Zaks2011-11-081-0/+1
* Use StringRef's case transformation methods.Benjamin Kramer2011-11-061-2/+1
* [analyzer] Relax the cmp criteria for analyzer reports.Anna Zaks2011-11-051-1/+1
* [analyzer] Add support for testing with individual preprocessed files.Anna Zaks2011-11-052-34/+133
* [analyzer] Tweak the test scriptAnna Zaks2011-11-021-9/+13
* Update the CMake build for clang-tblgen to reflect that it directlyChandler Carruth2011-11-021-0/+1
* Remove the Alpha backend.Dan Gohman2011-10-273-6/+0
* Remove the Blackfin backend.Dan Gohman2011-10-253-6/+0
* Remove the SystemZ backend.Dan Gohman2011-10-243-6/+0