summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/scripts
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Fix bashism in check_lint.sh.Evgeniy Stepanov2015-01-161-1/+1
* [sanitizer] Cleanup linter temporary files.Evgeniy Stepanov2015-01-161-1/+8
* [sanitizer] Tweak sancov.py output.Evgeniy Stepanov2014-12-251-1/+1
* [sanitizer] sancov.py: print status to stderrEvgeniy Stepanov2014-12-251-1/+1
* Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni2014-10-081-1/+1
* Avoid bashisms and switch to /bin/shEd Maste2014-10-071-14/+23
* Adjust gen_dynamic_list for PowerPC function descriptorsAlexey Samsonov2014-07-211-1/+5
* Don't check lint for SpecialCaseList.cppAlexey Samsonov2014-07-091-2/+1
* [sancov] Handle spaces in module name.Evgeniy Stepanov2014-06-031-2/+1
* [sancov] Remove debug leftovers and update usage text.Evgeniy Stepanov2014-06-021-4/+2
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+61
* [sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev2014-05-191-7/+40
* cleanup and test litlintGreg Fitzgerald2014-05-152-13/+82
* Fix typosAlp Toker2014-05-151-2/+2
* migrate litlint from argparse to optparse. reenabledGreg Fitzgerald2014-05-142-8/+6
* Disabled litlint. It requires Python 2.7 or laterGreg Fitzgerald2014-05-141-1/+2
* add script to ensure lit test contains %runGreg Fitzgerald2014-05-142-1/+31
* fixed check_lint.sh in standalone buildGreg Fitzgerald2014-03-211-1/+3
* Update sanitizers' bash scripts.Alexey Samsonov2014-02-251-7/+7
* [sanitizer] Support most ioctls from /usr/include/sound/.Sergey Matveev2014-01-311-1/+1
* Fix gen_dynamic_list.py for Python 3. Patch by Marcoen Hirschberg.Alexey Samsonov2013-12-171-4/+4
* Implement a bunch of custom glibc wrappers & corresponding testsLorenzo Martignoni2013-11-261-0/+6
* Revert r195381, "Implement a bunch of custom glibc wrappers & corresponding t...Peter Collingbourne2013-11-211-8/+0
* Implement a bunch of custom glibc wrappers & corresponding tests.Peter Collingbourne2013-11-211-0/+8
* [asan] helper script to dump/merge coverage dataKostya Serebryany2013-11-151-0/+56
* [Sanitizer] Add pthread_attr_getaffinity_np to the list of versioned functionsAlexey Samsonov2013-10-261-1/+2
* [Sanitizer] Fix lint checker script on MacAlexey Samsonov2013-10-161-4/+4
* tsan: do not leave trash source files in source dirDmitry Vyukov2013-10-151-1/+1
* [libsanitizer] Pass an explicit template to mktemp. Running mktemp without a ...Alexander Potapenko2013-09-201-3/+3
* [Sanitizer] Add pthread_cond_init to the list of versioned functionsAlexey Samsonov2013-09-201-3/+4
* Minor updates to gen_dynamic_list script suggested by gliderAlexey Samsonov2013-08-291-42/+49
* [sanitizer] Parallelize lint checker scriptAlexey Samsonov2013-08-291-28/+36
* sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz2013-08-281-1/+3
* Make lint checker script more robustAlexey Samsonov2013-08-281-3/+4
* Check code style in check-sanitizer commandAlexey Samsonov2013-08-282-9/+4035
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-271-0/+76
* Slightly improve lint checker script and fix a few style issuesAlexey Samsonov2013-08-231-28/+32
* Add a FIXME to check_lintTimur Iskhodzhanov2013-08-131-0/+3
* Lint fixesAlexey Samsonov2013-08-051-2/+2
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-111-4/+2
* [lsan] Convert the remaining LSan tests to output tests.Sergey Matveev2013-05-291-1/+2
* [lsan] Begin converting LSan tests to output tests.Sergey Matveev2013-05-271-0/+2
* [lsan] Tests for LeakSanitizer.Sergey Matveev2013-05-201-0/+6
* [sanitizer] Fix lint.Evgeniy Stepanov2013-04-221-1/+2
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-051-1/+1
* [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany2013-02-261-2/+2
* [sanitizer] Fix lint.Evgeniy Stepanov2013-02-201-1/+1
* [sanitizer] Intercept __isoc99_*scanf.Evgeniy Stepanov2013-02-121-1/+1
* [sanitizer] Fix lint.Evgeniy Stepanov2013-02-081-6/+8
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+3
OpenPOWER on IntegriCloud