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
/
AST
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r142844, it broke selfhost. The problem appears to be a missing
Richard Smith
2011-10-24
1
-237
/
+161
*
Add explanatory comments for ICE checking in C99 mode.
Richard Smith
2011-10-24
1
-1
/
+10
*
Constant expression evaluation: evaluate lvalues as lvalues, and rvalues as
Richard Smith
2011-10-24
1
-161
/
+237
*
Constant expression evaluation: factor out handling of ignored values.
Richard Smith
2011-10-24
1
-39
/
+15
*
In accordance with the C89, C99 and C++98 standards, ICEs can only contain
Richard Smith
2011-10-24
1
-3
/
+4
*
Constant expression evaluation: factor out VarDecl initializer evaluation and
Richard Smith
2011-10-24
1
-68
/
+42
*
Refactor vector constant expression evaluation to return bool like all the other
Richard Smith
2011-10-22
1
-47
/
+56
*
Don't try to set the "array filler" in a InitListExpr twice.
Argyrios Kyrtzidis
2011-10-21
1
-0
/
+1
*
More ASTRecordLayout changes for MS ABI; based on patch by r4start.
Eli Friedman
2011-10-21
2
-25
/
+35
*
I added a new function to DeclContext called
Sean Callanan
2011-10-21
2
-34
/
+52
*
Don't forget to complete the objc interface before asking for information,
Argyrios Kyrtzidis
2011-10-19
1
-0
/
+9
*
Macro metaprogramming for builtin types.
John McCall
2011-10-18
5
-66
/
+27
*
Simplify RecordDeclCXX::setBases slightly. No functional change.
Richard Smith
2011-10-18
1
-13
/
+10
*
Revert accidental commit.
Eli Friedman
2011-10-18
1
-2
/
+2
*
Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doi...
Eli Friedman
2011-10-18
1
-87
/
+82
*
Initial implementation of __atomic_is_lock_free. The input is the size of an...
Eli Friedman
2011-10-17
1
-0
/
+44
*
Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which accepts
Argyrios Kyrtzidis
2011-10-17
1
-0
/
+2
*
Have ObjCMethodDecl::getCanonicalDecl take into account redeclared methods.
Argyrios Kyrtzidis
2011-10-17
1
-0
/
+4
*
Keep track when a ObjC interface/protocol was initially created as a forward ...
Argyrios Kyrtzidis
2011-10-17
2
-5
/
+8
*
Add a new placeholder type to represent "unbridged"
John McCall
2011-10-17
6
-0
/
+9
*
Split apart the state accumulated during constant expression evaluation and the
Richard Smith
2011-10-16
1
-46
/
+53
*
Teach the ASTImporter to perform DeclContext lookups in a way that
Douglas Gregor
2011-10-15
2
-77
/
+109
*
Provide half floating point support as a storage only type.
Anton Korobeynikov
2011-10-14
6
-4
/
+25
*
Add template instantiation support for AtomicExpr.
Eli Friedman
2011-10-14
1
-0
/
+21
*
Teach the ASTImporter not to import redundant fields.
Douglas Gregor
2011-10-14
1
-50
/
+101
*
Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...
Eli Friedman
2011-10-14
2
-3
/
+16
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
8
-53
/
+51
*
[PCH] Serialize info about redeclared objc methods.
Argyrios Kyrtzidis
2011-10-14
1
-2
/
+4
*
Really protect from infinite loop when there are objc method redeclarations.
Argyrios Kyrtzidis
2011-10-14
1
-0
/
+12
*
Keep track of objc method redeclarations in the same interface.
Argyrios Kyrtzidis
2011-10-14
1
-1
/
+5
*
Add returns_twice to functions that are known to return twice. This implements
Rafael Espindola
2011-10-12
1
-0
/
+4
*
constexpr: don't consider class types with mutable members to be literal types.
Richard Smith
2011-10-12
1
-1
/
+5
*
PR11062: Make C99 inlining work properly for names with associated builtin li...
Eli Friedman
2011-10-11
1
-1
/
+6
*
Constant expression evaluation: refactor value initialization and scalar list...
Richard Smith
2011-10-11
1
-56
/
+39
*
Silence some -Wuninitialized false positives with gcc.
Eli Friedman
2011-10-11
1
-1
/
+1
*
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
Eli Friedman
2011-10-11
6
-0
/
+61
*
Extend lvalue evaluation in ExprConstant.cpp to handle CK_LValueBitCast (whic...
Eli Friedman
2011-10-11
1
-0
/
+3
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
8
-64
/
+57
*
Per C++ [class.bit]p2, unnamed bit-fields are not members. Fixes PR10289.
Douglas Gregor
2011-10-10
1
-0
/
+7
*
Another case of HadMultipleCandidates being used uninitialized.
Benjamin Kramer
2011-10-10
1
-1
/
+2
*
In DeclContext::LoadLexicalDeclsFromExternalStorage don't clear out
Argyrios Kyrtzidis
2011-10-07
2
-19
/
+15
*
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-07
6
-20
/
+21
*
Record layout requires not just a definition, but a complete
John McCall
2011-10-07
1
-0
/
+5
*
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-10-06
6
-1
/
+91
*
Use a sidetable in ASTContext for ParmVarDecls whose index exceeds the 8 bits...
Ted Kremenek
2011-10-06
2
-0
/
+20
*
Fix crash when using archaic protocol, rdar://10238337
Argyrios Kyrtzidis
2011-10-05
1
-1
/
+4
*
Driver & AST: Implement support for -fpack-struct and -fpack-struct= command
Daniel Dunbar
2011-10-05
1
-0
/
+5
*
Use APFloat::toString to print APFloats more precisely in the AST printer. P...
Eli Friedman
2011-10-05
1
-2
/
+3
*
Added a flag to identify resolved overloaded function references.
Abramo Bagnara
2011-10-05
2
-12
/
+23
*
Fix doxygen comment.
Eric Christopher
2011-10-05
1
-2
/
+2
[next]