Go to file
Chandler Carruth 420fafef93 Hoist the two trivial promotion routines out of the big class that
handles the general cases.

The hope is to refactor this so that we don't end up building the entire
class for the trivial cases. I also want to lift a lot of the early
pre-processing in the initial segment of run() into a separate routine,
and really none of it needs to happen inside the primary promotion
class.

These routines in particular used none of the actual state in the
promotion class, so they don't really make sense as members.

llvm-svn: 186781
2013-07-20 23:59:51 +00:00
clang Added preproc callback for pragma directives. 2013-07-20 20:09:11 +00:00
clang-tools-extra Fixed some formatting issues with clang-format to get a baseline. 2013-07-19 14:19:31 +00:00
compiler-rt Fix another instance of -ccc-cxx vs. --driver-mode=g++ 2013-07-18 21:09:03 +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 Implement generic upsample() 2013-07-19 16:44:37 +00:00
libcxx Make std::get constexpr 2013-07-17 18:25:36 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF] Fix use-after-free. 2013-07-20 21:00:47 +00:00
lldb Reworked the test decorators to match the test results on the buildbots. 2013-07-19 20:22:43 +00:00
llvm Hoist the two trivial promotion routines out of the big class that 2013-07-20 23:59:51 +00:00
polly Ensure a correct order between memory accesses. 2013-07-16 15:20:29 +00:00