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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[compiler-rt] Add SourceLocations for float_cast_overflow data.
Filipe Cabecinhas
2015-08-11
3
-25
/
+66
*
[cmake] Hoist check for LLD sources up into root CMakeLists.txt
Reid Kleckner
2015-08-11
4
-1
/
+14
*
[sanitizers] Use portable file read/write wrappers on process pipes
Reid Kleckner
2015-08-11
2
-9
/
+11
*
[Windows] Implement FileExists, ReadFromFile, and FindPathToBinary
Reid Kleckner
2015-08-10
5
-48
/
+96
*
[Windows] Relax test case patterns to allow parameter lists
Reid Kleckner
2015-08-10
15
-28
/
+28
*
test case for poisoning trivial members
Naomi Musgrave
2015-08-10
1
-0
/
+51
*
Fix typo.
Filipe Cabecinhas
2015-08-10
1
-2
/
+2
*
-Wdeprecated: Use noexcept rather than throw() where supported
David Blaikie
2015-08-10
6
-14
/
+29
*
[ASAN/AArch64] Disable forkpty tests until we can fix them
Renato Golin
2015-08-08
1
-0
/
+1
*
[asan] Try different values of the shadow gap start.
Evgeniy Stepanov
2015-08-07
2
-1
/
+16
*
[asan] Reduce shadow gap start on 32-bit Android.
Evgeniy Stepanov
2015-08-07
1
-1
/
+1
*
[Compiler-RT] Disable TSAN on AArch64 temporarily
Renato Golin
2015-08-07
1
-1
/
+1
*
[ASAN] Disable ManyThreadsTest in AArch64
Renato Golin
2015-08-07
1
-0
/
+3
*
[ASAN/AArch64] Make sure aarch64 is not stable-runtime
Renato Golin
2015-08-06
1
-1
/
+1
*
test: Use lld-link instead of lld-link2 as the LTO linker on Windows.
Peter Collingbourne
2015-08-06
1
-2
/
+2
*
[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...
Kostya Serebryany
2015-08-06
12
-15
/
+53
*
Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...
Renato Golin
2015-08-06
12
-62
/
+15
*
Add flag to request codeview debug info on Windows
Reid Kleckner
2015-08-05
1
-0
/
+2
*
[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...
Kostya Serebryany
2015-08-05
12
-15
/
+62
*
[AArch64] Stable runtime required for proc maps test
Renato Golin
2015-08-05
1
-1
/
+1
*
[UBSan] Fix UBSan-vptr false positive.
Alexey Samsonov
2015-08-05
2
-3
/
+16
*
[sanitizer] fix the Mac build (hopefully)
Kostya Serebryany
2015-08-05
1
-1
/
+1
*
[AArch64] Fixes broken bot fue to TSAN patch
Renato Golin
2015-08-05
1
-0
/
+4
*
[libFuzzer] add weak hooks for strcmp
Kostya Serebryany
2015-08-05
2
-0
/
+11
*
[libFuzzer/DFSan] add more __sanitizer callbacks to dfsan blacklist
Kostya Serebryany
2015-08-05
1
-0
/
+20
*
Try to fix sanitizer_win.cc compile error on 64-bit after r243895
Hans Wennborg
2015-08-05
1
-1
/
+8
*
[tsan] Enable tsan for aarch64
Adhemerval Zanella
2015-08-05
21
-23
/
+161
*
[asan] Enable asan for aarch64
Adhemerval Zanella
2015-08-05
7
-7
/
+16
*
Update references to new lists.llvm.org mailing lists.
Tanya Lattner
2015-08-05
2
-4
/
+4
*
Runtime check of poisoning derived class members.
Naomi Musgrave
2015-08-03
1
-0
/
+47
*
[asan] Print VAs instead of RVAs for module offsets on Windows
Reid Kleckner
2015-08-03
4
-12
/
+123
*
[asan] Fix dyld version detection on OS X
Kuba Brecka
2015-08-03
1
-14
/
+9
*
[asan] Link tests with ld.gold on Android.
Evgeniy Stepanov
2015-08-01
1
-0
/
+5
*
[ASan] Fix two tests on FreeBSD: alloca.h is missing there.
Alexey Samsonov
2015-07-31
2
-2
/
+2
*
[Sanitizer] Try to fix sanitizer_libc_test on FreeBSD.
Alexey Samsonov
2015-07-31
1
-8
/
+3
*
[asan] Fix wrong __ANDROID_API__ preprocessor condition.
Evgeniy Stepanov
2015-07-31
1
-1
/
+1
*
[CMake] Don't build libc++ with MSan-with-calls instrumentation.
Alexey Samsonov
2015-07-31
1
-13
/
+14
*
[UBSan] Test: Move coverage-levels.cc out of Linux directory
Filipe Cabecinhas
2015-07-31
1
-0
/
+0
*
Fix __floatsitf() for negative input
Sergey Dmitrouk
2015-07-31
2
-5
/
+5
*
Re-commit r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in int...
Daniel Sanders
2015-07-31
5
-7
/
+7
*
[AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686
Renato Golin
2015-07-31
1
-3
/
+0
*
Revert r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in intern...
Daniel Sanders
2015-07-31
5
-7
/
+7
*
[libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...
Kostya Serebryany
2015-07-31
5
-5
/
+11
*
[asan] Fix signal() interception on 64-bit Android.
Evgeniy Stepanov
2015-07-31
1
-2
/
+2
*
[dfsan] Enable dfsan for aarch64
Adhemerval Zanella
2015-07-30
4
-1
/
+27
*
[Sanitizers] [Bug 24151] Generalize type of offset in internal_mmap
Daniel Sanders
2015-07-30
5
-7
/
+7
*
[asan] Support arm64 devices in asan_device_setup.
Evgeniy Stepanov
2015-07-30
1
-46
/
+128
*
testing for tail call optimization repression when sanitizing use-after-dtor
Naomi Musgrave
2015-07-30
1
-0
/
+45
*
Revert r243604, it (very likely) caused PR24312.
Nico Weber
2015-07-30
2
-4
/
+3
*
[sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...
Kostya Serebryany
2015-07-30
4
-19
/
+45
[next]