projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[PGO] Add --text option for llvm-profdata show|merge commands
[oota-llvm.git]
/
include
/
llvm
/
ProfileData
/
InstrProfReader.h
2015-11-18
Xinliang David Li
Minor cleanups (from review feedback)
blob
|
commitdiff
|
raw
2015-11-18
Betul Buyukkurt
[PGO] Value profiling support
blob
|
commitdiff
|
raw
|
diff to current
2015-11-13
Nathan Slingerland
[llvm-profdata] Add check for text profile formats...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-12
Nathan Slingerland
reverting r252916 to investigate test failure
blob
|
commitdiff
|
raw
|
diff to current
2015-11-12
Nathan Slingerland
[llvm-profdata] Add check for text profile formats...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-10
Xinliang David Li
[PGO] Make indexed value profile data more compact
blob
|
commitdiff
|
raw
|
diff to current
2015-11-02
Xinliang David Li
[PGO] Value profiling (index format) code cleanup and...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-28
Xinliang David Li
[PGO] RawProf Reader code cleanup
blob
|
commitdiff
|
raw
|
diff to current
2015-10-28
Xinliang David Li
[PGO] Indexed Prof Reader refactoring (NFC)
blob
|
commitdiff
|
raw
|
diff to current
2015-10-18
Xinliang David Li
Minor Instr PGO code restructuring
blob
|
commitdiff
|
raw
|
diff to current
2015-09-29
Justin Bogner
InstrProf: Support for value profiling in the indexed...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-22
Justin Bogner
Re-apply "InstrProf: When reading, copy the data instea...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-20
Justin Bogner
Revert "InstrProf: When reading, copy the data instead...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-20
Justin Bogner
InstrProf: When reading, copy the data instead of takin...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-18
Justin Bogner
Re-apply "InstrProf: Add unit tests for the profile...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-17
Justin Bogner
Revert "InstrProf: Add unit tests for the profile reade...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-17
Justin Bogner
Re-apply "InstrProf: Add unit tests for the profile...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-16
Justin Bogner
Revert "InstrProf: Add unit tests for the profile reade...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-16
Justin Bogner
InstrProf: Add unit tests for the profile reader and...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-16
Justin Bogner
InstrProf: Use ErrorOr for IndexedInstrProfReader:...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-14
Chandler Carruth
[cleanup] Re-sort all the #include lines in LLVM using
blob
|
commitdiff
|
raw
|
diff to current
2014-11-03
Diego Novillo
Use ErrorOr for the ::create factory on instrumented...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-17
Justin Bogner
LineIterator: Provide a variant that keeps blank lines
blob
|
commitdiff
|
raw
|
diff to current
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-01
Justin Bogner
InstrProf: Allow multiple functions with the same name
blob
|
commitdiff
|
raw
|
diff to current
2014-07-29
Justin Bogner
ProfileData: Don't redundantly default initialize a...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-18
Justin Bogner
ProfileData: Fix copy-paste type in RawInstrProfReader
blob
|
commitdiff
|
raw
|
diff to current
2014-06-14
Artyom Skrobov
Renaming SwapByteOrder() to getSwappedBytes()
blob
|
commitdiff
|
raw
|
diff to current
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-16
Justin Bogner
ProfileData: Allow multiple profiles in RawInstrProfReader
blob
|
commitdiff
|
raw
|
diff to current
2014-04-19
Justin Bogner
OnDiskHashTable: Audit types and use offset_type consis...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-19
Justin Bogner
ProfileData: Avoid UB when reading
blob
|
commitdiff
|
raw
|
diff to current
2014-04-18
Justin Bogner
ProfileData: Don't forward declare ComputeHash and...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-18
Justin Bogner
ProfileData: Add support for the indexed instrprof...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-23
Duncan P. N. Exon...
InstrProf: Check pointer size in raw profile
blob
|
commitdiff
|
raw
|
diff to current
2014-03-21
Duncan P. N. Exon...
InstrProf: Move constructor to the header
blob
|
commitdiff
|
raw
|
diff to current
2014-03-21
Duncan P. N. Exon...
InstrProf: Use move semantics with unique_ptr
blob
|
commitdiff
|
raw
|
diff to current
2014-03-21
Duncan P. N. Exon...
InstrProf: Detect magic numbers in a more scalable way
blob
|
commitdiff
|
raw
|
diff to current
2014-03-21
Justin Bogner
ProfileData: Avoid double underscores in header guards
blob
|
commitdiff
|
raw
|
diff to current
2014-03-21
Duncan P. N. Exon...
InstrProf: Read raw binary profile in llvm-profdata
blob
|
commitdiff
|
raw
|
diff to current
2014-03-21
Justin Bogner
ProfileData: Introduce the InstrProfReader interface...
blob
|
commitdiff
|
raw
|
diff to current