index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ifdef out utmp.h on Darwin to un-break the build after r289878 ([msan] Interc...
Kuba Mracek
2016-12-15
2
-1
/
+5
*
[msan] Intercept getutent and friends.
Evgeniy Stepanov
2016-12-15
4
-0
/
+84
*
Revert r289690 "[sanitizer] intercept bstring functions, patch by Kuang-che W...
Hans Wennborg
2016-12-15
3
-39
/
+5
*
xray: fix assembly macro definition
Saleem Abdulrasool
2016-12-15
1
-2
/
+2
*
sanitizers: silence -pedantic warning
Saleem Abdulrasool
2016-12-15
1
-1
/
+1
*
[scudo] Use DefaultSizeClassMap for 32-bit
Kostya Kortchinsky
2016-12-15
2
-8
/
+8
*
[sanitizers] dont dump coverage if not asked to
Mike Aizatsky
2016-12-15
1
-1
/
+1
*
[tsan] Add interceptor for libcxx __shared_count::__release_shared()
Kuba Mracek
2016-12-15
1
-3
/
+19
*
[XRay][compiler-rt][NFC] Deduplicate code in x86-64 trampolines.
Dean Michael Berris
2016-12-15
1
-62
/
+37
*
[sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://revie...
Kostya Serebryany
2016-12-14
3
-5
/
+39
*
tsan: allow Java VM iterate over allocated objects
Dmitry Vyukov
2016-12-14
2
-0
/
+21
*
Add DLL thunks for new sancov APIs to fix Windows tests
Reid Kleckner
2016-12-13
1
-0
/
+4
*
Corrected D27428: Do not use the alignment-rounded-up size with secondary
Kostya Kortchinsky
2016-12-13
3
-20
/
+51
*
Fix warning for noreturn function
Reid Kleckner
2016-12-13
1
-0
/
+1
*
[XRay][compiler-rt] Use explicit comparisons in unit tests.
Dean Michael Berris
2016-12-13
1
-7
/
+8
*
[sancov] __sanitizer_dump_coverage api
Mike Aizatsky
2016-12-12
5
-5
/
+184
*
symbolizer: Add lseek64 to global symbol list.
Peter Collingbourne
2016-12-12
1
-0
/
+1
*
[sanitizer] Make sure libmalloc doesn't remove the sanitizer zone from malloc...
Kuba Mracek
2016-12-11
1
-0
/
+23
*
[sanitizer] Handle malloc_destroy_zone() on Darwin
Kuba Mracek
2016-12-11
1
-0
/
+13
*
Reverting rL289088 while investigating some test issue on the build servers
Kostya Kortchinsky
2016-12-09
2
-18
/
+4
*
[sanitizer] Add workaround for empty strings
Vitaly Buka
2016-12-08
1
-18
/
+14
*
[sanitizer] Do not use the alignment-rounded-up size when using the secondary
Kostya Kortchinsky
2016-12-08
3
-6
/
+22
*
[compiler-rt][asan] Fix overlaping parameters for memmove/memcpy on windows.
Etienne Bergeron
2016-12-08
1
-11
/
+11
*
[MSAN][MIPS] Fix fork.cc test on MIPS
Sagar Thakur
2016-12-08
1
-3
/
+12
*
[builtin] Add Thumb1 implementation for idivsi3 and aeabi_idivmod
Weiming Zhao
2016-12-07
2
-0
/
+29
*
[builtin] for the condition for check __ARM_FEATURE_CLZ
Weiming Zhao
2016-12-07
1
-3
/
+2
*
[XRay][compiler-rt] Explicitly add dependency to pthread
Dean Michael Berris
2016-12-06
1
-0
/
+1
*
[XRay][compiler-rt] Only add unit tests if we're building XRay.
Dean Michael Berris
2016-12-06
1
-1
/
+1
*
builtins: Add ARM Thumb1 implementation for uidiv and uidivmod
Weiming Zhao
2016-12-06
3
-20
/
+131
*
[XRay][compiler-rt] Explicitly initialise members.
Dean Michael Berris
2016-12-06
1
-1
/
+1
*
[XRay][compiler-rt] XRay Buffer Queue
Dean Michael Berris
2016-12-06
7
-17
/
+347
*
Revert "builtins: Add ARM Thumb1 implementation for uidiv and uidivmod"
Chris Bieneman
2016-12-06
3
-124
/
+23
*
[XRay][AArch64] Attempt to fix unstable test XRay-aarch64-linux::patching-unp...
Serge Rogatch
2016-12-05
1
-2
/
+2
*
[sanitizers] __sanitizer_get_module_and_offset_for_pc interface function
Mike Aizatsky
2016-12-05
3
-1
/
+24
*
builtins: Add ARM Thumb1 implementation for uidiv and uidivmod
Weiming Zhao
2016-12-05
3
-23
/
+124
*
Remove a couple of memset usages from TSan, introduced in r288624.
Daniel Jasper
2016-12-05
1
-2
/
+4
*
[sanitizer] Make atos stdin a non-tty pipe to make sure it's not stuck waitin...
Kuba Mracek
2016-12-04
1
-37
/
+68
*
[sanitizer] Track architecture and UUID of modules in LoadedModule
Kuba Mracek
2016-12-02
7
-18
/
+136
*
[sanitizer] Add a bunch of ifdefs for sparc targets to avoid build failures.
Maxim Ostapenko
2016-12-02
2
-3
/
+71
*
Don't include system header inside namespace
Stephan Bergmann
2016-12-02
1
-16
/
+16
*
build: fix building for Windows after SVN r287465
Saleem Abdulrasool
2016-12-01
1
-1
/
+1
*
Release memory to OS only when the requested range covers the entire page
Evgeniy Stepanov
2016-11-30
11
-30
/
+29
*
[scudo] 32-bit and hardware agnostic support
Kostya Kortchinsky
2016-11-30
11
-204
/
+351
*
[asan] Avoid redundant poisoning checks in __sanitizer_contiguous_container_f...
Maxim Ostapenko
2016-11-30
1
-1
/
+1
*
[asan] Allow re-exec in instrumented unit tests on Darwin (fix unit tests on ...
Kuba Mracek
2016-11-30
1
-1
/
+10
*
[Profile] Fix value profiler eviction bug
Xinliang David Li
2016-11-29
1
-1
/
+1
*
[profile] use GetComputerNameExW instead of gethostname on Windows
Bob Haarman
2016-11-29
3
-10
/
+22
*
builtins: switch to c11 from c99
Saleem Abdulrasool
2016-11-29
1
-1
/
+1
*
Return memory to OS right after free (not in the async thread).
Evgeniy Stepanov
2016-11-29
18
-86
/
+127
*
[asan] Refactor shadow memory initialization out of AsanInitInternal [NFC]
Kuba Mracek
2016-11-28
1
-53
/
+57
[next]