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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lsan] Add suppression support.
Sergey Matveev
2013-06-28
11
-13
/
+182
*
llvm-symbolizer: skip leading underscore in Mach-O symbol table entries
Alexey Samsonov
2013-06-28
2
-3
/
+6
*
[sanitizer] Disable all ptrace-related definitions on Android.
Evgeniy Stepanov
2013-06-28
2
-3
/
+3
*
Use lexing mode based on FormatStyle.Standard.
Alexander Kornienko
2013-06-28
4
-19
/
+31
*
[ASan] Migrate lit tests to external symbolizer from asan_symbolize.py script
Alexey Samsonov
2013-06-28
2
-16
/
+7
*
Move sys/sysctl.h include after its dependency sys/types.h
Ed Maste
2013-06-28
1
-1
/
+1
*
Demangle names using pluggable internal symbolizer if possible
Alexey Samsonov
2013-06-28
3
-8
/
+34
*
[sanitizer] Fix an unfortunate typo and disable ptrace interception on Android.
Evgeniy Stepanov
2013-06-28
3
-3
/
+3
*
Pass --default-arch flag to external symbolizer. Fix line lengths.
Alexey Samsonov
2013-06-28
2
-3
/
+13
*
llvm-symbolizer: make name demangling a public static method of LLVMSymbolizer
Alexey Samsonov
2013-06-28
2
-9
/
+11
*
[sanitizer] Intercept ptrace.
Evgeniy Stepanov
2013-06-28
10
-8
/
+191
*
Improve comment.
Rafael Espindola
2013-06-28
1
-4
/
+3
*
[ASan][OSX] Make sure the zones created by malloc_create_zone() are write-pr...
Alexander Potapenko
2013-06-28
2
-0
/
+24
*
Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...
Alexey Samsonov
2013-06-28
1
-2
/
+7
*
[ASan][OSX] Fix the incorrect malloc_create_zone() implementation that led to...
Alexander Potapenko
2013-06-28
2
-1
/
+55
*
llvm-symbolizer: add support for Mach-O universal binaries
Alexey Samsonov
2013-06-28
7
-44
/
+143
*
Suppress GCC "control reaches end of non-void function" warning.
Patrik Hagglund
2013-06-28
1
-0
/
+1
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
17
-35
/
+78
*
Add include guard.
Rui Ueyama
2013-06-28
1
-0
/
+5
*
[PECOFF][Writer] Support DIR32NB and REL32 relocation types.
Rui Ueyama
2013-06-28
5
-13
/
+28
*
Lazily deserialize function template specializations. This fixes a cycle in
Richard Smith
2013-06-28
4
-15
/
+55
*
Integrate Assembler: Support X86_64_DTPOFF64 relocations
David Blaikie
2013-06-28
2
-2
/
+14
*
[PECOFF][Writer] Fix a bug that the contents of .data and .rdata were swapped.
Rui Ueyama
2013-06-28
3
-10
/
+9
*
[PECOFF][Writer] Skip ".debug$S" section in the input object file.
Rui Ueyama
2013-06-28
3
-5
/
+12
*
[PECOFF][Writer] Use a constant instead of a magic number.
Rui Ueyama
2013-06-28
1
-2
/
+2
*
Update for llvm::sys::fs::unique_file not creating directories.
Rafael Espindola
2013-06-28
2
-14
/
+22
*
Improvements to unique_file and createUniqueDirectory.
Rafael Espindola
2013-06-28
3
-241
/
+235
*
[PECOFF][Writer] Templatize connectAtomsWithLayoutEdge()
Rui Ueyama
2013-06-28
3
-51
/
+38
*
Convert tests to FileCheck
Matt Arsenault
2013-06-28
4
-7
/
+14
*
Don't ask for a mode when we are not keeping the file.
Rafael Espindola
2013-06-28
2
-4
/
+3
*
LoopVectorize: Preserve debug location info
Arnold Schwaighofer
2013-06-28
2
-1
/
+166
*
Fix using arg_end() - arg_begin() instead of arg_size()
Matt Arsenault
2013-06-28
1
-3
/
+3
*
Fix typo
Matt Arsenault
2013-06-28
1
-1
/
+1
*
Delete dead code.
Eli Friedman
2013-06-28
2
-40
/
+16
*
Switch Decl instantiation to DeclNodes.inc.
Eli Friedman
2013-06-27
2
-56
/
+71
*
Fix nested lifetime extension when a std::initializer_list member is
Richard Smith
2013-06-27
2
-3
/
+41
*
Use the zero-argument DIBuilder::createNullPtrType in Clang.
Peter Collingbourne
2013-06-27
2
-3
/
+2
*
Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce
Peter Collingbourne
2013-06-27
2
-6
/
+14
*
At the request of Richard Smith, swapped the order of cold/builtin so it is i...
Michael Gottesman
2013-06-27
1
-5
/
+5
*
Ensure that debugger calls to signature-less functions default to
John McCall
2013-06-27
3
-25
/
+89
*
Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...
Michael Gottesman
2013-06-27
3
-20
/
+9
*
Revert "Revert r184787: "Added arm_neon intrinsic tests.""
Michael Gottesman
2013-06-27
1
-0
/
+11624
*
Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into
Richard Smith
2013-06-27
3
-29
/
+15
*
Remove unnecessary check.
Eli Friedman
2013-06-27
1
-1
/
+1
*
Prevent race in when stopping a "read thread"
Tim Northover
2013-06-27
1
-2
/
+0
*
Revert hack that omits errno on Darwin platforms. We now have an acceptable '...
Bill Wendling
2013-06-27
1
-9
/
+0
*
Declare 'strerror' so that we can use it with errno.
Bill Wendling
2013-06-27
1
-0
/
+21
*
Add 'errno.h' to the Darwin SDK.
Bill Wendling
2013-06-27
2
-0
/
+48
*
Delete dead code.
Eli Friedman
2013-06-27
4
-43
/
+0
*
[PECOFF][Writer] Fix DLLCharacteristic flag in image header.
Rui Ueyama
2013-06-27
2
-1
/
+8
[next]