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
/
InstrProf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-profdata] Improve error messaging when merging mismatched profile data
Nathan Slingerland
2015-11-17
1
-3
/
+3
*
Fix unaligned memory read issue exposed by ubsan
Xinliang David Li
2015-11-17
1
-10
/
+10
*
[llvm-profdata] Add check for text profile formats and improve error reportin...
Nathan Slingerland
2015-11-13
1
-5
/
+7
*
reverting r252916 to investigate test failure
Nathan Slingerland
2015-11-12
1
-7
/
+5
*
[llvm-profdata] Add check for text profile formats and improve error reporting
Nathan Slingerland
2015-11-12
1
-5
/
+7
*
unique_ptrify the AllocValueProfData helper function introduced in r252783
David Blaikie
2015-11-11
1
-6
/
+5
*
Refactoring and fix another instance of asan error
Xinliang David Li
2015-11-11
1
-5
/
+10
*
Silencing a signed vs unsigned type mismatch warning.
Aaron Ballman
2015-11-11
1
-1
/
+1
*
Fix asan warning (NFC)
Xinliang David Li
2015-11-10
1
-2
/
+3
*
[PGO] Make indexed value profile data more compact
Xinliang David Li
2015-11-10
1
-0
/
+228
*
[PGO] Instr func name var creation code refactoring
Xinliang David Li
2015-11-09
1
-0
/
+66
*
InstrProf: Support for value profiling in the indexed profile format
Justin Bogner
2015-09-29
1
-0
/
+2
*
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
*
InstrProf: Give coverage its own errors instead of piggy backing on instrprof
Justin Bogner
2015-05-06
1
-4
/
+4
*
Converting InstrProf's error_category to a ManagedStatic to avoid static cons...
Chris Bieneman
2014-09-19
1
-2
/
+4
*
Remove unused and odd code.
Rafael Espindola
2014-06-13
1
-6
/
+0
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Don't import error_condition into the llvm namespace.
Rafael Espindola
2014-06-12
1
-2
/
+3
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
Mark a few functions noexcept.
Rafael Espindola
2014-06-10
1
-2
/
+2
*
Use an enum class.
Rafael Espindola
2014-06-03
1
-2
/
+2
*
There is no std::errc::success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-1
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-1
/
+1
*
ProfileData: Add support for the indexed instrprof format
Justin Bogner
2014-04-18
1
-0
/
+2
*
InstrProf: Actually detect bad headers
Duncan P. N. Exon Smith
2014-03-21
1
-0
/
+2
*
ProfileData: Introduce InstrProfWriter using the naive text format
Justin Bogner
2014-03-21
1
-0
/
+6
*
ProfileData: Introduce the InstrProfReader interface and a text reader
Justin Bogner
2014-03-21
1
-0
/
+56