llvm-6502/include/llvm/Target
Andrew Trick eca1fcf3d2 RegisterPressure API. Add support for physical register units.
At build-time register pressure was always computed in terms of
register units. But the compile-time API was expressed in terms of
register classes because it was intended for virtual registers (and
physical register units weren't yet used anywhere in codegen).

Now that the codegen uses physreg units consistently, prepare for
tracking register pressure also in terms of live units, not live
registers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169360 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-05 06:47:12 +00:00
..
Mangler.h whitespace 2012-10-09 01:56:07 +00:00
Target.td add TableGen support to create relationship maps between instructions 2012-10-25 15:54:06 +00:00
TargetCallingConv.h OutputArg: added an index of the original argument to match the change to 2012-11-01 23:49:58 +00:00
TargetCallingConv.td
TargetFrameLowering.h Stack Alignment: when creating stack objects in MachineFrameInfo, make sure 2012-12-04 00:52:33 +00:00
TargetInstrInfo.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
TargetIntrinsicInfo.h
TargetItinerary.td
TargetJITInfo.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
TargetLibraryInfo.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
TargetLowering.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
TargetLoweringObjectFile.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
TargetMachine.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
TargetOpcodes.h
TargetOptions.h Whitespace. 2012-11-29 20:58:08 +00:00
TargetRegisterInfo.h RegisterPressure API. Add support for physical register units. 2012-12-05 06:47:12 +00:00
TargetSchedule.td
TargetSelectionDAG.td
TargetSelectionDAGInfo.h Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
TargetSubtargetInfo.h misched: Allow subtargets to enable misched and dependent options. 2012-11-13 08:47:29 +00:00
TargetTransformImpl.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00