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
*
Remove extraneous semicolons outside of functions. This fixes a large
Chandler Carruth
2012-06-22
34
-34
/
+34
*
Reorder these things for clarity, and add -std=c99 to the compile flags.
Chandler Carruth
2012-06-22
1
-9
/
+9
*
Disable the test subdirectory entirely until we get fresh CMake files
Chandler Carruth
2012-06-22
1
-1
/
+4
*
[tsan] add metadata to the new tsan allocator
Kostya Serebryany
2012-06-22
2
-6
/
+58
*
Allow divsi3 to take advantage of a hardware unsigned divide when it is avail...
Stephen Canon
2012-06-22
2
-1
/
+8
*
[tsan] more code for a specialized tsan allocator
Kostya Serebryany
2012-06-22
3
-13
/
+188
*
tsan: do not call malloc/free in memory access handling routine.
Dmitry Vyukov
2012-06-22
7
-8
/
+51
*
Small lint fix.
Alexander Potapenko
2012-06-21
1
-1
/
+1
*
Add a test for issue 81 -- AddressSanitizerMac.DISABLED_CFAllocatorDefaultDou...
Alexander Potapenko
2012-06-21
3
-3
/
+15
*
[tsan] first step in implementing a custom allocator for tsan (and msan) whic...
Kostya Serebryany
2012-06-21
4
-4
/
+130
*
[ASan] fix lint error
Alexey Samsonov
2012-06-21
1
-1
/
+2
*
Enable AddressSanitizerMac.CFAllocatorDefaultDoubleFree and AddressSanitizerM...
Alexander Potapenko
2012-06-21
1
-4
/
+4
*
Factor the common code out of cf_free and mz_free.
Alexander Potapenko
2012-06-21
3
-26
/
+12
*
Fix the output tests on Darwin
Alexander Potapenko
2012-06-20
1
-1
/
+1
*
Actually intercept free() to ensure that the deallocations caused by other fu...
Alexander Potapenko
2012-06-20
3
-11
/
+35
*
Add a test for NSURL deallocation (issue 70)
Alexander Potapenko
2012-06-20
3
-0
/
+18
*
[tsan] a bit more lint and Makefile changes to run tests from sanitizer_common
Kostya Serebryany
2012-06-20
5
-11
/
+17
*
Resuming work on the compiler-rt CMake build at long long last. In order
Chandler Carruth
2012-06-20
3
-12
/
+201
*
[Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...
Alexey Samsonov
2012-06-19
9
-21
/
+22
*
[TSan] Add a comment that tsan_flags.h may be included in the user code, and ...
Alexey Samsonov
2012-06-19
1
-1
/
+7
*
[Sanitizer] State that sanitizer_libc.h header can be included in the user co...
Alexey Samsonov
2012-06-19
1
-1
/
+4
*
[Sanitizer] use fully qualified type for placement new replacement
Alexey Samsonov
2012-06-19
1
-3
/
+3
*
[TSan] silence -Winternal-linkage-in-inlinewarning which is produced for gtes...
Alexey Samsonov
2012-06-19
1
-2
/
+3
*
Declare some variables unsigned to avoid signed vs unsigned mismatches.
Joerg Sonnenberger
2012-06-18
5
-5
/
+5
*
[Sanitizer] add internal_strncmp to sanitizer libc
Alexey Samsonov
2012-06-18
2
-0
/
+13
*
[TSan] kill some linux-specific code in favor of code in common runtime: reus...
Alexey Samsonov
2012-06-18
2
-80
/
+18
*
[Sanitizer] move different wrappers from TSan to common sanitizer runtime
Alexey Samsonov
2012-06-18
11
-22
/
+42
*
[Sanitizer] Fix type for placement new on 32-bit Mac
Alexey Samsonov
2012-06-15
1
-6
/
+8
*
[Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for i...
Alexey Samsonov
2012-06-15
3
-43
/
+120
*
[Sanitizer] move all the rest re-implementations of libc functions from ASan ...
Alexey Samsonov
2012-06-15
9
-113
/
+105
*
[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...
Alexey Samsonov
2012-06-15
16
-71
/
+46
*
Free the allocated filename. Found by clang static analyzer.
Bill Wendling
2012-06-15
1
-0
/
+1
*
[Sanitizer] Use mmaped buffer in DumpProcessMaps to avoid large stack frames
Alexey Samsonov
2012-06-15
1
-1
/
+2
*
[TSan] don't use too new __attribute__((unused)) for class member
Alexey Samsonov
2012-06-15
1
-1
/
+1
*
[Sanitizer] move ShadowRangeIsAvailable and several defines to common runtime
Alexey Samsonov
2012-06-15
8
-44
/
+49
*
[Sanitizer] move atomic ops, min/max and sort to commnon runtime
Alexey Samsonov
2012-06-15
7
-72
/
+63
*
[Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...
Alexey Samsonov
2012-06-15
7
-47
/
+49
*
[Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtime
Alexey Samsonov
2012-06-15
7
-32
/
+41
*
tsan: fix COMPAT mapping to not produce false reports
Dmitry Vyukov
2012-06-14
2
-0
/
+13
*
Don't build compiler-rt arm code on darwin. Fixes PR12918.
Nico Weber
2012-06-14
1
-0
/
+1
*
80 columns
Nico Weber
2012-06-14
1
-2
/
+2
*
[Sanitizer] move rest of mmap routines to common sanitizer runtime
Alexey Samsonov
2012-06-14
8
-45
/
+31
*
[Sanitizer] move portable GetEnv to common sanitizer runtime
Alexey Samsonov
2012-06-14
9
-66
/
+66
*
[Sanitizer] Move internal_memcmp to common sanitizer libc
Alexey Samsonov
2012-06-14
6
-15
/
+10
*
[Sanitizer] Workaround for -Wunused-private-field warning - add an attribute ...
Alexey Samsonov
2012-06-14
3
-2
/
+6
*
[ASan] don't include deleted header
Alexey Samsonov
2012-06-14
6
-6
/
+0
*
[ASan] remove obsolete header asan_procmaps.h
Alexey Samsonov
2012-06-14
1
-23
/
+0
*
Add test rdx, rdx to fix ASan tests on Mac OS 10.7 x64
Alexander Potapenko
2012-06-11
1
-0
/
+1
*
[Sanitizer] Use __libc_malloc/__libc_free instead of malloc/free inside inter...
Alexey Samsonov
2012-06-09
1
-3
/
+12
*
[TSan] use efficient real_memcpy inside runtime
Alexey Samsonov
2012-06-09
9
-12
/
+17
[next]