aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/dfsan
AgeCommit message (Expand)AuthorFilesLines
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner3-3/+3
2019-06-13[dfsan] Introduce dfsan_flush().Kostya Serebryany1-0/+28
2019-06-08Experimantal dfsan mode "fast16labels=1"Kostya Serebryany1-0/+25
2018-06-01Add weak definitions of trace-cmp hooks to dfsanKostya Serebryany1-0/+50
2018-04-06[compiler-rt][dfsan][mips] UnXPASS a consistently passing testSimon Dardis1-2/+0
2017-05-09[mips] XFAIL dfsan's custom.cc test on mips64.Simon Dardis1-1/+1
2016-12-09[DFSAN] Another unstable test in AArch64 breaking bots unnecessarilyRenato Golin1-0/+1
2016-11-29[sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek1-10/+1
2016-08-12[mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.Daniel Sanders1-0/+2
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron1-1/+1
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov1-2/+1
2016-03-09[DFSan] Fix test_inet_pton for big endian archsMohit K. Bhakkad1-1/+1
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov2-3/+5
2016-02-09[dfsan] Run the tests for each supported arch and suffix each one to distingu...Daniel Sanders3-6/+37
2015-07-31[AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686Renato Golin1-3/+0
2015-07-30[dfsan] Enable dfsan for aarch64Adhemerval Zanella1-0/+3
2015-04-10Extend s{,n}printf custom wrappers to support '*' in the format specifiersLorenzo Martignoni1-0/+5
2015-04-09Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"Peter Collingbourne1-5/+0
2015-04-09Differential Revision: http://reviews.llvm.org/D7249Lorenzo Martignoni1-0/+5
2015-03-02[DFSan] Remove explicit -m64 from RUN lines.Alexey Samsonov10-25/+25
2014-11-20[DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni1-0/+69
2014-11-05[dfsan] Add runtime function for aborting on indirect calls toPeter Collingbourne1-0/+24
2014-10-30Update __dfsw_s{,n}printf custom functions for new calling convention.Peter Collingbourne1-0/+5
2014-10-08Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni1-9/+129
2014-06-04[dfsan] Fix the declaration of dfsan_add_label.Peter Collingbourne1-0/+7
2014-04-30Add %run to all lit testsGreg Fitzgerald7-17/+17
2014-04-24Add user-defined callback on write() calls.Peter Collingbourne2-0/+185
2014-03-26Add function to get the number of DFSan labels allocated.Peter Collingbourne1-0/+75
2014-02-20[CMake] lit tests shouldn't depend on runtimes in standalone buildAlexey Samsonov1-3/+5
2014-02-19Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov1-1/+1
2014-02-17Simplify defining Clang compile flags in lit configsAlexey Samsonov1-7/+7
2014-02-14Move DFSan test suite under test/Alexey Samsonov9-0/+930