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
*
SDKs: Add inttypes.h to the darwin SDK stub
Justin Bogner
2014-01-07
1
-0
/
+86
*
Revert "Only include inttypes.h on platforms for which PRIu64 isn't in stdint.h"
Justin Bogner
2014-01-07
1
-4
/
+1
*
Revert "Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn't"
Justin Bogner
2014-01-07
1
-6
/
+0
*
Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn't
Kaelyn Uhrain
2014-01-07
1
-0
/
+6
*
Only include inttypes.h on platforms for which PRIu64 isn't in stdint.h
Kaelyn Uhrain
2014-01-06
1
-1
/
+4
*
Use the PRIu64 macro for printing a uint64_t.
Kaelyn Uhrain
2014-01-06
1
-1
/
+2
*
profile: Rudimentary suppport for PGO instrumentation
Justin Bogner
2014-01-06
3
-3
/
+85
*
Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
2014-01-01
1
-2
/
+2
*
tsan: fix Go build
Dmitry Vyukov
2013-12-31
1
-0
/
+7
*
Fix an ODR violation in the sanitizer runtimes.
Chandler Carruth
2013-12-30
2
-6
/
+13
*
[libsanitizer] fix lint errors
Alexander Potapenko
2013-12-30
1
-4
/
+4
*
[libsanitizer] Remove the redundant spaces between '#' and 'define'.
Alexander Potapenko
2013-12-30
1
-107
/
+107
*
[ASan] Delete asan_intercepted_functions.h, move the code into asan_intercept...
Alexander Potapenko
2013-12-26
4
-81
/
+61
*
[asan] allow asan to use SizeClassAllocator32 on a 64-bit platform (if SANITI...
Kostya Serebryany
2013-12-26
5
-25
/
+43
*
[Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...
Alexey Samsonov
2013-12-25
4
-7
/
+38
*
[ASan] Add a test for __asan_gen_ globals labels on Darwin.
Alexander Potapenko
2013-12-25
1
-0
/
+14
*
[lsan] Minor code health stuff.
Sergey Matveev
2013-12-25
2
-32
/
+33
*
[ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/...
Alexander Potapenko
2013-12-25
1
-1
/
+2
*
[ASan] Make sure none of the __asan_gen_ global strings end up in the symbol ...
Alexander Potapenko
2013-12-25
1
-0
/
+7
*
[Sanitizer] Remove now unused symbolization functionality from MemoryMappingL...
Alexey Samsonov
2013-12-25
6
-102
/
+15
*
[Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and...
Alexey Samsonov
2013-12-25
5
-35
/
+66
*
[Sanitizer] Properly specify linux-only unit test.
Alexey Samsonov
2013-12-25
1
-1
/
+1
*
[Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is n...
Alexey Samsonov
2013-12-25
3
-72
/
+49
*
[TSan] fix Go build
Alexey Samsonov
2013-12-25
1
-1
/
+5
*
[Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.
Alexey Samsonov
2013-12-25
6
-32
/
+67
*
[Sanitizer] Move OS-specific code for MemoryMappingLayout into separate sourc...
Alexey Samsonov
2013-12-25
7
-377
/
+449
*
[Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...
Alexey Samsonov
2013-12-25
7
-32
/
+7
*
tsan: fix false positive in pthread stack manupulation
Dmitry Vyukov
2013-12-24
1
-0
/
+4
*
tsan: remove in_rtl counter
Dmitry Vyukov
2013-12-24
23
-188
/
+149
*
[lsan] Refactor the LeakReport class.
Sergey Matveev
2013-12-24
2
-49
/
+67
*
[lsan] Make the report_objects flag more useful.
Sergey Matveev
2013-12-24
18
-47
/
+58
*
tsan: deflake another test
Dmitry Vyukov
2013-12-24
1
-1
/
+3
*
[asan] clean up at the end of the shmget/shmctl test
Kostya Serebryany
2013-12-23
1
-0
/
+1
*
[asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...
Kostya Serebryany
2013-12-23
4
-6
/
+52
*
[msan] Add missing visibility attribute to MSan new/delete interceptors.
Evgeniy Stepanov
2013-12-20
1
-0
/
+9
*
[sanitizer] Use the new sanitizer_interception.h header in all interceptors.
Evgeniy Stepanov
2013-12-20
6
-5
/
+5
*
[sanitizer] Add missing file comment.
Evgeniy Stepanov
2013-12-20
1
-1
/
+2
*
[msan] Wrap indirect calls to REAL(x) in interceptors.
Evgeniy Stepanov
2013-12-20
5
-12
/
+77
*
[msan] Replace wrap_indirect_calls runtime flag with an interface method.
Evgeniy Stepanov
2013-12-20
7
-20
/
+73
*
[ASan] Get rid of ASan-specific functions for printing stack traces
Alexey Samsonov
2013-12-19
5
-39
/
+21
*
[Sanitizer] Delete unused StackTrace::PrintStack argument
Alexey Samsonov
2013-12-19
2
-19
/
+2
*
[ASan] Get rid of __asan_symbolize function
Alexey Samsonov
2013-12-19
6
-48
/
+1
*
Fix -Werror compilation.
Evgeniy Stepanov
2013-12-19
1
-1
/
+1
*
[DFSan] New custom wrappers
Lorenzo Martignoni
2013-12-18
3
-24
/
+209
*
[Sanitizers] Fix CL compile-time warning in the symbolizer
Timur Iskhodzhanov
2013-12-18
1
-2
/
+2
*
[Sanitizer] Implement Symbolizer class on Windows
Timur Iskhodzhanov
2013-12-18
5
-56
/
+85
*
[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePC
Timur Iskhodzhanov
2013-12-18
7
-8
/
+7
*
[msan] Disable DynamoRio detection.
Evgeniy Stepanov
2013-12-18
1
-13
/
+1
*
[lsan] Remove the LSan-specific verbosity flag.
Sergey Matveev
2013-12-17
4
-24
/
+11
*
[lsan] Introduce print_suppressions flag.
Sergey Matveev
2013-12-17
4
-8
/
+48
[next]