Go to file
Jim Grosbach 3cf08661f4 Add materialization of virtual base registers for frame indices allocated into
the local block. Resolve references to those indices to a new base register.
For simplification and testing purposes, a new virtual base register is
allocated for each frame index being resolved. The result is truly horrible,
but correct, code that's good for exercising the new code paths.

Next up is adding thumb1 support, which should be very simple. Following that
will be adding base register re-use and implementing a reasonable ARM
heuristic for when a virtual base register should be generated at all.

llvm-svn: 111315
2010-08-17 22:41:55 +00:00
clang StringRef'ication of lots stuff, patch by Peter Davies! 2010-08-17 22:39:59 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
libcxx [re.tokiter] 2010-08-17 20:42:03 +00:00
lldb Documented IRForTarget 2010-08-17 22:36:13 +00:00
llvm Add materialization of virtual base registers for frame indices allocated into 2010-08-17 22:41:55 +00:00