llvm-6502/include/llvm/Target
Bill Wendling 5c7e326585 Added an automatic cast to "std::ostream*" etc. from OStream. We then can
rework the hacks that had us passing OStream in. We pass in std::ostream*
instead, check for null, and then dispatch to the correct print() method.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32636 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-17 05:15:13 +00:00
..
MRegisterInfo.h - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI just 2006-09-28 00:07:19 +00:00
SubtargetFeature.h Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
TargetAsmInfo.h Typo 2006-12-01 21:50:17 +00:00
TargetData.h TargetData is not subclassed. So no need to have virtual method. 2006-10-24 20:48:29 +00:00
TargetFrameInfo.h remove some more dead sparcv9 support stuff 2006-08-03 18:55:44 +00:00
TargetInstrInfo.h Silly assertion. Forgot variable_ops instructions can have arbitrary number of 2006-12-15 06:37:08 +00:00
TargetInstrItineraries.h <cassert> no longer required to make VC++ happy. 2005-11-04 02:59:16 +00:00
TargetJITInfo.h Completely rearchitect the interface between targets and the pass manager. 2006-09-04 04:14:57 +00:00
TargetLowering.h Add getTypeToExpandTo() which recursively walks TransformToType to determine 2006-12-13 20:52:00 +00:00
TargetMachine.h 1. Remove condition on delete. 2006-09-07 23:39:26 +00:00
TargetMachineRegistry.h Improve comments, patch provided by Vladimir Prus! 2006-05-15 17:25:05 +00:00
TargetOptions.h Added option -soft-float to generate SW fp library calls instead of fp instructions. 2006-12-09 02:41:30 +00:00
TargetSubtarget.h Remove unneeded include. 2006-12-12 19:36:53 +00:00