llvm/lib
Dan Gohman 9911405183 Convert Alpha and Mips to use a MachineFunctionInfo subclass to
carry GlobalBaseReg, and GlobalRetAddr too in Alpha's case. This
eliminates the need for them to search through the
MachineRegisterInfo livein list in order to identify these
virtual registers. EmitLiveInCopies is now the only user of the
virtual register portion of MachineRegisterInfo's livein data.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72802 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-03 20:30:14 +00:00
..
Analysis Change ConstantFoldConstantExpression to accept a null 2009-06-02 21:48:15 +00:00
Archive
AsmParser Give embedded metadata its own type instead of relying on EmptyStructTy. 2009-05-30 05:06:04 +00:00
Bitcode Update the bitcode reader to support reading .bc files where the embedded 2009-06-01 04:42:10 +00:00
CodeGen Move ELFCodeEmiter stuff to new files 2009-06-03 17:47:27 +00:00
CompilerDriver
Debugger
ExecutionEngine Revert 72650 2009-06-03 16:55:02 +00:00
Linker
Support Add support for letting the client choose different flavors of NaNs. Testcase to be 2009-05-30 03:49:43 +00:00
System At a newline at the end of this file. 2009-06-03 11:54:28 +00:00
Target Convert Alpha and Mips to use a MachineFunctionInfo subclass to 2009-06-03 20:30:14 +00:00
Transforms Don't attempt to simplify an non-affine IV expression if it can't 2009-06-03 19:11:31 +00:00
VMCore Give embedded metadata its own type instead of relying on EmptyStructTy. 2009-05-30 05:06:04 +00:00
Makefile