Back out Profile library and dependent commits
authorJustin Bogner <mail@justinbogner.com>
Wed, 12 Mar 2014 22:00:57 +0000 (22:00 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 12 Mar 2014 22:00:57 +0000 (22:00 +0000)
commitefa9416a21d7cac98996b92a805321ad061f54c0
treea69da4d26ec90b29ec8aa9fea0a40cfb6c13474e
parent4a0593ccd38cf01419e957e3947ed24cb3e06a07
Back out Profile library and dependent commits

Chandler voiced some concern with checking this in without some
discussion first. Reverting for now.

This reverts r203703, r203704, r203708, and 203709.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203723 91177308-0d34-0410-b5e6-96231b3b80d8
49 files changed:
include/llvm/Profile/ProfileData.h [deleted file]
include/llvm/Profile/ProfileDataReader.h [deleted file]
include/llvm/Profile/ProfileDataWriter.h [deleted file]
include/llvm/Support/LineIterator.h
lib/CMakeLists.txt
lib/LLVMBuild.txt
lib/Makefile
lib/Profile/CMakeLists.txt [deleted file]
lib/Profile/LLVMBuild.txt [deleted file]
lib/Profile/Makefile [deleted file]
lib/Profile/ProfileData.cpp [deleted file]
lib/Profile/ProfileDataReader.cpp [deleted file]
lib/Profile/ProfileDataWriter.cpp [deleted file]
test/tools/llvm-profdata/Inputs/bad-function-count.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/bad-hash.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/bar3-1.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/bar3-1.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/empty.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/empty.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/extra-word.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/extra-word.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/foo3-1.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo3-1.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/foo3-2.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo3-2.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/foo3bar3-1.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo3bar3-1.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/foo3bar3-2.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo3bar3-2.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/foo4-1.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo4-1.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/foo4-2.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo4-2.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/invalid-count-later.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/invalid-count-later.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/overflow.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/overflow.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/three-words-long.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/three-words-long.profdata.input [deleted file]
test/tools/llvm-profdata/Inputs/wrong-count.profdata.input [deleted file]
test/tools/llvm-profdata/errors.test [new file with mode: 0644]
test/tools/llvm-profdata/generate.test [deleted file]
test/tools/llvm-profdata/merge-errors.test [deleted file]
test/tools/llvm-profdata/simple-merges.test [deleted file]
test/tools/llvm-profdata/simple.test [new file with mode: 0644]
tools/llvm-profdata/CMakeLists.txt
tools/llvm-profdata/LLVMBuild.txt
tools/llvm-profdata/Makefile
tools/llvm-profdata/llvm-profdata.cpp