llvm-project/clang/tools
Justin Bogner 837a6f6f79 CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Update clang to use the InstrProfReader from LLVM to read
instrumentation based profile data. This also switches us from the
naive text format to the binary format, since that's what's
implemented in the reader.

llvm-svn: 206658
2014-04-18 21:52:00 +00:00
..
arcmt-test [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 07:47:46 +00:00
c-arcmt-test c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to r197116. 2013-12-12 06:37:12 +00:00
c-index-test Make c-index-test -test-print-type include pointeekind for pointer types 2014-04-09 19:16:08 +00:00
clang-check [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 07:47:46 +00:00
clang-format clang-format.py: Don't omit the first two words from error messages. 2014-04-17 17:51:57 +00:00
clang-format-vs clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR} 2013-12-05 17:49:58 +00:00
diag-build Briefly document diag-build.sh 2013-12-28 21:59:11 +00:00
diagtool Replace llvm::array_endof with C++11's std::end. 2014-04-12 15:42:48 +00:00
driver CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use= 2014-04-18 21:52:00 +00:00
libclang When writing YAML in libclang, use yaml::escape instead of write_escaped 2014-04-17 03:31:02 +00:00
scan-build [analyzer] scan-build: allow quotes around "-cc1" when looking at -### output. 2014-03-20 17:43:54 +00:00
scan-view [analyzer] scan-view: don't ever serve absolute paths. 2013-04-29 17:23:06 +00:00
CMakeLists.txt CMake: enable building the clang-format vs plugin 2013-12-03 18:02:51 +00:00
Makefile Re-add clang-check to the Makefile build. 2013-08-22 16:12:04 +00:00