llvm-6502/include/llvm/Target
Chris Lattner 5ab8363206 Since getSubtarget() always provides a const Subtarget, dont' require the user
to pass it in.  Also, since it always returns a non-null pointer, make it
return a reference instead for easier use.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22686 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-05 21:53:21 +00:00
..
MRegisterInfo.h Convert tabs to spaces 2005-04-22 03:46:24 +00:00
TargetData.h * The aesthetic police is on patrol!!... 2005-04-23 22:35:26 +00:00
TargetFrameInfo.h Shut GCC 4.0 up about classes that have virtual functions but a non-virtual 2005-04-25 02:55:55 +00:00
TargetInstrInfo.h Convert tabs to spaces 2005-04-22 03:46:24 +00:00
TargetJITInfo.h allow constants to be relocated like GV (necessary for alpha, as constants are relocated with globals, not with .text), and allow targets to have a GOT managed for them 2005-07-22 20:46:42 +00:00
TargetLowering.h Eliminate tabs and trailing spaces. 2005-07-27 05:53:44 +00:00
TargetMachine.h Since getSubtarget() always provides a const Subtarget, dont' require the user 2005-08-05 21:53:21 +00:00
TargetMachineRegistry.h Remove trailing whitespace 2005-04-21 20:59:05 +00:00
TargetOptions.h Expose an option allowing unsafe math optimizations. Patch contributed by 2005-04-30 04:09:52 +00:00
TargetSchedInfo.h Added ModuloSchedSB as a friend class. 2005-06-17 03:59:51 +00:00
TargetSubtarget.h Clean up the TargetSubtarget class a bit, removing an unnecessary argument 2005-07-12 02:41:19 +00:00