index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizer] Change the runtime flag representation.
Alexey Samsonov
2015-01-07
20
-499
/
+510
*
[asan] add a flag soft_rss_limit_mb
Kostya Serebryany
2015-01-06
9
-6
/
+132
*
[Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.
Alexey Samsonov
2015-01-06
4
-3
/
+6
*
Use -DSANITIZER_DEBUG=1 if COMPILER_RT_DEBUG=ON, now that PR22083 is fixed.
Alexey Samsonov
2015-01-06
1
-2
/
+1
*
[ubsan] disable coverage-levels.cc on darwin until we can investigate what's ...
Kostya Serebryany
2015-01-06
1
-0
/
+2
*
[asan] Bump the self-imposed stack limit from 128k to 256k. PowerPC64
Jay Foad
2015-01-06
1
-1
/
+1
*
[Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.
Alexey Samsonov
2015-01-06
4
-183
/
+143
*
[ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as us...
Kostya Serebryany
2015-01-06
2
-0
/
+37
*
[asan/tracing] write the trace using a sequence of internal_write calls inste...
Kostya Serebryany
2015-01-06
1
-13
/
+23
*
Add 64-bit multiply functions to iOS arm64 compiler-rt dylib
Nick Kledzik
2015-01-06
1
-0
/
+1
*
tests: correct builtins test if built under -mthumb on ARM
Saleem Abdulrasool
2015-01-05
2
-11
/
+28
*
Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.
Alexey Samsonov
2015-01-03
18
-38
/
+54
*
Replace DCHECK with DCHECK_LE where appropriate.
Alexey Samsonov
2015-01-03
1
-4
/
+4
*
[asan/tracing] extend the test a bit more, simplify the tracing code, add a g...
Kostya Serebryany
2015-01-03
2
-20
/
+33
*
[asan] extend coverage-tracing.cc test
Kostya Serebryany
2015-01-03
1
-11
/
+35
*
[asan] simplify the tracing code, make it use the same guard variables as cov...
Kostya Serebryany
2015-01-03
2
-44
/
+18
*
Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...
Alexey Samsonov
2015-01-02
8
-33
/
+69
*
Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."
Chandler Carruth
2015-01-02
7
-57
/
+33
*
Avoid building compiler-rt with LTO.
Rafael Espindola
2014-12-31
2
-0
/
+2
*
[asan] fix coverage between fork() and exec(): reinitialize the guards after ...
Kostya Serebryany
2014-12-30
3
-13
/
+37
*
[asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...
Kostya Serebryany
2014-12-30
4
-0
/
+8
*
Reapply debug info changes now that more precise column information is availa...
David Blaikie
2014-12-30
2
-2
/
+2
*
[asan] change _sanitizer_cov_module_init to accept int* instead of int**
Kostya Serebryany
2014-12-30
1
-8
/
+11
*
Follow-up to r224987: fix a lint warning
Timur Iskhodzhanov
2014-12-30
1
-1
/
+1
*
[ASan/Win] Sort the list of modules when we fail to reserve the shadow memory...
Timur Iskhodzhanov
2014-12-30
1
-20
/
+53
*
Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"
Alexey Samsonov
2014-12-30
2
-28
/
+22
*
Revert "Reapply debug info changes now that r224385 has been recommitted to c...
David Blaikie
2014-12-29
2
-2
/
+2
*
Remove darwin_fat.mk.
Alexey Samsonov
2014-12-29
1
-56
/
+0
*
Reapply debug info changes now that r224385 has been recommitted to clang (in...
David Blaikie
2014-12-29
2
-2
/
+2
*
[cmake/multilib] Support multilib libdir suffixes by applying the
Chandler Carruth
2014-12-29
1
-1
/
+2
*
[sanitizer-common] Fixing the ASan test build failure on OS X
Kuba Brecka
2014-12-29
1
-0
/
+4
*
Escape ? to silence GCC warning about trigraphs.
Daniel Jasper
2014-12-26
1
-1
/
+1
*
[sanitizer] Treat \r, \n, \t as flag separators.
Evgeniy Stepanov
2014-12-26
2
-1
/
+4
*
[asan] Fix possibly uninitialized coverage flag.
Evgeniy Stepanov
2014-12-26
1
-0
/
+2
*
[ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...
Timur Iskhodzhanov
2014-12-26
2
-5
/
+47
*
[asan] Bump coverage size limit on 32-bit platforms.
Evgeniy Stepanov
2014-12-26
1
-1
/
+1
*
[asan] Extend coverage test.
Evgeniy Stepanov
2014-12-26
1
-1
/
+13
*
[asan] Allow enabling coverage at activation.
Evgeniy Stepanov
2014-12-26
9
-68
/
+149
*
[ASan/Win] Suppress error messaging when Abort() is called
Timur Iskhodzhanov
2014-12-26
2
-2
/
+17
*
Revert r224838, r224839.
Evgeniy Stepanov
2014-12-26
9
-149
/
+68
*
[sanitizer] Tweak sancov.py output.
Evgeniy Stepanov
2014-12-25
1
-1
/
+1
*
[sanitizer] sancov.py: print status to stderr
Evgeniy Stepanov
2014-12-25
1
-1
/
+1
*
[asan] Disable __sanitizer_cov_dump registration on Windows.
Evgeniy Stepanov
2014-12-25
1
-0
/
+2
*
[asan] Allow enabling coverage at activation.
Evgeniy Stepanov
2014-12-25
9
-68
/
+147
*
Simplify allocator_returns_null.cc test
Timur Iskhodzhanov
2014-12-25
1
-6
/
+6
*
tsan: fix trace initialization during thread id reuse
Dmitry Vyukov
2014-12-25
1
-7
/
+5
*
[asan] Support ASAN_ACTIVATION_OPTIONS.
Evgeniy Stepanov
2014-12-24
2
-1
/
+15
*
[ASan/Win] Bandaid fix for PR22025 -- deadlocks when creating suspended threads
Timur Iskhodzhanov
2014-12-24
2
-15
/
+40
*
[sanitizer] Disable InternalMmapWithOffset test on OSX.
Evgeniy Stepanov
2014-12-24
1
-1
/
+1
*
[sanitizer] Fix off-by-8x in direct coverage.
Evgeniy Stepanov
2014-12-24
2
-4
/
+27
[next]