Go to file
George Burgess IV 259d90194e [CFLAA] Ignore non-pointers, move Attrs to graph nodes.
This patch makes CFLAA ignore non-pointer values, since we can now
sanely do that with the escaping/unknown attributes. Additionally,
StratifiedAttrs make more sense to sit on nodes than edges (since
they're properties of values, and ultimately end up on the nodes of
StratifiedSets). So, this patch puts said attributes on nodes.

Patch by Jia Chen.

Differential Revision: http://reviews.llvm.org/D21387

llvm-svn: 272833
2016-06-15 20:43:41 +00:00
clang Add support to clang-cl driver for /GS switch 2016-06-15 20:34:33 +00:00
clang-tools-extra clang-rename: implement renaming of classes with a dtor 2016-06-15 18:35:41 +00:00
compiler-rt [esan|cfrag] Minor cfrag report adjustment 2016-06-15 17:27:29 +00:00
debuginfo-tests
libclc math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx Add an Android version check for GNU strerror_r. 2016-06-15 20:20:32 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld Internalize symbols in comdats. 2016-06-15 17:56:10 +00:00
lldb Allow runtimes to execute custom LLVM ModulePasses over the expression IR 2016-06-15 16:19:46 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [CFLAA] Ignore non-pointers, move Attrs to graph nodes. 2016-06-15 20:43:41 +00:00
openmp Fix large overhead with itt notifications on region/barrier name composing 2016-06-14 19:27:22 +00:00
polly Replace ScalarReplAggregatesPass by SROAPass. 2016-06-15 13:21:28 +00:00