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
*
tsan: replace macro check with constant check
Dmitry Vyukov
2015-11-16
1
-7
/
+7
*
[compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64
Adhemerval Zanella
2015-11-16
4
-1
/
+222
*
Reverting r253080 ([tsan] Don't demangle names not starting with "_Z").
Kuba Brecka
2015-11-14
1
-3
/
+0
*
[asan] add an experimental flag protect_shadow_gap. If set to false, the shad...
Kostya Serebryany
2015-11-14
2
-0
/
+3
*
[PGO] Ensure profile section symbols are created (linux)
Xinliang David Li
2015-11-13
4
-1
/
+25
*
[tsan] Don't demangle names not starting with "_Z"
Kuba Brecka
2015-11-13
1
-0
/
+3
*
[tsan] Fix finalization of detached threads on OS X
Kuba Brecka
2015-11-13
1
-1
/
+1
*
[tsan] Fix a typo in tsan_test_util.h
Kuba Brecka
2015-11-13
1
-1
/
+1
*
[asan] Fix silly error when reporting multiple ASan errors in parallel.
Yury Gribov
2015-11-13
1
-2
/
+3
*
[tsan] Add global symbolication support into AtosSymbolizer
Kuba Brecka
2015-11-13
1
-15
/
+40
*
[CMake] [Darwin] [Builitins] Removing muloti4 from the blacklists for arm.
Chris Bieneman
2015-11-12
2
-2
/
+0
*
[CMake] [Darwin] [Builtins] Sorting and uniquing blacklists. NFC.
Chris Bieneman
2015-11-12
2
-92
/
+10
*
[CMake] [builtins] Removing a few non-source files from the arm list.
Chris Bieneman
2015-11-12
1
-2
/
+0
*
[CMake] Actually adding the TODO comment I mentioned in r252927.
Chris Bieneman
2015-11-12
1
-0
/
+3
*
[CMake] [builtins] Adding missing architecture-specific builtins.
Chris Bieneman
2015-11-12
1
-0
/
+8
*
tsan: fix windows Go build
Dmitry Vyukov
2015-11-12
2
-1
/
+3
*
tsan: fix windows Go build
Dmitry Vyukov
2015-11-12
1
-0
/
+2
*
[tsan] Add global symbolication support into DlAddrSymbolizer
Kuba Brecka
2015-11-12
1
-2
/
+8
*
[tsan] Allow symbolizers that don't obtain global symbol sizes
Kuba Brecka
2015-11-12
1
-3
/
+8
*
tsan: disable abort_on_error for Go
Dmitry Vyukov
2015-11-12
1
-1
/
+5
*
tsan: fix Go build on linux
Dmitry Vyukov
2015-11-12
2
-2
/
+2
*
[asan] Remove system_malloc_zone
Kuba Brecka
2015-11-12
1
-14
/
+3
*
tsan: fix unused function warning in Go build
Dmitry Vyukov
2015-11-12
1
-1
/
+1
*
tsan: fix mac Go build
Dmitry Vyukov
2015-11-12
1
-2
/
+2
*
[tsan] Filter OS X architectures for unit testing
Kuba Brecka
2015-11-12
1
-1
/
+5
*
[sanitizer coverage] reset global counters in __sanitizer_reset_coverage
Kostya Serebryany
2015-11-11
1
-0
/
+6
*
[Windows] Add exports for dll_host test broken by r252071 and r251071
Reid Kleckner
2015-11-11
1
-0
/
+2
*
tsan: fix unused variable in Go build
Dmitry Vyukov
2015-11-11
1
-6
/
+6
*
Revert r252683 - "Sancov in C++."
Diego Novillo
2015-11-11
2
-288
/
+0
*
[tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.cc
Kuba Brecka
2015-11-11
2
-2
/
+2
*
Implement some TLS support for PowerPC64.
Jay Foad
2015-11-11
2
-7
/
+33
*
Fixing #include order in tsan_new_delete.cc. Follow-up commit for r252284.
Kuba Brecka
2015-11-11
1
-1
/
+1
*
[tsan] Add TSan unit test support for OS X
Kuba Brecka
2015-11-11
7
-27
/
+92
*
Fix #if tests for PTRACE_GETREGS and others.
Jay Foad
2015-11-11
1
-3
/
+6
*
[Asan] Added missing hunk to previous commit.
Yury Gribov
2015-11-11
1
-7
/
+2
*
[ASan] Enable optional ASan recovery.
Yury Gribov
2015-11-11
6
-88
/
+188
*
sanitizer: speedup coverage by 33%
Dmitry Vyukov
2015-11-11
1
-1
/
+2
*
Implement `internal_start/join_thread` on Mac OS X
Ismail Pazarbasi
2015-11-11
1
-2
/
+12
*
[tsan] Pass correct interposed function prefix to report function
Ismail Pazarbasi
2015-11-11
1
-1
/
+7
*
Disabling sancov.cc on windows.
Mike Aizatsky
2015-11-11
1
-2
/
+4
*
Sancov in C++.
Mike Aizatsky
2015-11-11
2
-0
/
+286
*
Rollback 252570 for further investigation
Xinliang David Li
2015-11-10
1
-2
/
+0
*
[PGO] Add LLVM main include dir to profile runtime build
Xinliang David Li
2015-11-10
1
-0
/
+2
*
[compiler-rt] [asan] Use same shadow offset for aarch64
Adhemerval Zanella
2015-11-09
4
-18
/
+7
*
[PGO] Cleanup: fix function-data field names
Xinliang David Li
2015-11-08
2
-10
/
+10
*
[ASan] Add two new functions to DLL thunk.
Alexey Samsonov
2015-11-06
1
-0
/
+3
*
[tsan] Enable new/delete C++ interceptors for OS X
Kuba Brecka
2015-11-06
2
-1
/
+9
*
Trying to fix the FreeBSD build breakage due to r251916.
Kuba Brecka
2015-11-06
1
-1
/
+1
*
[compiler-rt][aarch64] New tests for 128-bit floating-point builtins, fixes o...
Sergey Dmitrouk
2015-11-05
1
-1
/
+1
*
[tsan] Fix build warnings on OS X
Kuba Brecka
2015-11-05
2
-2
/
+12
[next]