Go to file
Michael Gottesman feb138e211 [objc-arc] Create two subclasses of PtrState in preparation for moving per ptr state change behavior onto a PtrState class.
This will enable the main ObjCARCOpts dataflow to work with higher
level concepts such as "can this ptr state be modified by this ref
count" and not need to understand the nitty gritty details of how that
is determined. This makes the dataflow cleaner.

llvm-svn: 231437
2015-03-06 00:34:36 +00:00
clang Add a download link to the web page (PR22764) 2015-03-06 00:13:55 +00:00
clang-tools-extra Use std::string instead of StringRef to prevent use-after-free. 2015-03-05 23:17:32 +00:00
compiler-rt Add a symbolizer testcase for closed stdin/stdout 2015-03-05 23:41:47 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Run ShTests when the executor is an instance of LocalExecutor 2015-03-05 20:27:01 +00:00
libcxxabi Fix build with GCC: 2015-03-05 02:56:05 +00:00
lld Core: Make the resolver faster. 2015-03-06 00:28:41 +00:00
lldb Remove libedit and libncurses from LLDB_SYSTEM_LIBS if they're disabled. 2015-03-05 23:22:54 +00:00
llgo Fix test to use explicit load type. 2015-03-05 22:55:42 +00:00
llvm [objc-arc] Create two subclasses of PtrState in preparation for moving per ptr state change behavior onto a PtrState class. 2015-03-06 00:34:36 +00:00
openmp moved Windows-specific flags under the WINDOWS guard in CMake 2015-03-05 17:50:48 +00:00
polly Fix compilation after 'Make DataLayout Non-Optional in the Module' commit 2015-03-05 09:48:20 +00:00