Go to file
Evan Cheng da103bf9ec Model ARM predicated write as read-mod-write. e.g.
r0 = mov #0
r0 = moveq #1

Then the second instruction has an implicit data dependency on the first
instruction. Sadly I have yet to come up with a small test case that
demonstrate the post-ra scheduler taking advantage of this.

llvm-svn: 146583
2011-12-14 20:00:08 +00:00
clang [analyzer] Disable verification step on the failing test. 2011-12-14 19:39:46 +00:00
compiler-rt [asan] insert __asan_init into ".preinit_array" section. Linux-only. 2011-12-14 00:19:03 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx As an extension, support incomplete types in the unordered containers to match what we already do in the associative containers. 2011-12-12 17:26:24 +00:00
libcxxabi Fix size calculation for pointer to member function 2011-12-13 01:23:16 +00:00
lldb On Mac OS X the Objective-C runtime (libobjc) has many critical 2011-12-14 04:22:18 +00:00
llvm Model ARM predicated write as read-mod-write. e.g. 2011-12-14 20:00:08 +00:00
polly Allow to run the Polly preopt passes with -O0 2011-12-14 12:21:31 +00:00