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
*
Return a reference instead of vector copy for parentmap queries.
Benjamin Kramer
2014-10-04
1
-6
/
+5
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-1
/
+2
*
Fix handling of preincrement on bit-fields. This gives a bit-field in C++, but
Richard Smith
2014-09-24
1
-7
/
+23
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-25
1
-5
/
+3
*
Objective-C. Warn when @encode'ing provides an incomplete
Fariborz Jahanian
2014-08-22
1
-26
/
+39
*
Range'ify some for loops over RecordDecl::fields()
Hans Wennborg
2014-08-21
1
-4
/
+3
*
AST: Propagate 'AlignIsRequired' though many levels of typedefs
David Majnemer
2014-08-04
1
-1
/
+3
*
Factor out exception specification information from
Richard Smith
2014-07-31
1
-8
/
+7
*
AST: Simplify some code
David Majnemer
2014-07-30
1
-6
/
+7
*
Simplify the code.
Rafael Espindola
2014-07-30
1
-7
/
+6
*
Fix a use after free bug.
Rafael Espindola
2014-07-30
1
-5
/
+8
*
MS ABI: Consider alignment attributes on typedefs for layout
David Majnemer
2014-07-30
1
-39
/
+42
*
MS compatibility: always emit dllexported in-class initialized static data me...
Hans Wennborg
2014-07-17
1
-1
/
+14
*
Added the pack_elements range accessor. Refactoring some for loops to use ran...
Aaron Ballman
2014-07-15
1
-5
/
+3
*
Cleanup. No functionality change.
Richard Smith
2014-07-10
1
-2
/
+2
*
ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method.
Joe Groff
2014-07-07
1
-3
/
+11
*
Do not store duplicate parents when memoization data is available.
Samuel Benzaquen
2014-06-13
1
-14
/
+25
*
CodeGen: Correct linkage of thread_local for OS X
David Majnemer
2014-06-11
1
-8
/
+0
*
Teach __alignof__ to look through arrays before performing the
Richard Smith
2014-06-10
1
-9
/
+1
*
Related to PR19992: when the GNU alignof-expression extension is applied to an
Richard Smith
2014-06-10
1
-3
/
+8
*
Delay lookup of simple default template arguments under -fms-compatibility
Reid Kleckner
2014-06-06
1
-2
/
+0
*
Cleanup, and always create a DecltypeType for a decltype expression, rather
Richard Smith
2014-06-05
1
-21
/
+16
*
Make the parent-map use significantly less memory.
Manuel Klimek
2014-05-21
1
-3
/
+37
*
Make global named registers internal variables
Renato Golin
2014-05-21
1
-0
/
+3
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-0
/
+9
*
Allow dllimport/dllexport on inline functions and adjust the linkage.
Hans Wennborg
2014-05-15
1
-5
/
+33
*
AST: Remove dead-code/update reference to standard
David Majnemer
2014-05-15
1
-11
/
+8
*
Drop AST's version of ARMCXXABI, it doesn't differ from the Itanium base
Joerg Sonnenberger
2014-05-13
1
-3
/
+2
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-161
/
+161
*
Eliminate ASTContext's DelayInitialization flag
Alp Toker
2014-05-03
1
-11
/
+2
*
CodeGen: Fix linkage of reference temporaries
David Majnemer
2014-04-28
1
-12
/
+40
*
[Index/DocComments] When cloning a full comment, pick the template parameters...
Argyrios Kyrtzidis
2014-04-27
1
-0
/
+2
*
AST: Respect alignment attributes on typedef'd arrays
Justin Bogner
2014-04-15
1
-1
/
+3
*
Objective-C arc [Sema]. Allow bridge cast of a qualified-id expression
Fariborz Jahanian
2014-04-04
1
-2
/
+18
*
CodeGen: Emit some functions as weak_odr under -fms-compatibility
David Majnemer
2014-04-02
1
-3
/
+9
*
Objective-C [IRGen]. Add encoding for 'weak' attribute of a
Fariborz Jahanian
2014-04-02
1
-0
/
+2
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-0
/
+2
*
Comment parsing: attach comments to enums declared using the NS_ENUM macro
Dmitri Gribenko
2014-03-27
1
-5
/
+17
*
Comment parsing: when comment ranges are deserialized from multiple modules,
Dmitri Gribenko
2014-03-27
1
-0
/
+7
*
[C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...
Aaron Ballman
2014-03-17
1
-47
/
+20
*
[C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...
Aaron Ballman
2014-03-17
1
-17
/
+6
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-13
/
+5
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-12
/
+4
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
1
-3
/
+1
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-16
/
+10
*
[C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...
Aaron Ballman
2014-03-13
1
-9
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...
Aaron Ballman
2014-03-13
1
-6
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() wit...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...
Aaron Ballman
2014-03-13
1
-3
/
+1
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
1
-8
/
+5
[next]