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
/
ASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed Objective-C type encoding for bitfields for the GNU runtime to match th...
David Chisnall
2010-06-04
1
-36
/
+66
*
Fix 80-column.
Fariborz Jahanian
2010-05-27
1
-1
/
+2
*
Objective-c++ IR gen.
Fariborz Jahanian
2010-05-27
1
-0
/
+3
*
Move the relevant ASTContext member functions that deal with ASTRecordLayoutB...
Anders Carlsson
2010-05-26
1
-74
/
+0
*
A type- or value-dependent expression cannot use bitfield
Douglas Gregor
2010-05-24
1
-0
/
+3
*
Keep track of all of the class and function template's "common"
Douglas Gregor
2010-05-23
1
-0
/
+10
*
Even though we don't unique VLA types, we still need to build a
Douglas Gregor
2010-05-23
1
-2
/
+10
*
Support implicitly closing on 'this' in a block. Fixed PR7165.
John McCall
2010-05-20
1
-13
/
+33
*
Adds support for ObjC++'s GC attribute on declaration of
Fariborz Jahanian
2010-05-19
1
-0
/
+81
*
Teach the ObjC mangler to ignore member pointers just like gcc does.
John McCall
2010-05-17
1
-0
/
+5
*
Teach ASTContext::getUnqualifiedArrayType() how to look through
Douglas Gregor
2010-05-17
1
-5
/
+14
*
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-15
1
-101
/
+119
*
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-11
1
-47
/
+18
*
Allocate most of DeclarationNamesTable using ASTContext's allcocator. The on...
Ted Kremenek
2010-05-10
1
-3
/
+0
*
Start converting pieces of DeclarationNameTable to be allocated using ASTCont...
Ted Kremenek
2010-05-10
1
-1
/
+6
*
Implement encoding of methods which have instantiated
Fariborz Jahanian
2010-05-07
1
-0
/
+11
*
When synthesizing Objective C records, give the synthetic fields public
John McCall
2010-04-30
1
-0
/
+8
*
Revert "Fix for PR6953: per gcc, regparm and noreturn affect the compatibilit...
Daniel Dunbar
2010-04-28
1
-8
/
+13
*
Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of
Eli Friedman
2010-04-27
1
-13
/
+8
*
More simplifications.
Benjamin Kramer
2010-04-27
1
-17
/
+7
*
Move CollectIvarsToConstructOrDestruct to Sema
Fariborz Jahanian
2010-04-27
1
-49
/
+0
*
Simplify some code. No change in functionality.
Benjamin Kramer
2010-04-27
1
-18
/
+9
*
Make the InjectedClassNameType the canonical type of the current instantiation
John McCall
2010-04-27
1
-12
/
+17
*
New method to construct/destruct ivars that have non-trivial default
Fariborz Jahanian
2010-04-26
1
-0
/
+49
*
Turn CXXMethodVector into a generic class template.
Anders Carlsson
2010-04-23
1
-49
/
+0
*
More work toward implementing
Fariborz Jahanian
2010-04-23
1
-0
/
+40
*
When computing the alignof value for a vector type, ensure that
Dan Gohman
2010-04-21
1
-1
/
+1
*
AST: Dump ASTRecordLayout objects when they are created with -fdump-record-la...
Daniel Dunbar
2010-04-19
1
-0
/
+5
*
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-19
1
-1
/
+2
*
Add encoding of reference types like gcc does for objc methods and
Fariborz Jahanian
2010-04-13
1
-3
/
+8
*
Implement method type encoding in the presense
Fariborz Jahanian
2010-04-08
1
-2
/
+2
*
Fix a misuse of iterators when iterating through block's
Fariborz Jahanian
2010-04-08
1
-2
/
+2
*
Put type restriction on convesion to nonconforming 'id' back in
Fariborz Jahanian
2010-04-06
1
-3
/
+2
*
Relax the typesafty rules of block pointers types which
Fariborz Jahanian
2010-04-01
1
-2
/
+3
*
Extend DependentNameType with a keyword enum that specifies whether
Douglas Gregor
2010-03-31
1
-14
/
+24
*
Rename TypenameType to DependentNameType in anticipation of some
Douglas Gregor
2010-03-31
1
-16
/
+16
*
Remember the regparm attribute in FunctionType::ExtInfo.
Rafael Espindola
2010-03-30
1
-7
/
+20
*
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
1
-34
/
+43
*
Be a bit more consistent in using operator->
Rafael Espindola
2010-03-29
1
-2
/
+2
*
Implement a framework for the delay of arbitrary diagnostics within
John McCall
2010-03-24
1
-1
/
+2
*
More clean up of ivars which are either in class extensions and
Fariborz Jahanian
2010-03-22
1
-27
/
+15
*
Remove the capture, serialization, and deserialization of comment
Douglas Gregor
2010-03-19
1
-197
/
+1
*
objective-c patch to provide type safty when blocks are passing or
Fariborz Jahanian
2010-03-17
1
-7
/
+59
*
Let SourceManager::getBufferData return StringRef instead of a pair of two co...
Benjamin Kramer
2010-03-16
1
-2
/
+2
*
Give SourceManager a Diagnostic object with which to report errors,
Douglas Gregor
2010-03-16
1
-10
/
+12
*
Introduce a new BufferResult class to act as the return type of
Douglas Gregor
2010-03-15
1
-9
/
+15
*
Check compatibility of vector types using their canonicalizations.
John McCall
2010-03-12
1
-1
/
+2
*
Extend the builtin syntax to allow address-space qualifiers on pointers and
John McCall
2010-03-12
1
-4
/
+15
*
For ivars created using @synthesize, set their DeclContext to be
Ted Kremenek
2010-03-11
1
-28
/
+4
*
Allow the fast path through ASTContext::getTypeDeclType to be inlined.
John McCall
2010-03-10
1
-18
/
+16
[prev]
[next]