git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Removed unused LParenLoc parameter to ActOnCXXForRangeStmt
[lldb.git]
/
compiler-rt
/
2012-08-16
Dmitry Vyukov
tsan: improve Go report format + fix build
tree
|
commitdiff
2012-08-16
Dmitry Vyukov
tsan: add flag to disable reporting of destruction...
tree
|
commitdiff
2012-08-16
Dmitry Vyukov
tsan: better diagnostics for destroy of a locked mutex...
tree
|
commitdiff
2012-08-16
Dmitry Vyukov
tsan: support for linker initializer mutexes with stati...
tree
|
commitdiff
2012-08-16
Dmitry Vyukov
tsan: fix COMPAT shadow mapping once again
tree
|
commitdiff
2012-08-16
Dmitry Vyukov
tsan: implement RWLOCK annotations
tree
|
commitdiff
2012-08-16
Dmitry Vyukov
tsan: fix COMPAT shadow mapping for new memory allocator
tree
|
commitdiff
2012-08-16
Dmitry Vyukov
tsan: refactor cur_thread() -> thr
tree
|
commitdiff
2012-08-15
Dmitry Vyukov
tsan: store sync objects in memory block headers +...
tree
|
commitdiff
2012-08-15
Dmitry Vyukov
tsan: provide function that imitates write to a region...
tree
|
commitdiff
2012-08-15
Alexander Potapenko
Remove the extra semicolon reported by the buildbot.
tree
|
commitdiff
2012-08-15
Dmitry Vyukov
tsan: switch to new allocator
tree
|
commitdiff
2012-08-15
Alexander Potapenko
Introduce asan_intercepted_functions.h which contains...
tree
|
commitdiff
2012-08-15
Alexey Samsonov
[ASan] lit tests: use nm instead of llvm-nm, until...
tree
|
commitdiff
2012-08-15
Dmitry Vyukov
tsan: add some more tests for memory allocator
tree
|
commitdiff
2012-08-15
Dmitry Vyukov
tsan: fix several integer overflows
tree
|
commitdiff
2012-08-15
Alexander Potapenko
Check for filenames and numbers to detect possible...
tree
|
commitdiff
2012-08-15
Alexander Potapenko
Pass offset of the frame address within the binary...
tree
|
commitdiff
2012-08-15
Alexander Potapenko
Patch the frame address regardless of the frame number.
tree
|
commitdiff
2012-08-15
Alexander Potapenko
Move the prototype of __CFInitialize to asan_mac.h...
tree
|
commitdiff
2012-08-15
Alexander Potapenko
Use SANITIZER_INTERFACE_ATTRIBUTE instead of __attribut...
tree
|
commitdiff
2012-08-15
Alexander Potapenko
Make __asan::asan_{malloc,free,memalign} globally visib...
tree
|
commitdiff
2012-08-15
Alexey Samsonov
[ASan] Port (the last one) tricky interface_test to...
tree
|
commitdiff
2012-08-15
Alexander Potapenko
Do not attempt to intercept mlock and friends on Windows.
tree
|
commitdiff
2012-08-15
Alexander Potapenko
Use the common interception machinery for mlock/munlock...
tree
|
commitdiff
2012-08-15
Alexey Samsonov
[ASan] use clangxx_asan instead of clang_asan for C...
tree
|
commitdiff
2012-08-15
Alexey Samsonov
[ASan] port remaining output and feature tests to lit...
tree
|
commitdiff
2012-08-15
Alexey Samsonov
[ASan] port interception and shared library tests to lit
tree
|
commitdiff
2012-08-15
Alexey Samsonov
[ASan] move declaration of __asan_default_options to...
tree
|
commitdiff
2012-08-14
Kostya Serebryany
[asan] better diagnostics for mmap failure
tree
|
commitdiff
2012-08-14
Alexey Samsonov
[ASan] make sure __asan_default_options symbol is exported
tree
|
commitdiff
2012-08-14
Alexey Samsonov
[ASan] make sure __asan_default_options gets default...
tree
|
commitdiff
2012-08-14
Alexey Samsonov
[ASan] support for running OS-specific tests using...
tree
|
commitdiff
2012-08-14
Alexey Samsonov
[Sanitizer] move OS-dependent pieces of symbolizer...
tree
|
commitdiff
2012-08-13
Dmitry Vyukov
tsan: handle larger number of goroutines + fix a memory...
tree
|
commitdiff
2012-08-13
Alexey Samsonov
[ASan] add __asan_set_on_error_callback into force_inte...
tree
|
commitdiff
2012-08-13
Alexey Samsonov
[ASan] Add __asan_set_on_error_callback() interface...
tree
|
commitdiff
2012-08-13
Alexey Samsonov
[ASan] If ASan finds second error report, wait for...
tree
|
commitdiff
2012-08-13
Alexey Samsonov
[Sanitizer] Return cmake support for setting compile...
tree
|
commitdiff
2012-08-12
Dmitry Vyukov
tsan: fix parameter type for pwrite64() interceptor
tree
|
commitdiff
2012-08-10
Alexey Samsonov
[ASan] share code executed at the beginning/end of...
tree
|
commitdiff
2012-08-10
Alexey Samsonov
[ASan] CMake support for building ASan runtime as a...
tree
|
commitdiff
2012-08-10
Alexander Potapenko
Remove the setjmp.h dependency, fix the comment.
tree
|
commitdiff
2012-08-10
Alexander Potapenko
Temporary fix for code.google.com/p/address-sanitizer...
tree
|
commitdiff
2012-08-09
Alexander Potapenko
Add a test checking that all the "__asan_" interface...
tree
|
commitdiff
2012-08-09
Alexander Potapenko
Make the non-interface mach_override functions static...
tree
|
commitdiff
2012-08-09
Alexey Samsonov
[ASan] Move mac-specific error reports to asan_report...
tree
|
commitdiff
2012-08-09
Alexey Samsonov
[ASan] Small fix to please tests on Windows, where...
tree
|
commitdiff
2012-08-09
Alexey Samsonov
[ASan] Move __asan_report_error implementation to asan_...
tree
|
commitdiff
2012-08-09
Alexander Potapenko
Use a switch instead of a simple condition in force_int...
tree
|
commitdiff
2012-08-09
Alexey Samsonov
[ASan] move code that describes globals to asan_report.cc
tree
|
commitdiff
2012-08-09
Alexey Samsonov
[ASan] move some functions that describe addresses...
tree
|
commitdiff
2012-08-09
Alexey Samsonov
[ASan] Move error reporting code away from file with...
tree
|
commitdiff
2012-08-09
Alexey Samsonov
[ASan] Move error reports away from ASan allocator...
tree
|
commitdiff
2012-08-09
Alexey Samsonov
[ASan] Create new files asan_report.{h,cc} as a prepara...
tree
|
commitdiff
2012-08-08
Alexey Samsonov
[Sanitizer] cleanup CMake files for interception and...
tree
|
commitdiff
2012-08-07
Alexey Samsonov
[compiler-rt] CMake build: if LLVM_BUILD_32_BITS is...
tree
|
commitdiff
2012-08-07
Alexey Samsonov
[ASan] simplify cmake rules for adding lit testsuites
tree
|
commitdiff
2012-08-07
Alexey Samsonov
[ASan] add llvm_tools_dir to lit.site.cfg for ASan...
tree
|
commitdiff
2012-08-07
Alexey Samsonov
[ASan] Add support for running unit tests by lit (as...
tree
|
commitdiff
2012-08-06
Alexey Samsonov
[ASan] fix names of malloc/free replacements on Android
tree
|
commitdiff
2012-08-06
Alexey Samsonov
[ASan] add new ASan option 'strip_path_prefix' to remov...
tree
|
commitdiff
2012-08-06
Alexander Potapenko
AllocationSize(ptr) should check that |ptr| actually...
tree
|
commitdiff
2012-08-02
Alexander Potapenko
Implement LinuxSymbolizer instead of symbolize_addr2line.
tree
|
commitdiff
2012-08-02
Alexander Potapenko
Some refactoring for asan_symbolize.py: introduced...
tree
|
commitdiff
2012-08-02
Alexey Samsonov
[Sanitizer] fix windows build
tree
|
commitdiff
2012-08-02
Alexey Samsonov
Follow-up for r161168 for Windows
tree
|
commitdiff
2012-08-02
Alexey Samsonov
[Sanitizer] Workaround for a compiler warning - ISO...
tree
|
commitdiff
2012-08-02
Alexander Potapenko
Make strcat() and strncat() more standard-compliant...
tree
|
commitdiff
2012-08-02
Alexey Samsonov
[Sanitizer] Fix warnings to please cmake build
tree
|
commitdiff
2012-08-01
Alexander Potapenko
Add support for "movsbl %sil,%ecx" (x86_64) and "movsbl...
tree
|
commitdiff
2012-08-01
Alexey Samsonov
[Sanitizer] Make ASan/TSan sources depend on headers...
tree
|
commitdiff
2012-08-01
Alexey Samsonov
[ASan] cleanup interceptors code - prefer ASAN_INTERCEP...
tree
|
commitdiff
2012-07-31
Alexey Samsonov
First tiny move towards integrating AddressSanitizer...
tree
|
commitdiff
2012-07-31
Alexander Potapenko
Factor out the main() function.
tree
|
commitdiff
2012-07-31
Alexey Samsonov
[Sanitizer] Wrapper around llvm::DIContext from LLVM...
tree
|
commitdiff
2012-07-30
Alexey Samsonov
[ASan] fix cmake build warning
tree
|
commitdiff
2012-07-30
Alexey Samsonov
[TSan] delete trailing spaces
tree
|
commitdiff
2012-07-28
Dmitry Vyukov
tsan: add ReleaseStore() function that merely copies...
tree
|
commitdiff
2012-07-27
Dmitry Vyukov
tsan: add missing include
tree
|
commitdiff
2012-07-27
Dmitry Vyukov
tsan: change event handling from single HandleEvent...
tree
|
commitdiff
2012-07-27
Dmitry Vyukov
tasn: do not remember stack traces for sync objects...
tree
|
commitdiff
2012-07-27
Dmitry Vyukov
tsan: remove unnecessary and wrong include
tree
|
commitdiff
2012-07-27
Kostya Serebryany
[asan] ensure that asan_init is called in str[n]cmp...
tree
|
commitdiff
2012-07-26
Dmitry Vyukov
tsan: make the runtime library name tsan-neutral for...
tree
|
commitdiff
2012-07-25
Dmitry Vyukov
tsan: allow environment to override OnReport() and...
tree
|
commitdiff
2012-07-25
Dmitry Vyukov
tsan: suport for Go finalizers
tree
|
commitdiff
2012-07-25
Dmitry Vyukov
tsan: expect that Go symbolizer can return NULLs
tree
|
commitdiff
2012-07-25
Alexey Samsonov
cmake for compiler-rt: add a function to set output...
tree
|
commitdiff
2012-07-25
Kostya Serebryany
[asan] don't return from a never-return function. fix...
tree
|
commitdiff
2012-07-25
Alexey Samsonov
[ASan] fixup for r160712: provide a default definition...
tree
|
commitdiff
2012-07-25
Alexander Potapenko
Make __asan_default_options a weak function that return...
tree
|
commitdiff
2012-07-24
Dmitry Vyukov
tsan: align report style with Go internal format
tree
|
commitdiff
2012-07-24
Alexey Samsonov
Revert r160669 (except for compile flag updates)
tree
|
commitdiff
2012-07-24
Dmitry Vyukov
tsan: output goroutine creation stack
tree
|
commitdiff
2012-07-24
Alexey Samsonov
[ASan] hacking cmake build: after generating asan runti...
tree
|
commitdiff
2012-07-24
Alexey Samsonov
[ASan] Support for cmake build of ASan unittests in...
tree
|
commitdiff
2012-07-23
Alexander Potapenko
Intercept CFAllocator for each thread in the program.
tree
|
commitdiff
2012-07-23
Alexey Samsonov
[ASan] minor fixes to silence cmake build warnings
tree
|
commitdiff
2012-07-23
Alexander Potapenko
For wild addresses in the shadow or shadow gap areas...
tree
|
commitdiff
next