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
/
CodeGenPGO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
CodeGen: Move hot/cold logic out of PGOProfileData
Justin Bogner
2014-03-12
1
-33
/
+18
*
PGO: Scale large counters down to 32-bits
Duncan P. N. Exon Smith
2014-03-11
1
-12
/
+42
*
PGO: Add support for Objective-C blocks.
Bob Wilson
2014-03-06
1
-0
/
+15
*
PGO: add instrumentation for Objective-C methods.
Bob Wilson
2014-03-06
1
-2
/
+25
*
PGO: Use the main file name to help distinguish functions with local linkage.
Bob Wilson
2014-03-06
1
-6
/
+39
*
PGO: Rename variables to avoid referring to the "MangledName" of a function.
Bob Wilson
2014-03-06
1
-16
/
+15
*
Refactor PGO code in preparation for handling non-C/C++ code.
Bob Wilson
2014-03-06
1
-7
/
+6
*
PGO: don't emit counter increment if no counters have been allocated.
Bob Wilson
2014-03-06
1
-1
/
+1
*
Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
2014-02-17
1
-32
/
+382
*
Fix some minor whitespace issues.
Bob Wilson
2014-02-17
1
-2
/
+1
*
PGO: fix a bug in parsing pgo data.
Manman Ren
2014-02-15
1
-1
/
+1
*
PGO: instrumentation based profiling sets function attributes.
Manman Ren
2014-02-05
1
-1
/
+40
*
Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Alp Toker
2014-01-26
1
-2
/
+2
*
CodeGen: Include llvm/Config/config.h for strtoll on Windows
Justin Bogner
2014-01-07
1
-0
/
+1
*
CodeGen: Sentences end with a period
Justin Bogner
2014-01-07
1
-2
/
+2
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-0
/
+456
[prev]