Go to file
Jim Grosbach f17b0031f3 Teach TableGen to pre-calculate register enum values when creating the
CodeGenRegister entries. Use this information to more intelligently build
the literal register entires in the DAGISel matcher table. Specifically,
use a single-byte OPC_EmitRegister entry for registers with a value of
less than 256 and OPC_EmitRegister2 entry for registers with a larger value.

rdar://9066491

llvm-svn: 127456
2011-03-11 02:19:02 +00:00
clang Convert the RecordSize parameter of AppendTailPadding() to CharUnits to 2011-03-11 02:17:05 +00:00
compiler-rt don't compile modsi3 into an infinite loop, patch by Matt Johnson! 2011-03-10 22:11:46 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx http://llvm.org/bugs/show_bug.cgi?id=9444 2011-03-10 17:27:57 +00:00
lldb CommandInterpreter::HandleCommands should take its commands as a "const StringList &" since it doesn't modify it... 2011-03-11 01:51:49 +00:00
llvm Teach TableGen to pre-calculate register enum values when creating the 2011-03-11 02:19:02 +00:00