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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-28
6
-47
/
+176
*
Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...
Richard Smith
2013-03-28
1
-53
/
+24
*
[Parser] Don't code-complete twice.
Argyrios Kyrtzidis
2013-03-27
4
-5
/
+5
*
Don't reject __restrict applied to a dependent type; it might instantiate to ...
Richard Smith
2013-03-27
2
-2
/
+4
*
UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ...
Richard Smith
2013-03-27
1
-34
/
+49
*
Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__."
Argyrios Kyrtzidis
2013-03-27
1
-3
/
+1
*
Objective-C: Issue more precise warning when user
Fariborz Jahanian
2013-03-27
2
-4
/
+6
*
[analyzer] Use evalBind for C++ new of scalar types.
Jordan Rose
2013-03-27
1
-7
/
+10
*
[analyzer] Cleanup: only get the PostStmt when we need the underlying Stmt + ...
Anna Zaks
2013-03-27
1
-4
/
+4
*
[analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not re...
Anna Zaks
2013-03-27
2
-4
/
+5
*
[modules] Make sure enabled diagnostic pragmas inside the module don't affect...
Argyrios Kyrtzidis
2013-03-27
1
-3
/
+9
*
Insert extra new line before access specifiers.
Alexander Kornienko
2013-03-27
2
-18
/
+29
*
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-27
9
-8
/
+163
*
Add const in preparation for a simplify_type change in llvm.
Rafael Espindola
2013-03-27
1
-1
/
+1
*
<rdar://problem/13317030> Consider using directives when performing unqualifi...
Douglas Gregor
2013-03-27
1
-1
/
+15
*
Split line comments
Alexander Kornienko
2013-03-27
1
-33
/
+86
*
Pass the diagnostic in for better error messages.
Bill Wendling
2013-03-27
1
-8
/
+6
*
[lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse a...
Argyrios Kyrtzidis
2013-03-27
2
-1
/
+2
*
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-27
4
-31
/
+86
*
[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Argyrios Kyrtzidis
2013-03-27
1
-1
/
+3
*
[modules] Before marking the module imported macros as ambiguous, check if th...
Argyrios Kyrtzidis
2013-03-27
1
-11
/
+57
*
[PCH/modules] Remove HiddenName::MacroUndef
Argyrios Kyrtzidis
2013-03-27
1
-5
/
+0
*
[Preprocessor] Remove PPMutationListener.
Argyrios Kyrtzidis
2013-03-27
6
-14
/
+2
*
[modules] Re-enable the "ambiguous expansion of macro" warning.
Argyrios Kyrtzidis
2013-03-27
1
-11
/
+10
*
PR15597: Fix a confusion between the implicit exception specification and the
Richard Smith
2013-03-27
2
-3
/
+12
*
If we're unable to create the TargetMachine, then just quit producing the
Chad Rosier
2013-03-27
1
-1
/
+2
*
Make the -Wreinterpret-base-class logic safe against invalid
John McCall
2013-03-27
1
-6
/
+15
*
Split "incomplete implementation" warnings for ObjC into separate warnings.
Ted Kremenek
2013-03-27
1
-14
/
+14
*
<rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...
Douglas Gregor
2013-03-26
1
-0
/
+8
*
[analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks.
Anna Zaks
2013-03-26
2
-14
/
+23
*
Remove magic number usage from CGDebugInfo with new DICompositeType::setConta...
David Blaikie
2013-03-26
1
-8
/
+7
*
[driver] Do not generate crash diagnostics if the compilation command failed
Chad Rosier
2013-03-26
1
-2
/
+3
*
<rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...
Douglas Gregor
2013-03-26
2
-15
/
+21
*
<rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...
Douglas Gregor
2013-03-26
1
-2
/
+3
*
Debug Info: remove use of magic numbers to tweak specific debug info metadata...
David Blaikie
2013-03-26
2
-34
/
+16
*
[analyzer] Change inlining policy to inline small functions when reanalyzing ...
Anna Zaks
2013-03-26
2
-15
/
+18
*
[analyzer] micro optimization as per Jordan’s feedback on r177905.
Anna Zaks
2013-03-26
1
-1
/
+1
*
Remove useGlobalsForAutomaticVariables.
Rafael Espindola
2013-03-26
2
-94
/
+81
*
[ms-cxxabi] Give the MS inheritance attributes a base class
Reid Kleckner
2013-03-26
1
-0
/
+2
*
Fix uninitialized read of CalleeWithThisReturn.
Manman Ren
2013-03-26
2
-2
/
+3
*
Fix a crasher by reporting a fatal error if we're unable to create the target
Chad Rosier
2013-03-26
1
-1
/
+1
*
Add PRFCHW intrinsic support
Michael Liao
2013-03-26
5
-2
/
+57
*
[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...
Argyrios Kyrtzidis
2013-03-26
12
-283
/
+241
*
[ms-cxxabi] Mangle vector types
Reid Kleckner
2013-03-26
1
-5
/
+31
*
Fix uninitialized read of CalleeWithThisReturn.
Evgeniy Stepanov
2013-03-26
1
-1
/
+1
*
Handle CXXOperatorCallExpr when checking self referrnce during initialization of
Richard Trieu
2013-03-26
1
-0
/
+8
*
The IRReader header is now part of its own library. Update the include
Chandler Carruth
2013-03-26
2
-1
/
+2
*
Implement special-case name lookup for inheriting constructors: member
Richard Smith
2013-03-26
3
-13
/
+82
*
Remove some no-op static_casts.
Richard Smith
2013-03-26
1
-12
/
+5
*
Objective-C: Property declaration overiding one in
Fariborz Jahanian
2013-03-25
1
-0
/
+2
[next]