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
*
Add a test checking that all the "__asan_" interface functions are present in...
Alexander Potapenko
2012-08-09
2
-1
/
+27
*
Make the non-interface mach_override functions static to avoid name clashes w...
Alexander Potapenko
2012-08-09
1
-14
/
+20
*
[ASan] Move mac-specific error reports to asan_report.cc as well
Alexey Samsonov
2012-08-09
3
-33
/
+64
*
[ASan] Small fix to please tests on Windows, where stack unwinding using prov...
Alexey Samsonov
2012-08-09
2
-15
/
+7
*
[ASan] Move __asan_report_error implementation to asan_report.cc
Alexey Samsonov
2012-08-09
3
-141
/
+152
*
Use a switch instead of a simple condition in force_interface_symbols().
Alexander Potapenko
2012-08-09
1
-17
/
+19
*
[ASan] move code that describes globals to asan_report.cc
Alexey Samsonov
2012-08-09
3
-31
/
+37
*
[ASan] move some functions that describe addresses to asan_report.cc
Alexey Samsonov
2012-08-09
6
-99
/
+102
*
[ASan] Move error reporting code away from file with interceptors
Alexey Samsonov
2012-08-09
3
-5
/
+16
*
[ASan] Move error reports away from ASan allocator. Add new source file to CM...
Alexey Samsonov
2012-08-09
4
-26
/
+50
*
[ASan] Create new files asan_report.{h,cc} as a preparation for refactoring o...
Alexey Samsonov
2012-08-09
3
-8
/
+55
*
[Sanitizer] cleanup CMake files for interception and sanitizer_common helper ...
Alexey Samsonov
2012-08-08
2
-26
/
+35
*
[compiler-rt] CMake build: if LLVM_BUILD_32_BITS is on, then -m32 is added to...
Alexey Samsonov
2012-08-07
1
-1
/
+1
*
[ASan] simplify cmake rules for adding lit testsuites
Alexey Samsonov
2012-08-07
1
-9
/
+6
*
[ASan] add llvm_tools_dir to lit.site.cfg for ASan and add it to PATH
Alexey Samsonov
2012-08-07
2
-0
/
+16
*
[ASan] Add support for running unit tests by lit (as a part of 'make check-as...
Alexey Samsonov
2012-08-07
6
-10
/
+92
*
[ASan] fix names of malloc/free replacements on Android
Alexey Samsonov
2012-08-06
1
-1
/
+7
*
[ASan] add new ASan option 'strip_path_prefix' to remove useless prefices fro...
Alexey Samsonov
2012-08-06
5
-6
/
+30
*
AllocationSize(ptr) should check that |ptr| actually points to the beginning ...
Alexander Potapenko
2012-08-06
1
-4
/
+5
*
Implement LinuxSymbolizer instead of symbolize_addr2line.
Alexander Potapenko
2012-08-02
1
-39
/
+37
*
Some refactoring for asan_symbolize.py: introduced the Symbolizer class and i...
Alexander Potapenko
2012-08-02
1
-59
/
+184
*
[Sanitizer] fix windows build
Alexey Samsonov
2012-08-02
1
-1
/
+1
*
Follow-up for r161168 for Windows
Alexey Samsonov
2012-08-02
2
-13
/
+18
*
[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...
Alexey Samsonov
2012-08-02
5
-18
/
+30
*
Make strcat() and strncat() more standard-compliant (check for invalid parame...
Alexander Potapenko
2012-08-02
2
-14
/
+22
*
[Sanitizer] Fix warnings to please cmake build
Alexey Samsonov
2012-08-02
1
-2
/
+2
*
Add support for "movsbl %sil,%ecx" (x86_64) and "movsbl $imm(%ebp), %edx" (i3...
Alexander Potapenko
2012-08-01
1
-1
/
+3
*
[Sanitizer] Make ASan/TSan sources depend on headers from interception library
Alexey Samsonov
2012-08-01
2
-2
/
+4
*
[ASan] cleanup interceptors code - prefer ASAN_INTERCEPT_FUNCTION_NAME macro ...
Alexey Samsonov
2012-08-01
1
-51
/
+94
*
First tiny move towards integrating AddressSanitizer regressions test into LL...
Alexey Samsonov
2012-07-31
6
-0
/
+138
*
Factor out the main() function.
Alexander Potapenko
2012-07-31
1
-9
/
+16
*
[Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a ...
Alexey Samsonov
2012-07-31
4
-16
/
+126
*
[ASan] fix cmake build warning
Alexey Samsonov
2012-07-30
1
-1
/
+1
*
[TSan] delete trailing spaces
Alexey Samsonov
2012-07-30
1
-1
/
+1
*
tsan: add ReleaseStore() function that merely copies vector clock rather than...
Dmitry Vyukov
2012-07-28
8
-7
/
+31
*
tsan: add missing include
Dmitry Vyukov
2012-07-27
1
-0
/
+2
*
tsan: change event handling from single HandleEvent() to a set of separate fu...
Dmitry Vyukov
2012-07-27
3
-151
/
+137
*
tasn: do not remember stack traces for sync objects for Go (they are not repo...
Dmitry Vyukov
2012-07-27
1
-0
/
+2
*
tsan: remove unnecessary and wrong include
Dmitry Vyukov
2012-07-27
1
-1
/
+0
*
[asan] ensure that asan_init is called in str[n]cmp. Bug found by Nick Kralev...
Kostya Serebryany
2012-07-27
1
-0
/
+2
*
tsan: make the runtime library name tsan-neutral for Go upstream
Dmitry Vyukov
2012-07-26
1
-1
/
+1
*
tsan: allow environment to override OnReport() and OverrideFlags()
Dmitry Vyukov
2012-07-25
3
-3
/
+12
*
tsan: suport for Go finalizers
Dmitry Vyukov
2012-07-25
5
-0
/
+17
*
tsan: expect that Go symbolizer can return NULLs
Dmitry Vyukov
2012-07-25
1
-4
/
+4
*
cmake for compiler-rt: add a function to set output dirs for compiler runtime...
Alexey Samsonov
2012-07-25
3
-1
/
+28
*
[asan] don't return from a never-return function. fix a test that had a chain...
Kostya Serebryany
2012-07-25
2
-12
/
+10
*
[ASan] fixup for r160712: provide a default definition for weak __asan_defaul...
Alexey Samsonov
2012-07-25
2
-14
/
+13
*
Make __asan_default_options a weak function that returns a const char*.
Alexander Potapenko
2012-07-25
4
-3
/
+18
*
tsan: align report style with Go internal format
Dmitry Vyukov
2012-07-24
3
-16
/
+14
*
Revert r160669 (except for compile flag updates)
Alexey Samsonov
2012-07-24
1
-23
/
+4
[next]