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
...
*
[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
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-9
/
+6
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-7
/
+4
*
[C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...
Aaron Ballman
2014-03-07
1
-6
/
+3
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
1
-6
/
+3
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-12
/
+8
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-0
/
+11
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...
Argyrios Kyrtzidis
2014-02-27
1
-3
/
+3
*
AST: Small code cleanup
David Majnemer
2014-02-24
1
-1
/
+1
*
Sema: Make getPreferredTypeAlign respect alignments specified with an aligned...
David Majnemer
2014-02-24
1
-1
/
+6
*
[AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
2014-02-24
1
-0
/
+13
*
Use llvm::DeleteContainerSeconds when possible
Reid Kleckner
2014-02-19
1
-5
/
+1
*
MS ABI: Mangle member pointer template arguments
Reid Kleckner
2014-02-05
1
-0
/
+11
*
Objective-C. provide legacy encoding of *id and *Class types
Fariborz Jahanian
2014-01-28
1
-1
/
+13
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-28
/
+22
*
ObjectiveC. When issuing property implementation is
Fariborz Jahanian
2014-01-22
1
-31
/
+34
*
Correct various uses of 'argument' that in fact refer to function parameters
Alp Toker
2014-01-21
1
-35
/
+30
*
Update FunctionTypeLoc and related names to match r199686
Alp Toker
2014-01-21
1
-4
/
+4
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-25
/
+25
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-1
/
+1
*
Delete inaccurate doc comment - isVariadic is long gone
Alp Toker
2014-01-12
1
-2
/
+0
*
ObjectiveC. Computation of offsets when doing @encode type encoding
Fariborz Jahanian
2014-01-07
1
-1
/
+12
*
ASTContext: Refactor implicit record creation
Alp Toker
2013-12-17
1
-61
/
+38
*
ASTContext: Declare builtin types implicitly
Alp Toker
2013-12-15
1
-184
/
+71
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-14
/
+36
*
ObjectiveC ARC. Better checking of toll free briding
Fariborz Jahanian
2013-11-20
1
-11
/
+9
*
ObjectiveC ARC. validate toll free bridge casting
Fariborz Jahanian
2013-11-20
1
-0
/
+58
*
XCore target requires preferred alignment.
Robert Lytton
2013-11-12
1
-0
/
+4
*
OS X 10.9+ and iOS 7+ support load/store of big atomic objects.
Bob Wilson
2013-11-02
1
-0
/
+4
*
Improves compatibility with cl.exe when laying out array fields
Warren Hunt
2013-11-01
1
-2
/
+6
*
Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0.
Rafael Espindola
2013-10-19
1
-4
/
+2
*
Correctly skip type sugar when determining the width of an enum type. Derived
Richard Smith
2013-10-15
1
-1
/
+1
*
Fix getIntegerTypeOrder() to properly handle enums by first unwrapping their ...
Ted Kremenek
2013-10-10
1
-0
/
+15
*
Extract ABI-specific parts of MangleContext into separate classes
Timur Iskhodzhanov
2013-10-03
1
-2
/
+2
*
Variable templates: handle instantiation of static data member templates
Richard Smith
2013-09-27
1
-8
/
+1
*
Fix ObjC @encode for C++ classes w/virtual bases.
Eli Friedman
2013-09-18
1
-1
/
+2
*
Prune "return" after llvm_unreachable(). It was redundant.
NAKAMURA Takumi
2013-09-16
1
-1
/
+0
*
ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default]
NAKAMURA Takumi
2013-09-13
1
-1
/
+2
*
Certain multi-platform languages, such as OpenCL, have the concept of
David Tweed
2013-09-13
1
-0
/
+14
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-1
/
+16
[prev]
[next]