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
*
Coverage Mapping: store function's hash in coverage function records.
Alex Lorenz
2014-08-21
1
-2
/
+2
*
Revert r215365 - Coverage mapping: emit mapping for cxx constructors that use...
Alex Lorenz
2014-08-11
1
-6
/
+1
*
Coverage mapping: emit mapping for cxx constructors that use microsoft's ABI
Alex Lorenz
2014-08-11
1
-1
/
+6
*
Add a cc1 "dump-coverage-mapping" for testing coverage mapping.
Alex Lorenz
2014-08-08
1
-1
/
+1
*
Add coverage mapping generation.
Alex Lorenz
2014-08-04
1
-39
/
+115
*
InstrProf: Update for LLVM API change
Justin Bogner
2014-08-01
1
-7
/
+9
*
CodeGen: Improve warnings about uninstrumented files when profiling
Justin Bogner
2014-06-26
1
-5
/
+7
*
InstrProf: Set profile data to visibility hidden
Duncan P. N. Exon Smith
2014-05-16
1
-0
/
+9
*
CodeGen: Avoid instrumenting implicit Decls more effectively
Justin Bogner
2014-04-25
1
-2
/
+4
*
CodeGen: Remove an unused include
Justin Bogner
2014-04-18
1
-1
/
+0
*
CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Justin Bogner
2014-04-18
1
-140
/
+12
*
[Cleanup] Remove a trailing whitespace
Justin Bogner
2014-04-18
1
-1
/
+1
*
InstrProf: Calculate a better function hash
Duncan P. N. Exon Smith
2014-04-16
1
-7
/
+131
*
CodeGen: Emit warnings for out of date profile data during PGO
Justin Bogner
2014-04-15
1
-2
/
+8
*
CodeGen: Remove a comment that isn't in the right place
Justin Bogner
2014-04-15
1
-4
/
+0
*
CodeGen: Handle CapturedStmt in instrumentation based profiling
Justin Bogner
2014-04-15
1
-0
/
+14
*
CodeGen: Fix handling of C++11 lambdas in profiling
Justin Bogner
2014-04-11
1
-3
/
+9
*
[PGO] Change MapRegionCounters to be a RecursiveASTVisitor.
Bob Wilson
2014-04-11
1
-132
/
+75
*
CodeGen: Handle binary conditional operators in PGO instrumentation
Justin Bogner
2014-04-11
1
-2
/
+4
*
Switch from constexpr to const char *const
Duncan P. N. Exon Smith
2014-04-11
1
-2
/
+2
*
InstrProf: Rename Decl parameters from S to D
Duncan P. N. Exon Smith
2014-04-10
1
-21
/
+21
*
InstrProf: Read unsigned numbers with strtoul and strtoull
Duncan P. N. Exon Smith
2014-04-10
1
-6
/
+6
*
CodeGen: Move PGO initialization into Release()
Justin Bogner
2014-04-10
1
-3
/
+2
*
CodeGen: Don't create branch weight metadata from empty profiles
Justin Bogner
2014-04-04
1
-2
/
+6
*
Use constexpr again, this time portably
Duncan P. N. Exon Smith
2014-03-28
1
-2
/
+2
*
InstrProf: Fix MSVC after r205023
Duncan P. N. Exon Smith
2014-03-28
1
-2
/
+2
*
InstrProf: Emit runtime hook directly in IRGen
Duncan P. N. Exon Smith
2014-03-28
1
-1
/
+32
*
InstrProf: Use unique_ptr
Duncan P. N. Exon Smith
2014-03-26
1
-15
/
+10
*
InstrProf: Use references
Duncan P. N. Exon Smith
2014-03-26
1
-54
/
+52
*
PGO: Don't define instrumentation data available_externally
Duncan P. N. Exon Smith
2014-03-20
1
-0
/
+15
*
PGO: Rename FuncLinkage to VarLinkage; no functionality change
Duncan P. N. Exon Smith
2014-03-20
1
-4
/
+4
*
PGO: Change runtime prefix from pgo to profile
Duncan P. N. Exon Smith
2014-03-20
1
-8
/
+8
*
PGO: Remove explicit static initialization
Duncan P. N. Exon Smith
2014-03-20
1
-16
/
+3
*
Use nullptr; no functionality change
Duncan P. N. Exon Smith
2014-03-20
1
-7
/
+7
*
PGO: use linker magic to find instrumentation data on Darwin
Duncan P. N. Exon Smith
2014-03-20
1
-3
/
+8
*
PGO: Separate out common isMachO logic; no functionality change
Duncan P. N. Exon Smith
2014-03-20
1
-12
/
+7
*
CodeGen: Include a function hash in instrumentation based profiling
Justin Bogner
2014-03-18
1
-9
/
+23
*
PGO: Switch to isOSBinFormatMachO()
Duncan P. N. Exon Smith
2014-03-18
1
-3
/
+3
*
PGO: Statically generate data structures
Duncan P. N. Exon Smith
2014-03-17
1
-84
/
+148
*
Revert "CodeGen: Use a binary format for instrumentation based profiling"
Justin Bogner
2014-03-12
1
-35
/
+149
*
CodeGen: Use a binary format for instrumentation based profiling
Justin Bogner
2014-03-12
1
-149
/
+35
*
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
[next]