Go to file
Chris Lattner 4a5f7be077 fix CodeGenTarget::getRegisterVTs to not return the
same vt multiple times for a register.  For example,
ECX is in 5 different i32 reg classes, just return 
1 i32 instead of 5.

llvm-svn: 99727
2010-03-27 20:32:26 +00:00
clang Improve diagnostics on incomplete implementation 2010-03-27 19:02:17 +00:00
compiler-rt Don't build an armv7 slice for now, it has the same stuff as on armv6. 2010-03-26 21:07:05 +00:00
llvm fix CodeGenTarget::getRegisterVTs to not return the 2010-03-27 20:32:26 +00:00