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
/
llvm
/
lib
/
ProfileData
/
InstrProfWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PGO] Move value profile data definitions out of IndexedInstrProf
Xinliang David Li
2015-11-17
1
-3
/
+3
*
[PGO] Make indexed value profile data more compact
Xinliang David Li
2015-11-10
1
-43
/
+14
*
Code style fix (caused by wrongly default clang-format style) (NFC)
Xinliang David Li
2015-11-06
1
-5
/
+9
*
[PGO] Value profiling (index format) code cleanup and testing
Xinliang David Li
2015-11-02
1
-48
/
+30
*
Minor Instr PGO code restructuring
Xinliang David Li
2015-10-18
1
-5
/
+15
*
InstrProf: Support for value profiling in the indexed profile format
Justin Bogner
2015-09-29
1
-34
/
+114
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Re-apply "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-18
1
-3
/
+28
*
Revert "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-17
1
-27
/
+3
*
Re-apply "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-17
1
-3
/
+27
*
Revert "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-16
1
-27
/
+3
*
InstrProf: Add unit tests for the profile reader and writer
Justin Bogner
2015-02-16
1
-3
/
+27
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-2
/
+1
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-1
/
+0
*
InstrProf: Allow multiple functions with the same name
Justin Bogner
2014-08-01
1
-24
/
+33
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-3
/
+4
*
ProfileData: Avoid unnecessary copies of CounterData
Justin Bogner
2014-04-23
1
-6
/
+6
*
ProfileData: Remove an extra semicolon
Justin Bogner
2014-04-19
1
-1
/
+1
*
OnDiskHashTable: Audit types and use offset_type consistently
Justin Bogner
2014-04-19
1
-4
/
+4
*
ProfileData: Add support for the indexed instrprof format
Justin Bogner
2014-04-18
1
-11
/
+77
*
ProfileData: Avoid brace initialization, windows doesn't like it
Justin Bogner
2014-03-21
1
-1
/
+3
*
ProfileData: Introduce InstrProfWriter using the naive text format
Justin Bogner
2014-03-21
1
-0
/
+58
[prev]