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
*
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-10
1
-1
/
+3
*
Don't eagerly deserialize every templated function (and every static data
Richard Smith
2013-04-01
1
-1
/
+9
*
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-28
1
-4
/
+1
*
Further weaken block conversion rules to permit blocks with
John McCall
2013-03-21
1
-10
/
+25
*
Revert "Remove a pointless assertion."
Bob Wilson
2013-03-15
1
-1
/
+5
*
Remove a pointless assertion.
Nico Weber
2013-03-15
1
-5
/
+1
*
Remove a bogus assert so we don't crash in
Rafael Espindola
2013-03-12
1
-2
/
+0
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-15
/
+21
*
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
1
-8
/
+11
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-4
/
+2
*
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-22
1
-1
/
+1
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-1
/
+1
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-2
/
+2
*
objective-C: Fixes a compiler crash when encoding
Fariborz Jahanian
2013-02-15
1
-4
/
+10
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+7
*
Constify ASTContext::getObjContainingInterface
Dmitri Gribenko
2013-02-03
1
-4
/
+8
*
Add support for AArch64 target.
Tim Northover
2013-01-31
1
-0
/
+83
*
Comment parsing: attach any tag type's documentation to its typedef if latter
Dmitri Gribenko
2013-01-27
1
-4
/
+12
*
Revert r173586 (and r173587) , "Attach any tag type's documentation to its ty...
NAKAMURA Takumi
2013-01-27
1
-4
/
+4
*
Fix comment.
Fariborz Jahanian
2013-01-26
1
-1
/
+1
*
Attach any tag type's documentation to its typedef if
Fariborz Jahanian
2013-01-26
1
-3
/
+3
*
Added ASTContext methods getIntPtrType and getUIntPtrType.
Enea Zaffanella
2013-01-26
1
-0
/
+8
*
simplify code by removing excessive bracing.
Fariborz Jahanian
2013-01-25
1
-20
/
+12
*
Attach enum's documentation to its typedef if
Fariborz Jahanian
2013-01-25
1
-0
/
+10
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-7
/
+10
*
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-25
1
-9
/
+12
*
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
1
-1
/
+1
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+4
*
In Objective-C ARC, completely ignore ownership qualifiers on the
Douglas Gregor
2013-01-17
1
-2
/
+17
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-10
/
+19
*
Disable caching of visibility.
Rafael Espindola
2013-01-12
1
-1
/
+0
*
comment parsing: when property accessors don't have comment
Fariborz Jahanian
2013-01-12
1
-1
/
+10
*
Suppress GCC -Wreturn warning.
David Blaikie
2013-01-09
1
-0
/
+1
*
Clear the LV cache when setting the instantiated from link.
Rafael Espindola
2013-01-08
1
-0
/
+1
*
Fix up various builtin declaration of objc_msgSend families
Fariborz Jahanian
2013-01-04
1
-1
/
+16
*
Convert an if that never happens to an assert.
Rafael Espindola
2013-01-02
1
-3
/
+2
*
Robustify the @encode code and add support for _Atomic.
John McCall
2012-12-20
1
-52
/
+109
*
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
1
-0
/
+19
*
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
1
-19
/
+0
*
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-18
1
-0
/
+19
*
objective-C blocks: Check for record type when deciding if
Fariborz Jahanian
2012-12-11
1
-1
/
+1
*
Don't use dyn_cast on a Type* which might not be canonical. Fixes an extremel...
Richard Smith
2012-12-06
1
-1
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-5
/
+6
*
Merge function types in C.
Rafael Espindola
2012-11-29
1
-5
/
+5
*
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-28
1
-76
/
+36
*
Fix the definition of the vfork() builtin on Haiku. PR14378.
Eli Friedman
2012-11-27
1
-0
/
+9
*
block extended signatur option. Change previous option
Fariborz Jahanian
2012-11-15
1
-2
/
+2
*
Fix a trivial bool-related bug I spotted while skimming David Fang's
Eli Friedman
2012-11-15
1
-2
/
+2
*
objective-C blocks: under cc1 flag -encode-extended-block-signature,
Fariborz Jahanian
2012-11-14
1
-2
/
+12
[next]