index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodeGenPGO.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix uninitialized variable warning in CodeGenPGO constructor. NFCI.
Simon Pilgrim
2019-10-02
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+0
*
Remove a dead field. NFC.
Vedant Kumar
2017-04-24
1
-5
/
+2
*
Retry: [profiling] Fix profile counter increment when emitting selects (PR32019)
Vedant Kumar
2017-02-25
1
-1
/
+2
*
Revert "[profiling] Fix profile counter increment when emitting selects (PR32...
Vedant Kumar
2017-02-25
1
-2
/
+1
*
[profiling] Fix profile counter increment when emitting selects (PR32019)
Vedant Kumar
2017-02-25
1
-1
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+0
*
[Coverage] Move logic to skip decl's into a helper (NFC)
Vedant Kumar
2016-07-11
1
-0
/
+1
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-2
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+2
*
[PGO] Windows buildbot failure fix. [NFC]
Betul Buyukkurt
2016-01-24
1
-2
/
+3
*
Clang changes for value profiling
Betul Buyukkurt
2016-01-23
1
-2
/
+8
*
[PGO] Instrument only base constructors and destructors.
Serge Pavlov
2015-12-06
1
-3
/
+1
*
[PGO] Removed unused code. [NFC]
Betul Buyukkurt
2015-11-18
1
-1
/
+0
*
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-1
/
+0
*
InstrProf: Cede ownership of createProfileWeights to CGF
Justin Bogner
2015-05-02
1
-5
/
+0
*
InstrProf: Use a locally tracked current count in ComputeRegionCounts
Justin Bogner
2015-05-02
1
-5
/
+0
*
InstrProf: Replace the RegionCounter class with a simpler direct approach
Justin Bogner
2015-05-01
1
-73
/
+0
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-31
/
+8
*
InstrProf: Simplify getStmtCount by using an Optional
Justin Bogner
2015-04-13
1
-10
/
+7
*
InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
2014-12-08
1
-21
/
+3
*
InstrProf: Use the same names for variables as we use in the profile
Justin Bogner
2014-12-02
1
-4
/
+3
*
InstrProf: Remove some pointless indirection (NFC)
Justin Bogner
2014-12-02
1
-5
/
+5
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Add coverage mapping generation.
Alex Lorenz
2014-08-04
1
-2
/
+15
*
CodeGen: Improve warnings about uninstrumented files when profiling
Justin Bogner
2014-06-26
1
-1
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-4
/
+4
*
CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Justin Bogner
2014-04-18
1
-24
/
+3
*
InstrProf: Use unique_ptr
Duncan P. N. Exon Smith
2014-03-26
1
-10
/
+6
*
PGO: Rename FuncLinkage to VarLinkage; no functionality change
Duncan P. N. Exon Smith
2014-03-20
1
-1
/
+1
*
PGO: Change runtime prefix from pgo to profile
Duncan P. N. Exon Smith
2014-03-20
1
-1
/
+1
*
CodeGen: Include a function hash in instrumentation based profiling
Justin Bogner
2014-03-18
1
-4
/
+6
*
PGO: Statically generate data structures
Duncan P. N. Exon Smith
2014-03-17
1
-8
/
+13
*
Revert "CodeGen: Use a binary format for instrumentation based profiling"
Justin Bogner
2014-03-12
1
-3
/
+23
*
CodeGen: Use a binary format for instrumentation based profiling
Justin Bogner
2014-03-12
1
-23
/
+3
*
CodeGen: Move hot/cold logic out of PGOProfileData
Justin Bogner
2014-03-12
1
-6
/
+3
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
PGO: Use the main file name to help distinguish functions with local linkage.
Bob Wilson
2014-03-06
1
-6
/
+15
*
PGO: Rename variables to avoid referring to the "MangledName" of a function.
Bob Wilson
2014-03-06
1
-3
/
+3
*
Refactor PGO code in preparation for handling non-C/C++ code.
Bob Wilson
2014-03-06
1
-3
/
+3
*
Remove an assertion that no longer holds. <rdar://problem/16135814>
Bob Wilson
2014-02-27
1
-1
/
+0
*
Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
2014-02-17
1
-31
/
+49
*
Some nitpicky comment fixes for "i.e." and "e.g." abbreviations.
Bob Wilson
2014-02-17
1
-5
/
+5
*
PGO: instrumentation based profiling sets function attributes.
Manman Ren
2014-02-05
1
-0
/
+10
*
CodeGen: Rename adjustFallThroughCount -> adjustForControlFlow
Justin Bogner
2014-01-13
1
-6
/
+6
*
CodeGen: Introduce CodeGenPGO::setCurrentRegionUnreachable
Justin Bogner
2014-01-13
1
-0
/
+4
*
Fix a -Wparentheses warning from GCC that caught a badly formed assert.
Chandler Carruth
2014-01-07
1
-1
/
+1
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-0
/
+216