summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add __nodebug__ attribute to functions in arm_neon.hBob Wilson2011-10-141-1/+1
* Constant expression evaluation refactoring:Richard Smith2011-10-101-1/+1
* Make clang-tblgen's Makefile independent of Clang's top-level Makefile,Peter Collingbourne2011-10-081-2/+2
* [analyzer] Static Analyzer Qualification Infrastructure: Scripts to support b...Anna Zaks2011-10-062-0/+378
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-0615-0/+4098
* [analyzer] CmpRuns can now optionally delete empty reports.Anna Zaks2011-09-121-5/+7
* [analyzer] CmpRuns.cmpScanBuildResults() should be easy to call from other mo...Anna Zaks2011-09-121-18/+32
* Rename CmpRuns into CmpRuns.py so that it could be used as a module.Anna Zaks2011-09-121-0/+0
* Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic!Douglas Gregor2011-07-271-0/+44
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-152-2/+2
* Minor fix for clang-completion-mode, from Dve AbrahamsDouglas Gregor2010-12-141-2/+2
* utils/ABITest: Factor out type naming code slightly.Daniel Dunbar2010-09-272-10/+24
* utils/ABITest: Tweak default bit-field types to cover some more interesting c...Daniel Dunbar2010-09-271-2/+4
* utils/ABITest: Add a workaround for mismatches due to PR5579.Daniel Dunbar2010-09-271-1/+7
* utils/ABITest: Add option to skip individual tests by index.Daniel Dunbar2010-09-271-0/+6
* Fix typo in test programDouglas Gregor2010-07-141-1/+1
* FuzzTest: Add support for reading list of replacements from a file.Daniel Dunbar2010-05-301-0/+16
* utils: Add a generic fuzz testing tool.Daniel Dunbar2010-05-301-0/+324
* Wrap 'data' key in quotes.Ted Kremenek2010-04-171-1/+1
* Make script actually work.Ted Kremenek2010-04-171-1/+1
* Log code completion data in json format.Ted Kremenek2010-04-171-4/+7
* Include sender address in completion log.Ted Kremenek2010-04-151-0/+2
* Add simple python server for recording code completion timings.Ted Kremenek2010-04-151-0/+39
* More magic.Anders Carlsson2010-03-291-4/+4
* Sprinkle some sed dust over check-ztt to make it work with newer clang asm ou...Anders Carlsson2010-03-291-2/+2