llvm-6502/include/llvm/Target
2006-05-06 09:26:22 +00:00
..
MRegisterInfo.h Use existing information. 2006-04-10 23:09:19 +00:00
SubtargetFeature.h Clean up some commentary. 2006-03-24 10:00:56 +00:00
TargetData.h Fix this to be a proper copy ctor 2006-05-04 21:17:35 +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 Remove a bunch of dead stuff, shrinkifying TargetInstrDescriptor significantly. 2006-04-20 18:32:02 +00:00
TargetInstrItineraries.h <cassert> no longer required to make VC++ happy. 2005-11-04 02:59:16 +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 Add some new methods for computing sign bit information. 2006-05-06 09:26:22 +00:00
TargetMachine.h Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. 2006-05-03 01:29:57 +00:00
TargetMachineRegistry.h Eliminate IntrinsicLowering from TargetMachine. 2006-03-23 05:41:41 +00:00
TargetOptions.h - Added option -relocation-model to set relocation model. Valid values include static, pic, 2006-02-22 20:19:42 +00:00
TargetSubtarget.h Clean up the TargetSubtarget class a bit, removing an unnecessary argument 2005-07-12 02:41:19 +00:00