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
*
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
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-1
/
+1
*
ProfileData: Treat missing function counts as malformed
Justin Bogner
2014-04-25
1
-2
/
+6
*
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: Don't forward declare ComputeHash and make it static inline
Justin Bogner
2014-04-18
2
-1
/
+6
*
ProfileData: Add support for the indexed instrprof format
Justin Bogner
2014-04-18
4
-17
/
+245
*
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