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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
2
-7
/
+5
*
[C++11] Replacing FunctionTemplateDecl iterators spec_begin() and spec_end() ...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
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 ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
3
-17
/
+5
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
AArch64_be varargs processing for ARM ABI
Christian Pirker
2014-03-14
1
-4
/
+33
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
2
-6
/
+4
*
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...
Aaron Ballman
2014-03-13
1
-5
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...
Aaron Ballman
2014-03-13
1
-6
/
+2
*
[C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...
Aaron Ballman
2014-03-13
2
-39
/
+21
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
2
-38
/
+24
*
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
3
-4
/
+4
*
[C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
3
-17
/
+8
*
[C++11] Replacing ObjCImplementationDecl iterators init_begin() and init_end(...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
4
-19
/
+9
*
Simplify code. No functionality change.
Rafael Espindola
2014-03-13
1
-5
/
+5
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
9
-90
/
+62
*
Revert "CodeGen: Use a binary format for instrumentation based profiling"
Justin Bogner
2014-03-12
4
-52
/
+179
*
CodeGen: Use a binary format for instrumentation based profiling
Justin Bogner
2014-03-12
4
-179
/
+52
*
PR19113: Emit 'vtable' TBAA metadata when loading a vptr in a pointer-to-memb...
Richard Smith
2014-03-12
1
-2
/
+1
*
CodeGen: Move hot/cold logic out of PGOProfileData
Justin Bogner
2014-03-12
2
-39
/
+21
*
Don't recompute inlining threshold - use new overload provided by LLVM
Eli Bendersky
2014-03-12
1
-10
/
+3
*
ARM: Correct alignment of structs passed as byval pointer
Oliver Stannard
2014-03-12
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
17
-599
/
+570
*
PGO: Scale large counters down to 32-bits
Duncan P. N. Exon Smith
2014-03-11
1
-12
/
+42
*
Sema: produce error when invalid ordering is passed to atomic builtin
Tim Northover
2014-03-11
1
-20
/
+10
*
Update for IR: add a second AtomicOrdering to cmpxchg insts.
Tim Northover
2014-03-11
3
-7
/
+13
*
Objective-C IRGen. Fixes several regressions caused by changes made
Fariborz Jahanian
2014-03-11
1
-5
/
+31
*
RTTI symbols for visible local types may need weak linkage.
John McCall
2014-03-10
1
-1
/
+1
*
IRGen: __c11/__atomic compare-and-exchange should respect the standard
David Majnemer
2014-03-10
1
-10
/
+36
*
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...
Aaron Ballman
2014-03-10
2
-12
/
+6
*
Reverting llvm::distance changes to use std::distance with iterators instead,...
Aaron Ballman
2014-03-10
1
-4
/
+2
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
4
-4
/
+4
*
[C++11] Update Clang for the change to LLVM's Use-Def chain iterators in
Chandler Carruth
2014-03-09
6
-14
/
+10
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
10
-96
/
+40
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
1
-3
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
8
-13
/
+14
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
3
-21
/
+14
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
3
-16
/
+10
*
Remove dead return and simplify code.
Ted Kremenek
2014-03-07
1
-3
/
+1
*
Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...
Aaron Ballman
2014-03-07
1
-1
/
+1
*
[C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...
Aaron Ballman
2014-03-07
1
-4
/
+2
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
4
-15
/
+8
*
[C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...
Aaron Ballman
2014-03-07
2
-7
/
+4
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
1
-5
/
+3
*
[C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
2014-03-07
1
-3
/
+3
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
2
-5
/
+2
[next]