summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] cpplint of inc files in backgroundVitaly Buka2019-09-121-0/+2
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-121-5/+5
* [compiler-rt] Better lint output for .inc filesVitaly Buka2019-09-121-12/+4
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-8/+8
* Update compiler-rt cpplint.pyVitaly Buka2019-09-112-1047/+3276
* [sanitizer] Simplify COMPILER_RT setup in lint scriptVitaly Buka2019-08-281-8/+2
* [compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz2019-08-081-1/+1
* [compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz2019-08-061-1/+1
* [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz2019-08-051-1/+3
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-2/+2
* compiler-rt: Rename .cc file in test/lsan to .cppFangrui Song2019-08-051-1/+1
* compiler-rt: Rename .cc file in test/tsan to .cppFangrui Song2019-08-021-1/+1
* compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cppNico Weber2019-08-011-2/+2
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/msan to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/lsan to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/asan/tests to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-1/+1
* Try to heal bots after r367551Nico Weber2019-08-011-1/+1
* Attempt to heal bots after r367467Nico Weber2019-07-311-1/+1
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-1/+1
* Attempt to heal bots after r367456Nico Weber2019-07-311-1/+1
* [compiler-rt] Respect CMAKE_NMShoaib Meenai2019-06-151-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of...Peter Collingbourne2019-01-111-10/+13
* [Sanitizers] Export aligned new/delete from runtimes.Alex Shlyapnikov2017-12-231-0/+20
* [sanitizer] Add Scudo to the sanitizer lint checks.Kostya Kortchinsky2017-11-081-0/+6
* [asan] fix one more case where stack-use-after-return is not async-signal-saf...Kostya Serebryany2017-06-021-1/+1
* [sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany2017-05-311-1/+1
* sancov.py: [Py3] Get rid of "print" statement. Use print() or write() instead.NAKAMURA Takumi2017-02-121-26/+28
* sancov.py: [Py3] Use sys.stdout.buffer for bytes.NAKAMURA Takumi2017-02-111-2/+3
* sancov.py: [Py3] Use bytes.decode() explicitly.NAKAMURA Takumi2017-02-071-1/+1
* sancov.py: [Py3] Use '//' instead of '/' as division operator.NAKAMURA Takumi2017-02-071-3/+5
* [XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris2016-09-201-1/+2
* Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"Renato Golin2016-09-081-2/+1
* [XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris2016-09-081-1/+2
* [compiler-rt] Allow nm program to be over-ridden for global symbol detectionFrancis Ricci2016-08-101-2/+3
* [ASAN] Use struct instead of array in sancov.pySagar Thakur2016-04-221-8/+13
* [asan] Tweak gen_dynamic_list.py to work with both Py2 and Py3.Evgeniy Stepanov2015-10-011-1/+1
* [asan] Add new(unsigned int) to ASan interface list.Evgeniy Stepanov2015-05-281-5/+12
* Use /usr/bin/env to find pythonEd Maste2015-05-282-2/+2
* [sanitizer] Update "sancov.py missing" to allow __sanitizer_cov_with_check().Sergey Matveev2015-05-121-1/+5
* [sanitizer] Extend sancov.py to show which PCs are missing from coverage.Sergey Matveev2015-05-061-4/+41
* [asan] Fix dynamic-runtime tests.Evgeniy Stepanov2015-05-061-2/+3
* [asan] Use a version script to limit the symbols exported by the ASan shared ...Evgeniy Stepanov2015-05-051-4/+17
* [Sanitizers Coverage] Make sancov.py work with wildcards from Windows CMD shellTimur Iskhodzhanov2015-04-011-6/+13
* [PowerPC]Fix sancov.py to once again support big endianBill Seurer2015-03-251-9/+9
* [sanitizer] fix 'sancov.py merge' and add a test for itKostya Serebryany2015-03-191-9/+11
* [sanitizer] trying to fix sancov.py with 32-bit pythonKostya Serebryany2015-03-191-7/+18
* [sanitizer] change the sanitizer coverage format once again, this time adding...Kostya Serebryany2015-03-181-34/+53