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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[hwasan] Fix HWASAN_WITH_INTERCEPTORS=OFF build on not-android.
Evgeniy Stepanov
2019-05-03
1
-1
/
+11
*
Avoid duplicate function aliases on MinGW after SVN r359835
Martin Storsjo
2019-05-03
2
-4
/
+6
*
[crtbegin] Fix an off-by-1 bug in __do_fini
Fangrui Song
2019-05-03
1
-1
/
+1
*
Fix check-builtins on Windows after alias changes
Reid Kleckner
2019-05-02
2
-0
/
+16
*
[compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_create
Petr Hosek
2019-05-02
4
-4
/
+4
*
Fix for Windows
Stephan Bergmann
2019-05-02
1
-2
/
+1
*
Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO
Stephan Bergmann
2019-05-02
7
-48
/
+79
*
[compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGS
Hubert Tong
2019-05-01
6
-4
/
+13
*
[sanitizer][NFC] Remove unneeded SizeClassAllocatorLocalCache
Vitaly Buka
2019-05-01
3
-29
/
+17
*
[sanitizer][NFC] Add const/static into a couple of methods
Vitaly Buka
2019-05-01
2
-4
/
+4
*
[Sanitizer] Reland "Cleanup INTERCEPT_FUNCTION macro"
Julian Lettner
2019-05-01
6
-40
/
+45
*
[sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocator
Vitaly Buka
2019-05-01
9
-45
/
+21
*
[scudo][NFC] Remove unneeded template from scudo::CombinedAllocator
Vitaly Buka
2019-05-01
2
-4
/
+7
*
[sanitizer][NFC] Get type of AllocatorCache from CombinedAllocator
Vitaly Buka
2019-05-01
11
-56
/
+28
*
[sanitizer] Implement reallocarray.
Evgeniy Stepanov
2019-05-01
25
-1
/
+170
*
[compiler-rt] Use correct spelling of the -Wno-pedantic variable
Petr Hosek
2019-05-01
1
-1
/
+1
*
Use __extension__ to suppress __EH_FRAME_LIST__ warnings
Fangrui Song
2019-05-01
1
-1
/
+1
*
[compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.o
Petr Hosek
2019-05-01
1
-0
/
+1
*
Added test.
Mitch Phillips
2019-04-30
1
-0
/
+16
*
[sanitizer_common] Added 64-bit signed flag parser.
Mitch Phillips
2019-04-30
1
-0
/
+9
*
Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t...
Reid Kleckner
2019-04-30
6
-20
/
+48
*
[libFuzzer] Replace -seed_corpus to better support fork mode on Win
Jonathan Metzman
2019-04-30
5
-10
/
+32
*
Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"
Petr Hosek
2019-04-30
4
-0
/
+213
*
change order
Jonathan Metzman
2019-04-30
1
-1
/
+1
*
[libFuzzer] Enable for i386
Jonathan Metzman
2019-04-30
1
-2
/
+2
*
Enable x86 builds
Jonathan Metzman
2019-04-30
1
-2
/
+7
*
Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"
Petr Hosek
2019-04-30
4
-213
/
+0
*
[compiler-rt] Simple crtbegin.o and crtend.o implementation
Petr Hosek
2019-04-30
4
-0
/
+213
*
[scudo][standalone] Add the memory reclaiming mechanism
Kostya Kortchinsky
2019-04-30
6
-3
/
+527
*
Fix FIXME added in r359339
Reid Kleckner
2019-04-29
2
-15
/
+12
*
Pacify sanitizer lint script after r359498
Reid Kleckner
2019-04-29
1
-1
/
+0
*
[AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo...
Matthew G McGovern
2019-04-29
1
-14
/
+43
*
[Sanitizer] Cleanup {ASAN, MSAN}_INTERCEPT_FUNC[_VER] macro
Julian Lettner
2019-04-29
2
-7
/
+4
*
[builtins] Use __APPLE__ instead of __MACH__ in check
Petr Hosek
2019-04-29
1
-1
/
+1
*
[builtins] Fix the missing assembly on Darwin
Petr Hosek
2019-04-29
1
-1
/
+1
*
[builtins] Fix the typo in the preprocessor check
Petr Hosek
2019-04-29
1
-1
/
+1
*
[builtins] Use aliases for function redirects
Petr Hosek
2019-04-29
41
-95
/
+85
*
[builtins] Use single line C++/C99 comment style
Petr Hosek
2019-04-28
240
-3869
/
+3489
*
[builtins] Reformat builtins with clang-format
Petr Hosek
2019-04-28
193
-5873
/
+5341
*
[sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...
Vitaly Buka
2019-04-27
8
-102
/
+17
*
[sanitizer] NFC: add static_assert to confirm that we use reasonable ByteMap ...
Vitaly Buka
2019-04-27
1
-3
/
+21
*
[NFC][Sanitizer] Remove GetRealFunctionAddress and replace usages
Julian Lettner
2019-04-27
4
-46
/
+11
*
Revert "[sanitizer] NFC: add static_assert to confirm that we use optimal Byt...
JF Bastien
2019-04-26
1
-7
/
+3
*
[Sanitizer][Windows] Speculative fix for broken build on Windows
Julian Lettner
2019-04-26
1
-2
/
+7
*
[Sanitizer] Fix test
Julian Lettner
2019-04-26
1
-0
/
+2
*
[Sanitizer] Fix compliation error in test
Julian Lettner
2019-04-26
1
-2
/
+0
*
Implement __sanitizer::conditional<B, T, F>
Vitaly Buka
2019-04-26
2
-0
/
+24
*
[sanitizer] NFC: add static_assert to confirm that we use optimal ByteMap type
Vitaly Buka
2019-04-26
1
-3
/
+7
*
[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to void
Julian Lettner
2019-04-26
3
-8
/
+18
*
[NFC] Remove ::kForTest from AP64, it does not use it.
Vitaly Buka
2019-04-26
2
-8
/
+8
[next]