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
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-77
/
+90
*
Teach ASTContext and Preprocessor to hold on to references to the same
Douglas Gregor
2011-09-01
1
-1
/
+1
*
objc - fix up the builtin type for objc_assign_ivar.
Fariborz Jahanian
2011-08-23
1
-1
/
+5
*
Fix a bug in objc @encoding of C++ classes.
Argyrios Kyrtzidis
2011-08-22
1
-1
/
+3
*
Fix else style. No functionality change intended.
Chad Rosier
2011-08-17
1
-8
/
+4
*
Fix typo.
Francois Pichet
2011-08-14
1
-4
/
+4
*
Implement function template specialization at class scope extension in Micros...
Francois Pichet
2011-08-14
1
-1
/
+20
*
metadata generated by the compiler does not include the weak
Fariborz Jahanian
2011-08-12
1
-0
/
+1
*
Switch the __int128_t and __uint128_t types over to predefined types
Douglas Gregor
2011-08-12
1
-1
/
+29
*
Switch the Objective-C 'SEL' type over to a predefined type in the
Douglas Gregor
2011-08-12
1
-6
/
+11
*
Switch the Objective-C 'Class' type over to a predefined type in the
Douglas Gregor
2011-08-12
1
-4
/
+14
*
Move the creation of the predefined typedef for Objective-C's 'id'
Douglas Gregor
2011-08-12
1
-4
/
+13
*
Encapsulate the Objective-C id/Class/SEL "redefinition" types in
Douglas Gregor
2011-08-11
1
-3
/
+0
*
Move the creation of the record type for the state of Objective-C fast
Douglas Gregor
2011-08-09
1
-41
/
+1
*
Don't serialize the block descriptor or block extended descriptor
Douglas Gregor
2011-08-09
1
-12
/
+0
*
Move the construction of the RecordDecl representing the runtime
Douglas Gregor
2011-08-09
1
-43
/
+1
*
More whitespace and naming fixup. No functionality change.
Chad Rosier
2011-08-04
1
-2
/
+2
*
Whitespace.
Chad Rosier
2011-08-04
1
-9
/
+7
*
Fix style and remove obviously redundant code.
Chad Rosier
2011-08-04
1
-1
/
+0
*
Change ASTContext::getSideTableAllocatedMemory() to use llvm::capacity_in_byt...
Ted Kremenek
2011-07-27
1
-12
/
+14
*
After further discussion it has been determined that alignof should report
Chad Rosier
2011-07-26
1
-4
/
+1
*
Allow target to specify about using minimum alignment vs preferred. Takes ca...
Chad Rosier
2011-07-25
1
-1
/
+4
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-16
/
+16
*
Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.
Jordy Rose
2011-07-22
1
-17
/
+4
*
In C99, emit an inline function when encountering an extern redeclaration.
Nick Lewycky
2011-07-18
1
-1
/
+1
*
revert fix for // rdar://9740328
Fariborz Jahanian
2011-07-12
1
-1
/
+1
*
objc++: Some level of covariance is allowed in ObjC properties.
Fariborz Jahanian
2011-07-12
1
-0
/
+4
*
Centralize the getCanonicalType() calls in the Itanium C++ mangling
Douglas Gregor
2011-07-12
1
-0
/
+25
*
r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly,
Cameron Zwarich
2011-07-07
1
-1
/
+1
*
A redeclaration of an inline method in C99 mode should trigger emission of that
Nick Lewycky
2011-07-07
1
-1
/
+1
*
Zap a couple unnecessary loops.
Eli Friedman
2011-07-07
1
-11
/
+1
*
Start switching the AST stats printing to use llvm::errs() instead of
Chandler Carruth
2011-07-04
1
-26
/
+27
*
-Fix mistake in ASTContext::getInnerObjCOwnership noticed by Doug
Argyrios Kyrtzidis
2011-07-01
1
-1
/
+1
*
[ARC] When casting from a pointer to an objective-c object with known ownersh...
Argyrios Kyrtzidis
2011-07-01
1
-0
/
+19
*
Introduce the notion of instantiation dependence into Clang's AST. A
Douglas Gregor
2011-07-01
1
-1
/
+6
*
Preserve that a TemplateName was arrived at by substituting
John McCall
2011-06-30
1
-22
/
+79
*
Eliminate most uses of ShallowCollectObjCIvars which requires
Fariborz Jahanian
2011-06-28
1
-2
/
+6
*
Be more thorough about mangling unresolved types.
John McCall
2011-06-28
1
-1
/
+1
*
Fix regression with @encode string. rdar://9624314.
Argyrios Kyrtzidis
2011-06-17
1
-2
/
+6
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-32
/
+20
*
Eliminate a 'default' case in template argument deduction, where we
Douglas Gregor
2011-06-15
1
-1
/
+1
*
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-06-11
1
-6
/
+12
*
Objective-C doesn't consider the use of incomplete types as method
Douglas Gregor
2011-05-27
1
-3
/
+16
*
Implement a little bit of cleanup and a lot more of the base work
Alexis Hunt
2011-05-25
1
-1
/
+13
*
Properly align UnaryTransformType when allocating it
Douglas Gregor
2011-05-25
1
-3
/
+4
*
Implement a new type node, UnaryTransformType, designed to represent a
Alexis Hunt
2011-05-24
1
-0
/
+18
*
It's considered poor form to create references to the overloaded
Douglas Gregor
2011-05-21
1
-0
/
+3
*
Reapply the commits that r131401 reverted and add a fix for PR9927.
Argyrios Kyrtzidis
2011-05-17
1
-23
/
+164
*
Revert 131377, 131369 and 131365.
Rafael Espindola
2011-05-16
1
-163
/
+23
*
Fix MSVC build.
Argyrios Kyrtzidis
2011-05-15
1
-1
/
+1
[next]