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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.
NAKAMURA Takumi
2014-03-23
1
-4
/
+1
*
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
2
-7
/
+7
*
InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
2014-03-21
1
-4
/
+106
*
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
3
-0
/
+65
*
ProfileData: Introduce the InstrProfReader interface and a text reader
Justin Bogner
2014-03-21
5
-0
/
+183