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
/
clang
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to pass in pointers intead of references.
Bill Wendling
2013-06-18
2
-2
/
+2
*
size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459>
Bob Wilson
2013-06-18
2
-0
/
+15
*
Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie
Dmitri Gribenko
2013-06-18
1
-6
/
+6
*
ArrayRef'ize CodeCompletionContext::getNumSelIdents()
Dmitri Gribenko
2013-06-18
2
-12
/
+7
*
contextual conversion fix: C++98 compatibility warning.
Larisse Voufo
2013-06-18
1
-2
/
+3
*
Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer!
John McCall
2013-06-18
8
-22
/
+150
*
r184100 Fix -- Updated test cases for contextual conversion
Larisse Voufo
2013-06-18
3
-5
/
+25
*
Remove an ugly hack that was meant to eliminate the breakpoint ambiguity
Adrian Prantl
2013-06-18
2
-4
/
+20
*
Delete dead code.
Eli Friedman
2013-06-18
2
-39
/
+0
*
Accept and ignore -fdebug-types-section for now. This will be used
Eric Christopher
2013-06-18
3
-1
/
+7
*
FileCheck-ize.
Eric Christopher
2013-06-18
1
-2
/
+4
*
Add a missing testcase for ObjC ivar encoding for a C++ class with a vptr.
Eli Friedman
2013-06-17
1
-0
/
+13
*
Turn Clang 3.3 boxes on C++ status from yellow to green now we're releasing it.
Richard Smith
2013-06-17
1
-7
/
+7
*
Point link at correct location for Clang 3.3 release notes.
Richard Smith
2013-06-17
1
-1
/
+1
*
Fix source range of CXXNewExpr with parentheses around the type. PR15569.
Eli Friedman
2013-06-17
2
-1
/
+10
*
Compute the visibility of static local variables consistently. Fixes PR16208.
Eli Friedman
2013-06-17
2
-2
/
+19
*
Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204.
Eli Friedman
2013-06-17
2
-2
/
+9
*
Cleanup linkage computation for static locals.
Rafael Espindola
2013-06-17
3
-6
/
+19
*
Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt.
Rafael Espindola
2013-06-17
2
-1
/
+4
*
X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd
Manman Ren
2013-06-17
3
-8
/
+68
*
Revert "Updated test cases for contextual conversion"
Rafael Espindola
2013-06-17
3
-23
/
+5
*
Updated test cases for contextual conversion
Larisse Voufo
2013-06-17
3
-5
/
+23
*
Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that
Richard Smith
2013-06-17
1
-1
/
+1
*
unbreak buildbot for now.
Fariborz Jahanian
2013-06-17
1
-1
/
+1
*
Include PathV1.h only where it is used.
Rafael Espindola
2013-06-17
9
-1
/
+8
*
Clean up empty struct/union recognition.
Serge Pavlov
2013-06-17
4
-47
/
+50
*
Objective-C [qoi]: Provide fixit hint when message with typo
Fariborz Jahanian
2013-06-17
7
-8
/
+48
*
[Driver] Remove the using namespace directives from headers
Reid Kleckner
2013-06-17
12
-234
/
+270
*
Fix a problem in ExpressionParser leading to trailing comments affecting inde...
Alexander Kornienko
2013-06-17
2
-7
/
+11
*
Try to fix the bots with a forward decl.
Reid Kleckner
2013-06-17
1
-0
/
+1
*
Fixes incorrect indentation of line comments after break and re-alignment.
Alexander Kornienko
2013-06-17
3
-6
/
+45
*
[AST] Don't include RecursiveASTVisitor.h in ASTContext.h
Reid Kleckner
2013-06-17
4
-88
/
+99
*
Corrected status of support for contextual conversion from full to SVN
Larisse Voufo
2013-06-17
1
-1
/
+1
*
Remove unused file.
Richard Smith
2013-06-17
1
-0
/
+0
*
C++11: don't warn about the deprecated 'register' keyword if it's combined with
Richard Smith
2013-06-17
4
-14
/
+19
*
Add warning group -Wdeprecated-register for C++11 warning on 'register' being
Richard Smith
2013-06-17
3
-5
/
+11
*
Add tests for C++ DR100-150.
Richard Smith
2013-06-16
2
-44
/
+585
*
Add testcase for DR39 from PR5916.
Richard Smith
2013-06-16
1
-0
/
+12
*
PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if'
Richard Smith
2013-06-16
3
-2
/
+17
*
Fixed one buildbot-failure-causing bug...
Larisse Voufo
2013-06-16
1
-1
/
+1
*
ArrayRef'ize Sema::CodeComplete*
Dmitri Gribenko
2013-06-16
4
-123
/
+84
*
Updated status of support for contextual conversion from partial to full
Larisse Voufo
2013-06-15
1
-1
/
+1
*
Updated the support for contextual conversion tweaks (n3323) with a previousl...
Larisse Voufo
2013-06-15
4
-66
/
+101
*
A quick fix to allow return type deduction on member templates
Faisal Vali
2013-06-15
2
-3
/
+52
*
Emit native implementations of atomic operations on FreeBSD/armv6.
Ed Schouten
2013-06-15
3
-3
/
+4
*
PR16263: Implement current direction of core issue 1376. Binding a reference to
Richard Smith
2013-06-15
4
-7
/
+74
*
Fix handling of const_cast from prvalue to rvalue reference: such a cast is
Richard Smith
2013-06-14
5
-16
/
+70
*
Fix comments referring to non-existent types.
Eli Friedman
2013-06-14
1
-3
/
+3
*
Unify return type checking for functions and ObjC methods. Move all the
Eli Friedman
2013-06-14
12
-62
/
+70
*
Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from a
Richard Smith
2013-06-14
3
-1
/
+14
[next]