Go to file
Tobias Grosser 817d51dd1b DCE: Switch to hybrid precise-unprecise analysis
Instead of giving a choice between a precise (but possibly very complex)
analysis and an approximative analysis we now use a hybrid approach which uses N
precise steps followed by one approximating step. The precision of the analysis
can be changed by increasing N. With a default of 'N' = 2, we get fully precise
results for our current test cases and should not run into performance problems
for more complex test cases. We can adjust this value when we got more
experience with this dead code elimination.

llvm-svn: 201888
2014-02-21 20:51:46 +00:00
clang [ObjC] add support for properties in attribute 'objc_protocol_requires_explicit_implementation'. 2014-02-21 19:41:39 +00:00
clang-tools-extra Add a makefile for clang-query. Patch by Alex Horn! 2014-02-18 19:46:01 +00:00
compiler-rt [tsan] add coarse-grained lock around the DeadlockDetector. We can do better than that, but that's a start. 2014-02-21 15:07:18 +00:00
debuginfo-tests Add a fallback path for buildbots temporarily stuck on really old 2014-02-21 00:17:02 +00:00
libclc Add generic nvptx targets 2014-02-14 20:33:53 +00:00
libcxx Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change. 2014-02-21 18:07:52 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [ELF] Dont generate PHDR when creating dynamic libraries. 2014-02-19 23:46:13 +00:00
lldb Improved the GDBRemoteCommunicationClient::TestPacketSpeed() function so it tests how long it takes to send a 4MB buffer from the REMOTE GDB server to LLDB. 2014-02-21 19:11:28 +00:00
llvm Shankar kindly pointed out that I wasn't following the coding convention properly, so moving raw_ostream.h above system_error.h. 2014-02-21 20:46:48 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly DCE: Switch to hybrid precise-unprecise analysis 2014-02-21 20:51:46 +00:00