Go to file
Jim Grosbach e9cc901814 Refact ARM Thumb1 tMOVr instruction family.
Merge the tMOVr, tMOVgpr2tgpr, tMOVtgpr2gpr, and tMOVgpr2gpr instructions
into tMOVr. There's no need to keep them separate. Giving the tMOVr
instruction the proper GPR register class for its operands is sufficient
to give the register allocator enough information to do the right thing
directly.

llvm-svn: 134204
2011-06-30 23:38:17 +00:00
clang No, actually, we do need to be able to mangle substituted template names. 2011-06-30 21:59:02 +00:00
compiler-rt <rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variables in darwin_bni.mk. Use GetCNAVar in AppleBI.mk 2011-06-21 00:07:55 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx _STD -> _VSTD to avoid macro clash on windows 2011-06-30 21:18:19 +00:00
libcxxabi In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated understanding and sync with updated clang mangling. Also fix think-o in __parse_encoding enabling the parsing of trailing .eh and .b. 2011-06-22 19:27:39 +00:00
lldb Add module docstring to the auto-generated lldb.py file. 2011-06-30 21:29:50 +00:00
llvm Refact ARM Thumb1 tMOVr instruction family. 2011-06-30 23:38:17 +00:00
polly ScheduleOpt: Prevectorize the innermost parallel loop 2011-06-30 20:29:20 +00:00