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] Add back the support for /MT; intercept statically-linked functions
Timur Iskhodzhanov
2012-03-12
6
-11
/
+170
*
[ASan] Use WriteFile instead of fwrite in AsanWrite
Timur Iskhodzhanov
2012-03-11
1
-2
/
+7
*
[asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownership
Kostya Serebryany
2012-03-10
5
-15
/
+62
*
[asan] add a (disabled) stress test for __asan_get_ownership
Kostya Serebryany
2012-03-09
1
-0
/
+12
*
[asan]: fix off-by-one error in stack unwinder (asan issue #44; reproduced th...
Kostya Serebryany
2012-03-08
1
-1
/
+1
*
[asan] don't use dl_iterate_phdr on linux, go back to using /proc/self/maps. ...
Kostya Serebryany
2012-03-08
3
-6
/
+9
*
[ASan] Fix lint warning
Timur Iskhodzhanov
2012-03-07
1
-1
/
+0
*
[ASan/Win] Intercept _msize, required for running SQLite
Timur Iskhodzhanov
2012-03-07
1
-0
/
+6
*
Force __asan_handle_no_return into the binary built with ASan.
Alexander Potapenko
2012-03-06
1
-1
/
+2
*
Make sure to properly ifdef out an unused function on OSX < 10.6. PR12136. ...
Eli Friedman
2012-03-06
1
-0
/
+3
*
platform/clang_darwin: Fix a comment.
Daniel Dunbar
2012-03-05
1
-2
/
+0
*
make/clang_darwin: Tweak CheckArches function to force the integrated-as and use
Daniel Dunbar
2012-03-05
1
-8
/
+13
*
[asan] Add a negative test for memcpy of long double.
Evgeniy Stepanov
2012-03-02
1
-0
/
+8
*
Force __asan_set_death_callback into the resulting binary.
Alexander Potapenko
2012-03-01
1
-1
/
+2
*
[ASan] Replace CRT .dll malloc with our implementation at asan_init() time
Timur Iskhodzhanov
2012-02-29
1
-6
/
+34
*
Introduce __asan_set_error_report_callback() to allow the client program post...
Alexander Potapenko
2012-02-27
6
-1
/
+59
*
Replace some #ifdef(s) with plain if(s).
Evgeniy Stepanov
2012-02-27
4
-31
/
+20
*
AddressSanitizer: add some checks to AsanChunkFifoList::PushList
Alexey Samsonov
2012-02-27
1
-0
/
+4
*
[asan] don't compile gtest with asan when building asan tests
Kostya Serebryany
2012-02-24
1
-2
/
+2
*
[ASan] Intercept CreateThread on Windows
Timur Iskhodzhanov
2012-02-24
6
-16
/
+64
*
AddressSanitizer: quick fix - undef INT32_MIN etc to avoid macro redefinition
Alexey Samsonov
2012-02-22
1
-6
/
+12
*
AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h instead
Alexey Samsonov
2012-02-22
5
-8
/
+23
*
[ASan] Intercept functions on Windows - first version
Timur Iskhodzhanov
2012-02-22
6
-40
/
+119
*
AddressSanitizer: get rid of limits.h, use constants for fixed size integral ...
Alexey Samsonov
2012-02-22
2
-5
/
+20
*
[asan] Remove mentions of pthread*_t from interceptors.
Evgeniy Stepanov
2012-02-22
1
-3
/
+2
*
AddressSanitizer: fix Makefile.old - gtest should depend on libasan
Alexey Samsonov
2012-02-22
1
-1
/
+1
*
[ASan] Fix style + suppress 'long' lint warnings
Timur Iskhodzhanov
2012-02-22
1
-1
/
+1
*
Update source code links in LICENSE.TXT.
Evgeniy Stepanov
2012-02-22
1
-2
/
+1
*
Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...
Alexander Potapenko
2012-02-22
5
-16
/
+20
*
[ASan] Fix a wrong filename mentioned in a comment
Timur Iskhodzhanov
2012-02-22
1
-1
/
+1
*
Dump the process memory map if any of the mappings interleaves with the shadow.
Alexander Potapenko
2012-02-22
1
-0
/
+2
*
Add AsanProcMaps::Dump()
Alexander Potapenko
2012-02-22
1
-0
/
+13
*
[ASan] Add __asan_init to the list of C dynamic initializers to support /MD o...
Timur Iskhodzhanov
2012-02-21
1
-5
/
+11
*
Fix the lib32 and lib64 targets.
Alexander Potapenko
2012-02-21
1
-3
/
+3
*
[ASan] Remove one FIXME - re-enable "free-not-malloced" reports on Windows
Timur Iskhodzhanov
2012-02-21
1
-5
/
+0
*
Check that the FakeStack size is non-zero before looking into it.
Alexander Potapenko
2012-02-21
2
-1
/
+2
*
AddressSanitizer: Don't include GrandCentralDispatch headers in asan headers ...
Alexey Samsonov
2012-02-21
1
-6
/
+13
*
AddressSanitizer: don't use /tmp for temporary file in output tests.
Alexey Samsonov
2012-02-21
1
-1
/
+3
*
AddressSanitizer: use custom strtol/atoll functions
Alexey Samsonov
2012-02-17
3
-16
/
+61
*
AddressSanitizer: fix lint
Alexey Samsonov
2012-02-17
3
-7
/
+7
*
AddressSanitizer: revert r150683 - we can't get rid of headers that easily
Alexey Samsonov
2012-02-16
2
-12
/
+12
*
[asan] Allocator tweaks for low memory systems.
Evgeniy Stepanov
2012-02-16
4
-5
/
+30
*
AddressSanitizer: don't include pthread.h and signal.h in interceptors on Mac
Alexey Samsonov
2012-02-16
2
-12
/
+12
*
[asan] don't do AsanDie twice
Kostya Serebryany
2012-02-16
1
-0
/
+2
*
AddressSanitizer: don't include pthread.h in asan_interceptors.cc on Linux
Alexey Samsonov
2012-02-15
1
-4
/
+3
*
AddressSanitizer: simplify IntervalsAreSeparate function
Alexey Samsonov
2012-02-15
1
-12
/
+3
*
[ASan] Define an internal implementation of strchr to make stack OOB tests pa...
Timur Iskhodzhanov
2012-02-14
3
-1
/
+12
*
[asan] Add lots of missing visibility attributes.
Evgeniy Stepanov
2012-02-14
1
-11
/
+22
*
[asan] implement __asan_set_death_callback
Kostya Serebryany
2012-02-13
6
-24
/
+49
*
Fix compilation on Mac.
Alexander Potapenko
2012-02-13
1
-0
/
+1
[next]