Go to file
Richard Sandiford 8976ea72ab [SystemZ] Enable the use of MVC for frame-to-frame spills
...now that the problem that prompted the restriction has been fixed.

The original spill-02.py was a compromise because at the time I couldn't
find an example that actually failed without the two scavenging slots.
The version included here did.

llvm-svn: 185701
2013-07-05 14:02:01 +00:00
clang Fix formatting for allocation of new pointer variables. 2013-07-05 13:30:40 +00:00
clang-tools-extra cpp11-migrate: Minor command-line fixes and improvements 2013-07-04 17:49:59 +00:00
compiler-rt [msan] Intercept pthread_key_create. 2013-07-05 12:31:07 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc libclc: Add assembly versions of vstore for global [u]int4/8/16 2013-06-26 18:22:20 +00:00
libcxx Removed extension in [unordered_][multi]map which allowed one to emplace using just an argument for the key, as opposed to using piecewise_construct. However a bug report exposed that this created an unfortunate ambiguity. People who are currently using the extension will be notified the next time they compile, and will have to change to using piecewise_construct. There are no ABI issues with the removal of this extension. This fixes http://llvm.org/bugs/show_bug.cgi?id=16542 2013-07-04 20:59:16 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF] Use yaml2obj to avoid checking in binary files. 2013-07-05 10:41:44 +00:00
lldb Pass tid through to ptrace operations 2013-07-04 21:47:32 +00:00
llvm [SystemZ] Enable the use of MVC for frame-to-frame spills 2013-07-05 14:02:01 +00:00
polly scop detection: early return 2013-07-03 22:50:36 +00:00