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
*
[ASAN] Pass previous stack information through __sanitizer_finish_switch_fiber
Dmitry Vyukov
2016-09-28
4
-29
/
+68
*
[lsan] [aarch64] Fix calculating TLS area
Strahinja Petrovic
2016-09-28
1
-1
/
+4
*
[sanitizer_common] Delete some copy/move methods in InternalScopedBuffer
Vedant Kumar
2016-09-27
1
-8
/
+8
*
builtins: use thumb-2 if possible on comparesf2
Saleem Abdulrasool
2016-09-27
1
-0
/
+3
*
tsan: relaxed check in CheckShadowMapping
Dmitry Vyukov
2016-09-26
1
-2
/
+1
*
tsan: make shadow mapping linear within a single user region
Dmitry Vyukov
2016-09-26
2
-19
/
+31
*
tsan: remove kMidShadowOff mapping parameter
Dmitry Vyukov
2016-09-26
1
-6
/
+2
*
tsan: simplify meta mapping
Dmitry Vyukov
2016-09-26
1
-3
/
+2
*
[msan] Fix second parameter in MsanReallocate from previous commit.
Maxim Ostapenko
2016-09-26
1
-1
/
+1
*
[asan, msan] Fix reallocation logic when IsInDlsymAllocPool(ptr) is true.
Maxim Ostapenko
2016-09-26
2
-4
/
+12
*
[msan] Disable flaky fork.cc on PPC64.
Evgeniy Stepanov
2016-09-23
1
-1
/
+4
*
Revert "[profile] Hide lprofCurFilename"
Vedant Kumar
2016-09-23
1
-2
/
+1
*
[profile] Hide lprofCurFilename
Vedant Kumar
2016-09-23
1
-1
/
+2
*
Fix the following tests when running under cross-compilation:
Chad Rosier
2016-09-23
4
-6
/
+6
*
[compiler-rt] Fix a broken asan 64-bit test using ld_preload
Etienne Bergeron
2016-09-23
1
-1
/
+6
*
[asan] Stop appending -lm, -pthread and other linker options on Darwin for AS...
Kuba Brecka
2016-09-23
1
-6
/
+7
*
[compiler-rt][lsan] Fix compiler error due to attribute (windows)
Etienne Bergeron
2016-09-23
1
-1
/
+1
*
[msan] Prevent initialization failure with newer (2.23+) glibc in use.
Maxim Ostapenko
2016-09-23
2
-13
/
+36
*
[Profile] Remove unused variable
Xinliang David Li
2016-09-22
2
-2
/
+0
*
[Profile] suppress verbose rt message by default
Xinliang David Li
2016-09-22
1
-5
/
+7
*
cfi: Fixes for check-cfi when configured as an external project.
Peter Collingbourne
2016-09-22
4
-7
/
+12
*
tsan: fix bug introduced in 282152
Dmitry Vyukov
2016-09-22
1
-4
/
+4
*
tsan: support pie binaries on newer kernels
Dmitry Vyukov
2016-09-22
2
-28
/
+35
*
[ESan][MIPS] Fix tests struct-simple.cpp on MIPS
Sagar Thakur
2016-09-22
2
-24
/
+24
*
[asan] Reify ErrorGeneric
Filipe Cabecinhas
2016-09-21
4
-241
/
+276
*
[asan] Store full AddressDescription objects in ErrorInvalidPointerPair
Filipe Cabecinhas
2016-09-21
2
-7
/
+15
*
revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...
Nico Weber
2016-09-21
8
-74
/
+32
*
Remove obsolete XFAIL.
Nico Weber
2016-09-21
1
-3
/
+0
*
Fix typo in comment [NFC]
Etienne Bergeron
2016-09-21
1
-1
/
+1
*
[compiler-rt] Fix Asan build on Android
Etienne Bergeron
2016-09-21
2
-2
/
+13
*
Revert "[sanitizers] Update sanitizers test to better match glibc internals"
Diana Picus
2016-09-21
1
-8
/
+2
*
[sanitizers] Update sanitizers test to better match glibc internals
Diana Picus
2016-09-21
1
-2
/
+8
*
[CMake] Rename back SIMPLE_SOURCE to compile as C++
Jonas Hahnfeld
2016-09-21
2
-2
/
+6
*
Revert "[CMake] Explicitly add --target option to compiler flags"
Chris Bieneman
2016-09-20
1
-12
/
+0
*
[scudo] Fix a bug in the new Secondary Allocator
Kostya Kortchinsky
2016-09-20
2
-44
/
+50
*
[CMake] Fix error preventing simulator sanitizers from building
Chris Bieneman
2016-09-20
1
-1
/
+1
*
[CMake] Explicitly add --target option to compiler flags
Chris Bieneman
2016-09-20
1
-0
/
+12
*
[asan] Add C++17 aligned new/delete entrypoints. Patch by Jakub Jelinek, see ...
Kostya Serebryany
2016-09-20
1
-10
/
+52
*
XFAIL cfi/stats.cpp on Windows until we fix LLD
Reid Kleckner
2016-09-20
1
-0
/
+3
*
[asan] Fix GlobalAddressDescription::Print()
Filipe Cabecinhas
2016-09-20
2
-1
/
+14
*
tsan: revert r281970
Dmitry Vyukov
2016-09-20
1
-1
/
+1
*
[XRay] ARM 32-bit no-Thumb support in compiler-rt
Dean Michael Berris
2016-09-20
9
-117
/
+423
*
tsan: check more addresses in CheckShadowMapping
Dmitry Vyukov
2016-09-20
1
-1
/
+1
*
tsan: make CHECK more robust
Dmitry Vyukov
2016-09-20
1
-0
/
+4
*
[scudo] Modify Scudo to use its own Secondary Allocator
Kostya Kortchinsky
2016-09-19
3
-2
/
+195
*
[compiler-rt] Add support for the dynamic shadow allocation
Etienne Bergeron
2016-09-19
8
-32
/
+63
*
[sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...
Kostya Serebryany
2016-09-19
4
-6
/
+6
*
[sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...
Kostya Serebryany
2016-09-19
6
-4
/
+67
*
[tsan] Update fork_atexit.cc to consistently print to stderr (and not stdout)
Kuba Brecka
2016-09-17
1
-1
/
+1
*
[tsan] Update signal_cond.cc to write to stderr intead of stdout
Kuba Brecka
2016-09-17
1
-1
/
+1
[next]