Go to file
Jakob Stoklund Olesen 63a622b768 Teach the x86 floating point stackifier to handle COPY instructions.
This pass runs before COPY instructions are passed to copyPhysReg, so we simply
translate COPY to the proper pseudo instruction. Note that copyPhysReg does not
handle floating point stack copies.

Once COPY is used everywhere, this can be cleaned up a bit, and most of the
pseudo instructions can be removed.

llvm-svn: 107899
2010-07-08 19:46:30 +00:00
clang Add missing whitespace. 2010-07-08 19:43:08 +00:00
compiler-rt Hand-tuning of single-precision soft-float comparison routines for ARM 2010-07-08 17:45:05 +00:00
libcxx Marked subexpressions in a loop in basic posix working (only lightly tested so far) 2010-07-08 17:43:58 +00:00
lldb Moved NDEBUG from a global setting to a specific 2010-07-08 18:16:16 +00:00
llvm Teach the x86 floating point stackifier to handle COPY instructions. 2010-07-08 19:46:30 +00:00