Go to file
Chandler Carruth ae324439d0 [LV] The actual change I intended to commit in r204148. Sorry for the
noise.

Original commit log:
Replace some dead code with an assert. When I first ported this pass
from a loop pass to a function pass I did so in the naive, recursive
way. It doesn't actually work, we need a worklist instead. When
I switched to the worklist I didn't delete the naive recursion. That
recursion was also buggy because it was dead and never really exercised.

llvm-svn: 204187
2014-03-18 21:58:38 +00:00
clang CodeGen: Include a function hash in instrumentation based profiling 2014-03-18 21:58:06 +00:00
clang-tools-extra clang-tidy/ArgumentCommentCheck: Initializer list in non-static members is unavailable on msc17. 2014-03-18 07:22:43 +00:00
compiler-rt profile: Include the function hash in PGO profiles 2014-03-18 21:57:58 +00:00
debuginfo-tests Revert "xfail a test on darwin because some of the public buildbots are stuck on" 2014-03-11 23:49:31 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 2014-03-17 20:19:44 +00:00
libcxxabi 0 is a valid LSDA encoding and can be seen in statically linked 2014-03-11 23:43:43 +00:00
lld [PECOFF] Support yet another new type of weak symbol. 2014-03-18 19:37:50 +00:00
lldb Fix expression parsing (on FreeBSD, at least) 2014-03-18 18:55:06 +00:00
llvm [LV] The actual change I intended to commit in r204148. Sorry for the 2014-03-18 21:58:38 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Fix source code formatting 2014-03-18 18:51:11 +00:00