Go to file
Edwin Vane 862fec8835 Write transform results to disk only once
Instead of writing the result of each transform to disk for every
transform, write the results to buffers in memory and pass those buffers
to the next transform as input. Only write the buffers to disk if the
final syntax check passes.

Reviewers: klimek
llvm-svn: 172657
2013-01-16 21:11:50 +00:00
clang Fix recent test for more diverse environments. 2013-01-16 20:35:54 +00:00
clang-tools-extra Write transform results to disk only once 2013-01-16 21:11:50 +00:00
compiler-rt asan: fix ARM build 2013-01-16 14:35:13 +00:00
debuginfo-tests Add a test for static member debug information. 2013-01-16 01:22:09 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Make a few tests optimization-proof. These tests were failing under -O3 because the optimizer was eliminating the call to new. 2013-01-16 17:56:06 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld Trailing whitespace. 2013-01-15 21:13:14 +00:00
lldb Remove std::string input arguments and replace with "const char *". 2013-01-16 19:53:55 +00:00
llvm Added test for r172599 which fixes bugzilla://14584,rdar://11744105. 2013-01-16 21:07:18 +00:00
polly clang-format goodness 2013-01-14 22:40:23 +00:00