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
...
*
Fix assertion hit when @encoding C++ classes. rdar://10172840 & http://llvm.o...
Argyrios Kyrtzidis
2011-09-26
1
-2
/
+3
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-1
/
+1
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-7
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-16
/
+16
*
[PCH] Fix a regression that r139441 introduced (decls were getting passed
Argyrios Kyrtzidis
2011-09-13
1
-4
/
+1
*
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-13
1
-1
/
+1
*
Clean up our handling of Objective-C definitions in AST files. Rather
Douglas Gregor
2011-09-10
1
-1
/
+4
*
Allow C++0x enumerations with a fixed underlying type in
Douglas Gregor
2011-09-08
1
-4
/
+15
*
Implement the Objective-C 'instancetype' type, which is an alias of
Douglas Gregor
2011-09-08
1
-1
/
+12
*
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
[prev]
[next]