Go to file
Adrian Prantl 29b9de7bf1 Bugfix for the debug intrinsic handling in InstCombiner:
Since we can't guarantee that the original dbg.declare instrinsic
is removed by LowerDbgDeclare(), we need to make sure that we are
not inserting the same dbg.value intrinsic over and over.
This removes tons of redundant DIEs when compiling optimized code.

rdar://problem/13056109

llvm-svn: 180615
2013-04-26 17:48:33 +00:00
clang Implement C++1y decltype(auto). 2013-04-26 16:15:35 +00:00
clang-tools-extra The option is spelled -use-auto, not -loop-convert. 2013-04-22 14:39:46 +00:00
compiler-rt Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symbolizer." 2013-04-26 13:01:40 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix typos. 2013-04-26 09:40:18 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [Core] Allow weak symbols in shared library when linking. 2013-04-24 19:00:26 +00:00
lldb Change Malloc to request an aligned memory size. 2013-04-26 17:48:01 +00:00
llvm Bugfix for the debug intrinsic handling in InstCombiner: 2013-04-26 17:48:33 +00:00
polly IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoP 2013-04-17 07:20:36 +00:00