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
*
[ASan] use CLANG_VERSION in Makefile (currently 3.2)
Alexey Samsonov
2012-04-23
1
-2
/
+3
*
[asan] fix asan issue #66 (correctly report type of the bug)
Kostya Serebryany
2012-04-23
2
-2
/
+3
*
Bump the LLVM minor version. This should fix our 32-bit Linux build.
Alexander Potapenko
2012-04-23
1
-1
/
+1
*
[asan] test for issue #66
Kostya Serebryany
2012-04-19
1
-0
/
+10
*
Partially revert r154390 (http://llvm.org/viewvc/llvm-project?view=rev&revisi...
Alexander Potapenko
2012-04-16
1
-8
/
+6
*
[asan] minor fix: pass flag -g to output tests as a part of CXXFLAGS
Alexey Samsonov
2012-04-12
1
-3
/
+3
*
Don't build atomic.c when building compiler-rt using make
Alexey Samsonov
2012-04-12
1
-1
/
+6
*
[ASan] fix output tests - r154570 changed debug info for static functions and...
Alexey Samsonov
2012-04-12
1
-1
/
+1
*
Change the way ASan interacts with custom signal handlers.
Alexander Potapenko
2012-04-10
2
-48
/
+8
*
[ASan] remove dispatch.h header once again - it's not present on Leopard, and...
Alexey Samsonov
2012-04-09
1
-3
/
+18
*
Use 'typename' instead of 'class' in template<> definitions supporting POD types
Timur Iskhodzhanov
2012-04-09
1
-6
/
+6
*
[asan] last bit for gcc compatibility
Kostya Serebryany
2012-04-06
2
-2
/
+5
*
[asan] minor change to please gcc
Kostya Serebryany
2012-04-06
1
-3
/
+3
*
[ASan] move replacements for new/delete to separate file
Alexey Samsonov
2012-04-06
5
-29
/
+58
*
[asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exit
Kostya Serebryany
2012-04-06
4
-2
/
+22
*
[ASan/Win] Revert the local Makefile change slipped into the prev commit
Timur Iskhodzhanov
2012-04-05
1
-4
/
+4
*
[ASan/Win] Fix lint warning
Timur Iskhodzhanov
2012-04-05
2
-5
/
+5
*
[ASan/Win] Fix build by using inline assembly instead of an unavailable intri...
Timur Iskhodzhanov
2012-04-05
1
-1
/
+10
*
[asan] make __asan::Deallocate immune to racy double-free (issue #57)
Kostya Serebryany
2012-04-05
4
-4
/
+17
*
Introduce the use_sigaltstack flag (off by default), which enables using alte...
Alexander Potapenko
2012-04-05
5
-1
/
+53
*
Allow calling GetCurrentTidOrMinusOne() before AsanThreadRegistry was initial...
Alexander Potapenko
2012-04-05
2
-0
/
+4
*
Initial, very rough cut at a new CMake build system for compiler-rt.
Chandler Carruth
2012-04-04
3
-0
/
+89
*
Remove the old, and non-functional CMake build system from CompilerRT.
Chandler Carruth
2012-04-04
15
-403
/
+0
*
[ASan] use correct C-version of strchr on Windows
Alexey Samsonov
2012-04-04
1
-3
/
+1
*
Fix the build on 32 bit hosts.
Benjamin Kramer
2012-03-30
3
-2
/
+8
*
Make sure NSObjects are allocated in a way that is visible to ASan.
Alexander Potapenko
2012-03-30
3
-0
/
+23
*
Initial commit of support functions for atomic operations.
David Chisnall
2012-03-30
1
-0
/
+313
*
Add internal_memset and replace the uses of REAL(memset) with it where the pe...
Alexander Potapenko
2012-03-29
4
-3
/
+27
*
[ASan] interceptors for atoi/atol/atoll
Alexey Samsonov
2012-03-29
2
-17
/
+107
*
[asan] fix lint
Kostya Serebryany
2012-03-28
1
-2
/
+2
*
[asan] add racy double-free test
Kostya Serebryany
2012-03-28
1
-0
/
+32
*
Log the allocator messages at a higher verbosity level.
Alexander Potapenko
2012-03-27
1
-1
/
+1
*
[ASan] add interceptor for strtol
Alexey Samsonov
2012-03-26
2
-30
/
+69
*
Avoid including link.h.
Evgeniy Stepanov
2012-03-26
1
-1
/
+2
*
[ASan] use macro to define if we should intercept signal/sigaction
Alexey Samsonov
2012-03-26
2
-9
/
+16
*
[ASan] revert r153378
Alexey Samsonov
2012-03-24
1
-2
/
+11
*
[ASan] simplify ASAN_INTERCEPT_* definitions
Alexey Samsonov
2012-03-24
1
-11
/
+2
*
[ASan] use ASAN_INTERCEPT_STRNLEN instead of defined(__APPLE__)
Alexey Samsonov
2012-03-24
1
-6
/
+12
*
[ASan] add interceptor for strtoll
Alexey Samsonov
2012-03-24
2
-0
/
+93
*
[ASan/tests] Make 'noinline' and a bunch of other stuff portable
Timur Iskhodzhanov
2012-03-23
2
-52
/
+60
*
[ASan] replace '#if ... or ...' with '#if ... || ...'
Timur Iskhodzhanov
2012-03-23
1
-2
/
+2
*
[ASan] Add a few more malloc-related interceptors for Windows
Timur Iskhodzhanov
2012-03-23
1
-2
/
+45
*
Handle two-byte short jumps in the relocated code.
Alexander Potapenko
2012-03-22
1
-4
/
+65
*
[asan] extend the test for long double bug
Kostya Serebryany
2012-03-21
1
-0
/
+2
*
[asan] one more try to remove pthread.h from asan_interceptors.cc
Alexey Samsonov
2012-03-21
1
-6
/
+6
*
[asan] add missing declarations from string.h and remove this header
Alexey Samsonov
2012-03-21
1
-1
/
+7
*
[asan] use extern declaraions of libc functions on Win and on Mac
Alexey Samsonov
2012-03-21
1
-22
/
+29
*
[asan]: remove signal.h system header from interceptors
Alexey Samsonov
2012-03-21
1
-1
/
+6
*
[asan]: substitute extern decls with system header in asan_mac.cc
Alexey Samsonov
2012-03-21
1
-13
/
+3
*
[asan] merge mac-specific interceptors into one function
Alexey Samsonov
2012-03-21
3
-8
/
+5
[next]