llvm-mirror/lib
Brian Gaeke a36743c473 Add MRegisterInfo subclass for the SparcV9 target (containing only stub
functions for now). This automatically turns on the printing of machine
registers using their own real names, instead of goofy things like %mreg(42),
and allows us to migrate code incrementally to the new interface as we see fit.

The register file description it uses is hand-written, so that the register
numbers will match the ones that the SparcV9 target already uses.
Perhaps someday we'll tablegen it.

llvm-svn: 13145
2004-04-25 06:32:05 +00:00
..
Analysis Eliminate all of the SCEV Expansion code which is really part of the 2004-04-23 21:29:03 +00:00
AsmParser
Bytecode
CodeGen Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of 2004-04-23 18:15:46 +00:00
Debugger
ExecutionEngine Go back to the interpreter main loop after performing intrinsic lowering, 2004-04-23 18:05:28 +00:00
Support
Target Add MRegisterInfo subclass for the SparcV9 target (containing only stub 2004-04-25 06:32:05 +00:00
Transforms * Allow aggregating extracted function arguments (controlled by flag) 2004-04-23 23:54:17 +00:00
VMCore
Makefile