Go to file
Jakob Stoklund Olesen 0f36544c08 Add a MinNumRegs argument to MRI::constrainRegClass().
The function will refuse to use a register class with fewer registers
than MinNumRegs.  This can be used by clients to avoid accidentally
increase register pressure too much.

The default value of MinNumRegs=0 doesn't affect how constrainRegClass()
works.

llvm-svn: 140339
2011-09-22 21:39:31 +00:00
clang Do manual binary search for preprocessing entities because their end locations 2011-09-22 21:17:02 +00:00
compiler-rt platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit the 2011-09-14 21:19:45 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Partial Windows port by Ruben Van Boxem 2011-09-22 19:10:18 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Added missing forward declarations for SBFileSpecList and SBInstructionList. 2011-09-22 21:17:19 +00:00
llvm Add a MinNumRegs argument to MRI::constrainRegClass(). 2011-09-22 21:39:31 +00:00
polly Also force a fixed version of cloog 2011-09-09 11:02:10 +00:00