llvm-6502/lib
Jakob Stoklund Olesen 91fb536a34 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140339 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-22 21:39:31 +00:00
..
Analysis Fix for DbgInfoPrinter.cpp:174:12: warning: ‘LineNo’ may be used uninitialized in this function. 2011-09-21 23:34:23 +00:00
Archive
AsmParser
Bitcode
CodeGen Add a MinNumRegs argument to MRI::constrainRegClass(). 2011-09-22 21:39:31 +00:00
DebugInfo DWARF: avoid unnecessary map lookups. 2011-09-21 17:31:42 +00:00
ExecutionEngine
Linker lib/Linker: add support of deps which does not end with ".so". 2011-09-20 22:52:35 +00:00
MC In the disassembler C API, be careful not to confuse the comment streamer that the disassembler outputs annotations on with the streamer that the InstPrinter will print them on. 2011-09-21 00:25:23 +00:00
Object
Support Change: 2011-09-21 03:09:09 +00:00
Target Synthesize SSE3/AVX 128 bit horizontal add/sub instructions from 2011-09-22 20:15:48 +00:00
Transforms PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl. 2011-09-22 18:56:30 +00:00
VMCore The last verification check for the new EH model. 2011-09-21 22:57:02 +00:00
CMakeLists.txt Remove from cmake too. 2011-09-20 00:38:04 +00:00
Makefile