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
*
Add recursion guards to ice-checking and evaluation for declrefs, so we
Eli Friedman
2009-12-03
2
-7
/
+21
*
A new helper function to set various bits in the class when
Fariborz Jahanian
2009-12-03
1
-0
/
+12
*
Kill a few more random stderr uses.
Daniel Dunbar
2009-12-03
1
-3
/
+2
*
Convert StmtDumper to raw_ostream. I forget why.
Daniel Dunbar
2009-12-03
1
-129
/
+121
*
Introduce the notion of literal types, as specified in C++0x.
Sebastian Redl
2009-12-03
2
-0
/
+35
*
Improve source location information for C++ member initializers in a
Douglas Gregor
2009-12-02
1
-22
/
+56
*
In Sema, whenever we think that a function is going to cause a vtable to be g...
Anders Carlsson
2009-12-02
2
-3
/
+7
*
r90313, in which OverloadedFunctionDecl is removed and never spoken of again.
John McCall
2009-12-02
5
-75
/
+1
*
Push overloaded function templates through the parser using a totally different
John McCall
2009-12-02
2
-65
/
+26
*
Rework how we support C++ implicit member accesses. If we can resolve an
John McCall
2009-12-01
3
-31
/
+48
*
Allocate MultipleDC objects using the allocator associated with
Ted Kremenek
2009-12-01
1
-5
/
+5
*
Have ASTRecordLayout keep track of the key function, in preparation of fixing...
Anders Carlsson
2009-11-30
1
-1
/
+29
*
Eliminate the use of OverloadedFunctionDecl in member expressions.
John McCall
2009-11-30
4
-0
/
+81
*
Add const to accessors that don't modify the object.
Mike Stump
2009-11-30
1
-1
/
+1
*
Fix a crash when ivar type is a __strong SEL. Fallout from
Fariborz Jahanian
2009-11-30
1
-5
/
+5
*
Adapt to the DOTGraphTraits changes in LLVM.
Tobias Grosser
2009-11-30
1
-2
/
+3
*
Streamline Stmt::CollectingStats() and Decl::CollectingStats(). No functional...
Kovarththanan Rajaratnam
2009-11-29
2
-4
/
+3
*
Add DeclarationName support for C++0x operator literals. They should now work as
Alexis Hunt
2009-11-29
1
-0
/
+44
*
Remove VISIBILITY_HIDDEN from lib/AST.
Benjamin Kramer
2009-11-28
5
-17
/
+11
*
Use a PointerIntPair for the PrimaryBaseInfo. Yay for clever LLVM data struct...
Anders Carlsson
2009-11-27
1
-12
/
+13
*
Add a new PrimaryBaseInfo struct that combines the record decl of a primary b...
Anders Carlsson
2009-11-27
2
-33
/
+36
*
Slight tweak to the algorithm for getLinkage().
Eli Friedman
2009-11-26
1
-1
/
+1
*
Allow user re-definition of SEL as well as accessing its fields.
Fariborz Jahanian
2009-11-25
1
-1
/
+1
*
Implement the rules in C++ [basic.link] and C99 6.2.2 for computing
Douglas Gregor
2009-11-25
1
-7
/
+198
*
Eliminate CXXConditionDeclExpr with extreme prejudice.
Douglas Gregor
2009-11-25
4
-20
/
+3
*
Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and
John McCall
2009-11-24
4
-84
/
+75
*
Helper function for turning a TemplateName into a DeclarationName.
John McCall
2009-11-24
1
-0
/
+16
*
Teach Evaluate to handle member expressions referring to enum constants and
Eli Friedman
2009-11-24
1
-8
/
+21
*
Fixe a crash in encoding of SEL type caused by recent changes.
Fariborz Jahanian
2009-11-23
1
-4
/
+5
*
Handle converting member pointers to bool.
Anders Carlsson
2009-11-23
1
-0
/
+2
*
Make 'SEL' pointer to a builtin type and not an
Fariborz Jahanian
2009-11-23
1
-0
/
+1
*
Intercept sizeof and alignof references before they get into ASTContext metho...
Sebastian Redl
2009-11-23
2
-13
/
+34
*
Let using directives refer to namespace aliases. Fixes PR5479.
Sebastian Redl
2009-11-23
2
-2
/
+13
*
Canonical template arguments that are template template parameters by
Douglas Gregor
2009-11-23
1
-2
/
+12
*
Centralize and complete the computation of value- and type-dependence for Dec...
Douglas Gregor
2009-11-23
2
-17
/
+59
*
Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...
John McCall
2009-11-23
6
-111
/
+85
*
When laying out bitfields, make sure that the data size is always aligned to ...
Anders Carlsson
2009-11-22
2
-11
/
+28
*
Move bit-field layout out into a separate function. No functionality change.
Anders Carlsson
2009-11-22
2
-69
/
+87
*
This patch implements objective-c's 'SEL' type as a built-in
Fariborz Jahanian
2009-11-21
2
-16
/
+7
*
DeclPrinter: Indent access specifiers.
Daniel Dunbar
2009-11-21
1
-3
/
+6
*
Add 1+2 consts.
Daniel Dunbar
2009-11-21
1
-1
/
+1
*
"Incremental" progress on using expressions, by which I mean totally ripping
John McCall
2009-11-21
5
-30
/
+24
*
Added rudimentary C++0x attribute support.
Alexis Hunt
2009-11-21
2
-8
/
+11
*
Deduce a ConstantArrayType from a value-dependent initializer list
Douglas Gregor
2009-11-19
1
-5
/
+10
*
Draw a brighter line between "unresolved" expressions, where we have done the
John McCall
2009-11-19
4
-19
/
+23
*
Cope with an amusingly little anomaly with dependent types and
Douglas Gregor
2009-11-19
1
-8
/
+18
*
Incremental progress on using declarations. Split UnresolvedUsingDecl into
John McCall
2009-11-18
4
-17
/
+44
*
Add ObjCClassDecl::getSourceRange().
Ted Kremenek
2009-11-18
1
-0
/
+6
*
Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...
Ted Kremenek
2009-11-18
3
-15
/
+30
*
Do not register ObjCInterfaceDecls implicitly created by @class in the
Ted Kremenek
2009-11-17
1
-0
/
+7
[next]