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
/
InstrProfReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
2014-11-03
1
-12
/
+18
*
llvm-profdata: Avoid undefined behaviour when reading raw profiles
Justin Bogner
2014-09-12
1
-0
/
+3
*
InstrProf: Allow multiple functions with the same name
Justin Bogner
2014-08-01
1
-15
/
+48
*
llvm-profdata: Clean up and reorganize some tests
Justin Bogner
2014-07-29
1
-2
/
+2
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-1
/
+4
*
Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
2014-06-14
1
-1
/
+1
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-19
/
+22
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
ProfileData: Allow multiple profiles in RawInstrProfReader
Justin Bogner
2014-05-16
1
-4
/
+29
*
Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a...
Aaron Ballman
2014-05-01
1
-2
/
+3
*
ProfileData: Treat missing function counts as malformed
Justin Bogner
2014-04-25
1
-2
/
+6
*
ProfileData: Don't forward declare ComputeHash and make it static inline
Justin Bogner
2014-04-18
1
-0
/
+5
*
ProfileData: Add support for the indexed instrprof format
Justin Bogner
2014-04-18
1
-6
/
+112
*
InstrProf: Silence spurious warnings in GCC 4.8
Duncan P. N. Exon Smith
2014-03-24
1
-9
/
+13
*
InstrProf: Check pointer size in raw profile
Duncan P. N. Exon Smith
2014-03-23
1
-11
/
+40
*
InstrProf: Move constructor to the header
Duncan P. N. Exon Smith
2014-03-21
1
-3
/
+0
*
InstrProf: Change magic number to have non-text characters
Duncan P. N. Exon Smith
2014-03-21
1
-8
/
+8
*
InstrProf: Use move semantics with unique_ptr
Duncan P. N. Exon Smith
2014-03-21
1
-4
/
+4
*
InstrProf: Detect magic numbers in a more scalable way
Duncan P. N. Exon Smith
2014-03-21
1
-34
/
+32
*
InstrProf: Actually detect bad headers
Duncan P. N. Exon Smith
2014-03-21
1
-7
/
+5
*
InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
2014-03-21
1
-4
/
+106
*
ProfileData: Introduce the InstrProfReader interface and a text reader
Justin Bogner
2014-03-21
1
-0
/
+84