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
*
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
*
Use llvm.compiler.used instead of llvm.used for objc symbols.
Rafael Espindola
2014-03-06
4
-39
/
+52
*
PGO: Add support for Objective-C blocks.
Bob Wilson
2014-03-06
2
-1
/
+22
*
Revert "Use private linkage for remaining GlobalVariables with private names."
Rafael Espindola
2014-03-06
1
-11
/
+11
*
PGO: add instrumentation for Objective-C methods.
Bob Wilson
2014-03-06
2
-2
/
+30
*
Remove 'break' dominated by 'return' in 'EmitBuiltinExpr'.
Ted Kremenek
2014-03-06
1
-1
/
+0
*
PGO: Use the main file name to help distinguish functions with local linkage.
Bob Wilson
2014-03-06
3
-23
/
+56
*
PGO: Rename variables to avoid referring to the "MangledName" of a function.
Bob Wilson
2014-03-06
2
-19
/
+18
*
Refactor PGO code in preparation for handling non-C/C++ code.
Bob Wilson
2014-03-06
3
-12
/
+11
*
PGO: don't emit counter increment if no counters have been allocated.
Bob Wilson
2014-03-06
1
-1
/
+1
*
[Layering] Update include of Linker.h to match its move to a Linker
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Use private linkage for remaining GlobalVariables with private names.
Rafael Espindola
2014-03-06
1
-11
/
+11
*
Construct GlobalValues with the correct linkage instead of using setLinkage.
Rafael Espindola
2014-03-06
1
-8
/
+7
*
[Layering] Update include of DebugInfo.h which moved to the IR library
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Update include for the move of DIBuilder.h to the IR library
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Don't produce an alias between destructors with different calling conventions.
Rafael Espindola
2014-03-05
1
-0
/
+6
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-1
/
+1
*
Objective-C. Return 0 as class of methods in protocols.
Fariborz Jahanian
2014-03-04
1
-2
/
+1
*
DebugInfo: Refix r202888 (a fix to r202769) in a different way, ensuring type...
David Blaikie
2014-03-04
1
-2
/
+7
*
Fix unconditional dereference of a WeakVH in CGDebugInfo TypeCache
Reid Kleckner
2014-03-04
1
-1
/
+2
*
Objective-C IRGen. Fix up the hueristics for determining
Fariborz Jahanian
2014-03-04
1
-8
/
+10
[next]