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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
19
-73
/
+46
*
[C++11] Replacing ClassTemplateDecl iterators spec_begin() and spec_end() wit...
Aaron Ballman
2014-03-14
1
-4
/
+3
*
[C++11] Replacing FunctionTemplateDecl iterators spec_begin() and spec_end() ...
Aaron Ballman
2014-03-14
2
-8
/
+5
*
[C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...
Aaron Ballman
2014-03-14
5
-36
/
+18
*
Objective-C++ IRGen. Due to change to AST for initialization of c++11’s
Fariborz Jahanian
2014-03-14
1
-1
/
+4
*
[C++11] Replacing DeclContext iterators lookups_begin() and lookups_end() wit...
Aaron Ballman
2014-03-14
1
-7
/
+3
*
[C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...
Aaron Ballman
2014-03-14
3
-13
/
+8
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
12
-92
/
+40
*
Don't verify module inclusions in assembler files.
Daniel Jasper
2014-03-14
1
-1
/
+1
*
[C++11] Replacing ObjCCategoryDecl iterators ivar_begin() and ivar_end() with...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_loc_begin() and protoco...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
9
-49
/
+25
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_loc_begin() and protoco...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
AArch64_be specific clang target settings
Christian Pirker
2014-03-14
2
-2
/
+21
*
AArch64_be varargs processing for ARM ABI
Christian Pirker
2014-03-14
1
-4
/
+33
*
Remove unused typedef as pointed out by a GCC warning.
Benjamin Kramer
2014-03-14
1
-1
/
+0
*
De-virtualize a method that doesn't override anything and has no overrides it...
Craig Topper
2014-03-14
1
-2
/
+2
*
Remove seemingly dead method. It was marked virtual but doesn't override anyt...
Craig Topper
2014-03-14
1
-1
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-14
7
-395
/
+371
*
[Modules] Emit the module file paths as dependencies of the PCH when we are b...
Argyrios Kyrtzidis
2014-03-14
4
-1
/
+20
*
[Modules] Make sure that the synthesized file "__inferred_module.map" doesn't...
Argyrios Kyrtzidis
2014-03-14
2
-8
/
+17
*
Refactor ASTReader::readInputFileInfo to return a struct containing the relat...
Argyrios Kyrtzidis
2014-03-14
1
-14
/
+15
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
12
-94
/
+56
*
[C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...
Aaron Ballman
2014-03-13
4
-25
/
+7
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...
Aaron Ballman
2014-03-13
4
-43
/
+13
*
[C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...
Aaron Ballman
2014-03-13
5
-42
/
+15
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...
Aaron Ballman
2014-03-13
6
-76
/
+25
*
[C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() wit...
Aaron Ballman
2014-03-13
5
-27
/
+17
*
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...
Aaron Ballman
2014-03-13
7
-84
/
+38
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_loc_begin() and protoc...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
Refactor InstantiatingTemplate constructors
Stephan Tolksdorf
2014-03-13
1
-163
/
+61
*
Add SourceRange to err_not_tag_in_scope diagnostic in TreeTransform<...>::Reb...
Stephan Tolksdorf
2014-03-13
1
-2
/
+1
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...
Aaron Ballman
2014-03-13
7
-41
/
+22
*
[C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...
Aaron Ballman
2014-03-13
5
-108
/
+52
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
15
-167
/
+83
*
CodeGen: use symbolic enumerators for memory order
Tim Northover
2014-03-13
1
-5
/
+10
*
CodeGen: make use of weaker failure orders on cmpxchg.
Tim Northover
2014-03-13
1
-67
/
+151
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
12
-32
/
+32
*
[C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...
Aaron Ballman
2014-03-13
6
-51
/
+22
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
12
-130
/
+57
*
[C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with it...
Aaron Ballman
2014-03-13
2
-9
/
+5
*
[analyzer] Warn when passing pointers to const but uninitialized memory.
Jordan Rose
2014-03-13
2
-23
/
+113
*
[C++11] Replacing ObjCImplementationDecl iterators init_begin() and init_end(...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...
Aaron Ballman
2014-03-13
5
-36
/
+20
*
[C++11] Replacing CXXRecordDecl iterators capture_begin() and capture_end() w...
Aaron Ballman
2014-03-13
1
-10
/
+9
*
MS intrinsics: __interlockedbittestandset(64) (PR19054)
Hans Wennborg
2014-03-13
1
-0
/
+22
*
[C++11] Replacing CXXRecordDecl iterators friend_begin() and friend_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing CXXRecordDecl iterators ctor_begin() and ctor_end() with it...
Aaron Ballman
2014-03-13
2
-18
/
+11
*
Prevent outputting HeaderFileInfos for files not used as headers
Ben Langmuir
2014-03-13
2
-4
/
+16
*
[C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...
Aaron Ballman
2014-03-13
5
-60
/
+28
[next]