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
*
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