llvm/bolt
Rafael Auler dc848b5376 Fix entry BB execution count in llvm-flo
Summary:
When we have tailcalls, the execution count for the entry point is
wrongly computed. Fix this.

(cherry picked from FBD2563112)
2015-10-20 16:48:54 -07:00
..
BinaryBasicBlock.cpp Make FLO work on hhvm binary. 2015-10-14 15:35:14 -07:00
BinaryBasicBlock.h Eliminate nop instruction in input and derive alignment. 2015-10-20 10:51:17 -07:00
BinaryContext.cpp Make FLO work on hhvm binary. 2015-10-14 15:35:14 -07:00
BinaryContext.h Make FLO work on hhvm binary. 2015-10-14 15:35:14 -07:00
BinaryFunction.cpp Fix entry BB execution count in llvm-flo 2015-10-20 16:48:54 -07:00
BinaryFunction.h Implement unreachable BB elimination in llvm-flo 2015-10-20 12:47:37 -07:00
CMakeLists.txt Make FLO work on hhvm binary. 2015-10-14 15:35:14 -07:00
DataReader.cpp Fix DataReader to work with new local sym perf2flo format 2015-10-16 17:00:36 -07:00
DataReader.h Add branch count information to binary CFG 2015-10-12 12:30:47 -07:00
llvm-flo.cpp Implement unreachable BB elimination in llvm-flo 2015-10-20 12:47:37 -07:00
LLVMBuild.txt Commit FLO with control flow graph. 2015-10-09 17:21:14 -07:00
README.md BOLT root commit 2022-01-10 17:58:05 -08:00