This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2a06afae161fffc8a841e00a9974907e8ffca9c9
clang-p2996
/
llvm
/
lib
/
ProfileData
History
Benjamin Kramer
24cb28bb54
Remove superfluous copies in sample profiling.
...
No functionliaty change intended. llvm-svn: 321530
2017-12-28 18:10:41 +00:00
..
Coverage
Remove superfluous copies in sample profiling.
2017-12-28 18:10:41 +00:00
CMakeLists.txt
GCOV: Move GCOV from IR & Support into ProfileData to fix layering
2017-11-03 20:57:10 +00:00
GCOV.cpp
GCOV: Move GCOV from IR & Support into ProfileData to fix layering
2017-11-03 20:57:10 +00:00
InstrProf.cpp
Mark all library options as hidden.
2017-12-01 00:53:10 +00:00
InstrProfReader.cpp
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
2017-12-14 22:07:03 +00:00
InstrProfWriter.cpp
…
LLVMBuild.txt
…
ProfileSummaryBuilder.cpp
Remove redundant includes from lib/ProfileData.
2017-12-13 21:30:57 +00:00
SampleProf.cpp
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
2017-10-15 14:32:27 +00:00
SampleProfReader.cpp
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
2017-12-14 22:07:03 +00:00
SampleProfWriter.cpp
…