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
*
[tsan] No-op implementation of AnnotateMemoryIsInitialized.
Evgeniy Stepanov
2013-09-18
1
-0
/
+3
*
[asan] add a run-time option detect_stack_use_after_return, add verbosity out...
Kostya Serebryany
2013-09-18
7
-5
/
+26
*
[ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functions
Alexey Samsonov
2013-09-17
3
-9
/
+0
*
[ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests...
Alexey Samsonov
2013-09-17
1
-6
/
+1
*
[ASan] Link tests with -pie if ASan runtime uses zero-base shadow
Alexey Samsonov
2013-09-17
1
-0
/
+3
*
[asan] further speedup use-after-return: simplify deallocation of fake frames...
Kostya Serebryany
2013-09-17
3
-21
/
+15
*
Check the function we just called for errors, not an incoming argument. Noticed
Nick Lewycky
2013-09-17
1
-1
/
+1
*
[ASan] Don't link with pthread on Android
Alexey Samsonov
2013-09-16
1
-1
/
+4
*
[ASan] Split ASan unit tests into two different binaries:
Alexey Samsonov
2013-09-16
6
-534
/
+643
*
[ASan] Check that getSymbolizer() is defined. Turn magic mapping constants in...
Alexey Samsonov
2013-09-16
3
-14
/
+19
*
Minor enhancements for sanitizer_common build rules
Alexey Samsonov
2013-09-16
2
-4
/
+5
*
[msan] Check return value of main: compiler-rt tests.
Evgeniy Stepanov
2013-09-16
2
-10
/
+6
*
[msan] Fix origin of deallocated memory.
Evgeniy Stepanov
2013-09-16
7
-17
/
+64
*
[msan] Add source file:line to stack origin reports.
Evgeniy Stepanov
2013-09-13
1
-0
/
+1
*
[msan] Add source file:line to stack origin reports.
Evgeniy Stepanov
2013-09-13
4
-7
/
+29
*
[msan] Intercept tzset.
Evgeniy Stepanov
2013-09-13
2
-0
/
+29
*
[msandr] Add debugging instructions to README.txt.
Evgeniy Stepanov
2013-09-13
1
-0
/
+6
*
[asan] Android does not have TLS
Kostya Serebryany
2013-09-13
1
-2
/
+2
*
[ASan] Temporary disable UAR unit test on Android due to https://code.google....
Alexey Samsonov
2013-09-13
1
-5
/
+5
*
[asan] don't record the class_id in FakeFrame (scratching the last bits of pe...
Kostya Serebryany
2013-09-13
3
-9
/
+7
*
[asan] more performance to FakeStack: a) don't used atomic exchange, instead ...
Kostya Serebryany
2013-09-13
2
-14
/
+15
*
[asan] second attempt to use TLS with fake stack. This time it looks (more) a...
Kostya Serebryany
2013-09-13
4
-11
/
+28
*
[asan] undo the previous commit since TLS hack breaks with signals... :(
Kostya Serebryany
2013-09-13
1
-1
/
+1
*
[asan] use TLS on Linux to get the FakeStack. Saves 15% performance
Kostya Serebryany
2013-09-13
1
-6
/
+19
*
[asan] inline PoisonShadow in FakeStack to get ~10% speedup
Kostya Serebryany
2013-09-13
1
-2
/
+20
*
[dfsan] Add a few easy functions to the ABI list.
Peter Collingbourne
2013-09-13
1
-0
/
+11
*
[asan] a bit of performance improvement in fake stack, generalized one test, ...
Kostya Serebryany
2013-09-12
4
-34
/
+46
*
[asan] add a test for use-after-return and exceptions and fix it. Not 100% su...
Kostya Serebryany
2013-09-12
4
-1
/
+68
*
[ASan] Do not build asan_fake_stack_test.cc on OSX until https://code.google....
Alexander Potapenko
2013-09-12
1
-0
/
+10
*
[asan] limit the size of the fake stack with a reasonable constant. This fixe...
Kostya Serebryany
2013-09-12
1
-2
/
+6
*
[asan] (part 2) don't lazy-init fake_stack if we only need to check that fake...
Kostya Serebryany
2013-09-12
1
-1
/
+1
*
[asan] don't lazy-init fake_stack if we only need to check that fake_stack ex...
Kostya Serebryany
2013-09-12
2
-2
/
+6
*
[asan] hopefully make the FakeStack async-signal safe, enable the related test
Kostya Serebryany
2013-09-12
6
-11
/
+61
*
[asan] Fix deadlock in stack unwinder on android/x86.
Evgeniy Stepanov
2013-09-12
3
-16
/
+36
*
[asan] use xchg instead of CAS in FakeStack::Allocate (5% faster for this case)
Kostya Serebryany
2013-09-12
1
-3
/
+2
*
[asan] fully re-implement the FakeStack (use-after-return) to make it faster ...
Kostya Serebryany
2013-09-12
6
-230
/
+339
*
Fix typo
Bill Wendling
2013-09-11
1
-1
/
+1
*
Revert r190520 as it wasn't the right fix.
Daniel Jasper
2013-09-11
1
-2
/
+0
*
Add empty virtual destructor...
Daniel Jasper
2013-09-11
1
-0
/
+2
*
[TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a G...
Alexey Samsonov
2013-09-11
3
-2
/
+4
*
[Sanitizer] build sanitizer_common library with -Wglobal-constructors
Alexey Samsonov
2013-09-11
1
-0
/
+4
*
[TSan] Use Clang to compile and link TSan unit tests with TSan runtime
Alexey Samsonov
2013-09-11
4
-26
/
+72
*
Fixup for r190410: use lazy initialization for symbolizer as some compilers e...
Alexey Samsonov
2013-09-10
1
-2
/
+12
*
[ASan] Remove the explicit function prototypes for intercepted functions on W...
Timur Iskhodzhanov
2013-09-10
2
-38
/
+5
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
26
-866
/
+725
*
[asan] refactor the use-after-return API so that the size class is computed a...
Kostya Serebryany
2013-09-10
6
-77
/
+81
*
[msan] Make all pointers in msan_interface "const volatile void *".
Evgeniy Stepanov
2013-09-10
1
-12
/
+13
*
[msan] bool -> int to make msan_interface.h C-compatible.
Evgeniy Stepanov
2013-09-10
4
-4
/
+4
*
[ASan] Don't crash in DescribeHeapAddress if we don't know the current thread...
Timur Iskhodzhanov
2013-09-10
1
-16
/
+14
*
Delete unused variables.
Eli Friedman
2013-09-10
2
-2
/
+0
[next]