Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [sanitizer] fix 'sancov.py merge' and add a test for it | Kostya Serebryany | 2015-03-19 | 1 | -9/+11 | |
| | | | | llvm-svn: 232763 | |||||
* | [sanitizer] trying to fix sancov.py with 32-bit python | Kostya Serebryany | 2015-03-19 | 1 | -7/+18 | |
| | | | | llvm-svn: 232754 | |||||
* | [sanitizer] change the sanitizer coverage format once again, this time ↵ | Kostya Serebryany | 2015-03-18 | 1 | -34/+53 | |
| | | | | | | adding a magic to the beginning of the file llvm-svn: 232679 | |||||
* | [sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are ↵ | Kostya Serebryany | 2015-03-18 | 1 | -3/+6 | |
| | | | | | | dumped in the order of their appearance llvm-svn: 232573 | |||||
* | [sanitizer] change the format of coverage dump: instead of always dumping ↵ | Kostya Serebryany | 2015-03-17 | 1 | -33/+44 | |
| | | | | | | 32-bit offsets dump 32-bit offsets on 32-bit arch and 64-bit offsets on 64-bit arch. Also add the 'bits' parameter to sancov.py. This is a user-visible interface change. llvm-svn: 232555 | |||||
* | Exclude LLVM sources from lint check. | Alexey Samsonov | 2015-03-04 | 1 | -4/+0 | |
| | | | | | | | Checking files from different repository is not nice, and LLVM code follows its own style guide anyway. llvm-svn: 231289 | |||||
* | [sanitizer] Fix bashism in check_lint.sh. | Evgeniy Stepanov | 2015-01-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 226267 | |||||
* | [sanitizer] Cleanup linter temporary files. | Evgeniy Stepanov | 2015-01-16 | 1 | -1/+8 | |
| | | | | llvm-svn: 226266 | |||||
* | [sanitizer] Tweak sancov.py output. | Evgeniy Stepanov | 2014-12-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 224841 | |||||
* | [sanitizer] sancov.py: print status to stderr | Evgeniy Stepanov | 2014-12-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 224840 | |||||
* | Custom wrappers for DFSanitizing sprintf & snprintf. | Lorenzo Martignoni | 2014-10-08 | 1 | -1/+1 | |
| | | | | | | Differential Revision: http://reviews.llvm.org/D5561 llvm-svn: 219293 | |||||
* | Avoid bashisms and switch to /bin/sh | Ed Maste | 2014-10-07 | 1 | -14/+23 | |
| | | | | | | | | Bash may not be installed on some systems by default, like FreeBSD. Differential Revision: http://reviews.llvm.org/D5654 llvm-svn: 219231 | |||||
* | Adjust gen_dynamic_list for PowerPC function descriptors | Alexey Samsonov | 2014-07-21 | 1 | -1/+5 | |
| | | | | llvm-svn: 213577 | |||||
* | Don't check lint for SpecialCaseList.cpp | Alexey Samsonov | 2014-07-09 | 1 | -2/+1 | |
| | | | | llvm-svn: 212642 | |||||
* | [sancov] Handle spaces in module name. | Evgeniy Stepanov | 2014-06-03 | 1 | -2/+1 | |
| | | | | llvm-svn: 210108 | |||||
* | [sancov] Remove debug leftovers and update usage text. | Evgeniy Stepanov | 2014-06-02 | 1 | -4/+2 | |
| | | | | llvm-svn: 210009 | |||||
* | [asancov] Write coverage directly to a memory-mapped file. | Evgeniy Stepanov | 2014-05-27 | 1 | -0/+61 | |
| | | | | | | | | | | | This way does not require a __sanitizer_cov_dump() call. That's important on Android, where apps can be killed at arbitrary time. We write raw PCs to disk instead of module offsets; we also write memory layout to a separate file. This increases dump size by the factor of 2 on 64-bit systems. llvm-svn: 209653 | |||||
* | [sanitizer] Support sandboxing in sanitizer coverage. | Sergey Matveev | 2014-05-19 | 1 | -7/+40 | |
| | | | | | | | | | | | Summary: Sandboxed code may now pass additional arguments to __sanitizer_sandbox_on_notify() to force all coverage data to be dumped to a single file (the default is one file per module). The user may supply a file or socket to write to. The latter option can be used to broker out the file writing functionality. If -1 is passed, we pre-open a file. llvm-svn: 209121 | |||||
* | cleanup and test litlint | Greg Fitzgerald | 2014-05-15 | 2 | -13/+82 | |
| | | | | llvm-svn: 208907 | |||||
* | Fix typos | Alp Toker | 2014-05-15 | 1 | -2/+2 | |
| | | | | llvm-svn: 208841 | |||||
* | migrate litlint from argparse to optparse. reenabled | Greg Fitzgerald | 2014-05-14 | 2 | -8/+6 | |
| | | | | llvm-svn: 208826 | |||||
* | Disabled litlint. It requires Python 2.7 or later | Greg Fitzgerald | 2014-05-14 | 1 | -1/+2 | |
| | | | | llvm-svn: 208823 | |||||
* | add script to ensure lit test contains %run | Greg Fitzgerald | 2014-05-14 | 2 | -1/+31 | |
| | | | | llvm-svn: 208819 | |||||
* | fixed check_lint.sh in standalone build | Greg Fitzgerald | 2014-03-21 | 1 | -1/+3 | |
| | | | | | Change-Id: I30d340bbe6b2028cc0f831399b62521912dcac60 llvm-svn: 204419 | |||||
* | Update sanitizers' bash scripts. | Alexey Samsonov | 2014-02-25 | 1 | -7/+7 | |
| | | | | | | | * Fix bash scripts to work on FreeBSD (patch by Viktor Kutuzov) * Update locations of lit tests in check_lint script. llvm-svn: 202145 | |||||
* | [sanitizer] Support most ioctls from /usr/include/sound/. | Sergey Matveev | 2014-01-31 | 1 | -1/+1 | |
| | | | | llvm-svn: 200544 | |||||
* | Fix gen_dynamic_list.py for Python 3. Patch by Marcoen Hirschberg. | Alexey Samsonov | 2013-12-17 | 1 | -4/+4 | |
| | | | | llvm-svn: 197493 | |||||
* | Implement a bunch of custom glibc wrappers & corresponding tests | Lorenzo Martignoni | 2013-11-26 | 1 | -0/+6 | |
| | | | | llvm-svn: 195749 | |||||
* | Revert r195381, "Implement a bunch of custom glibc wrappers & corresponding ↵ | Peter Collingbourne | 2013-11-21 | 1 | -8/+0 | |
| | | | | | | | | tests." It broke a buildbot. llvm-svn: 195392 | |||||
* | Implement a bunch of custom glibc wrappers & corresponding tests. | Peter Collingbourne | 2013-11-21 | 1 | -0/+8 | |
| | | | | | | | | | | | | | - Introduce several new custom glibc wrappers - Implement some of the not yet implemented wrappers - Refactor and extend the tests - Add script to make sure all declare custom glibc wrappers are implemented & tested. Patch by Lorenzo Martignoni! Differential Revision: http://llvm-reviews.chandlerc.com/D2234 llvm-svn: 195381 | |||||
* | [asan] helper script to dump/merge coverage data | Kostya Serebryany | 2013-11-15 | 1 | -0/+56 | |
| | | | | llvm-svn: 194809 | |||||
* | [Sanitizer] Add pthread_attr_getaffinity_np to the list of versioned functions | Alexey Samsonov | 2013-10-26 | 1 | -1/+2 | |
| | | | | llvm-svn: 193470 | |||||
* | [Sanitizer] Fix lint checker script on Mac | Alexey Samsonov | 2013-10-16 | 1 | -4/+4 | |
| | | | | llvm-svn: 192791 | |||||
* | tsan: do not leave trash source files in source dir | Dmitry Vyukov | 2013-10-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 192700 | |||||
* | [libsanitizer] Pass an explicit template to mktemp. Running mktemp without a ↵ | Alexander Potapenko | 2013-09-20 | 1 | -3/+3 | |
| | | | | | | template doesn't work on Darwin. llvm-svn: 191084 | |||||
* | [Sanitizer] Add pthread_cond_init to the list of versioned functions | Alexey Samsonov | 2013-09-20 | 1 | -3/+4 | |
| | | | | llvm-svn: 191078 | |||||
* | Minor updates to gen_dynamic_list script suggested by glider | Alexey Samsonov | 2013-08-29 | 1 | -42/+49 | |
| | | | | llvm-svn: 189588 | |||||
* | [sanitizer] Parallelize lint checker script | Alexey Samsonov | 2013-08-29 | 1 | -28/+36 | |
| | | | | llvm-svn: 189578 | |||||
* | sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python. | Will Dietz | 2013-08-28 | 1 | -1/+3 | |
| | | | | | | Fixes build on systems where 'python' is not python2. llvm-svn: 189486 | |||||
* | Make lint checker script more robust | Alexey Samsonov | 2013-08-28 | 1 | -3/+4 | |
| | | | | llvm-svn: 189479 | |||||
* | Check code style in check-sanitizer command | Alexey Samsonov | 2013-08-28 | 2 | -9/+4035 | |
| | | | | llvm-svn: 189475 | |||||
* | Properly generate lists of exported symbols for sanitizer runtimes | Alexey Samsonov | 2013-08-27 | 1 | -0/+76 | |
| | | | | | | | | | This change adds a Python script that is invoked for the just-built sanitizer runtime to generate the list of exported symbols passed to the linker. By default, it contains interceptors and sanitizer interface functions, but can be extended with tool-specific lists. llvm-svn: 189356 | |||||
* | Slightly improve lint checker script and fix a few style issues | Alexey Samsonov | 2013-08-23 | 1 | -28/+32 | |
| | | | | llvm-svn: 189092 | |||||
* | Add a FIXME to check_lint | Timur Iskhodzhanov | 2013-08-13 | 1 | -0/+3 | |
| | | | | llvm-svn: 188266 | |||||
* | Lint fixes | Alexey Samsonov | 2013-08-05 | 1 | -2/+2 | |
| | | | | llvm-svn: 187726 | |||||
* | [Sanitizer] support running external llvm-symbolizer on Mac | Alexey Samsonov | 2013-06-11 | 1 | -4/+2 | |
| | | | | llvm-svn: 183730 | |||||
* | [lsan] Convert the remaining LSan tests to output tests. | Sergey Matveev | 2013-05-29 | 1 | -1/+2 | |
| | | | | llvm-svn: 182839 | |||||
* | [lsan] Begin converting LSan tests to output tests. | Sergey Matveev | 2013-05-27 | 1 | -0/+2 | |
| | | | | | | In this CL all old tests are removed and one LIT test is added. llvm-svn: 182730 | |||||
* | [lsan] Tests for LeakSanitizer. | Sergey Matveev | 2013-05-20 | 1 | -0/+6 | |
| | | | | llvm-svn: 182250 | |||||
* | [sanitizer] Fix lint. | Evgeniy Stepanov | 2013-04-22 | 1 | -1/+2 | |
| | | | | llvm-svn: 180012 |