llvm-6502/include/llvm/Target
2008-03-16 03:12:01 +00:00
..
SubtargetFeature.h
TargetAsmInfo.h
TargetData.h
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h Remove isImplicitDef TargetInstrDesc flag. 2008-03-15 00:19:36 +00:00
TargetInstrInfo.h Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs pass. Add a new TII, subreg_to_reg, which is like insert_subreg except that it takes an immediate implicit value to insert into rather than a register. 2008-03-16 03:12:01 +00:00
TargetInstrItineraries.h
TargetJITInfo.h Use PassManagerBase instead of FunctionPassManager for functions 2008-03-11 22:29:46 +00:00
TargetLowering.h Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's 2008-03-10 15:42:14 +00:00
TargetMachine.h Use PassManagerBase instead of FunctionPassManager for functions 2008-03-11 22:29:46 +00:00
TargetMachineRegistry.h
TargetMachOWriterInfo.h
TargetOptions.h
TargetRegisterInfo.h When the register allocator runs out of registers, spill a physical register around the def's and use's of the interval being allocated to make it possible for the interval to target a register and spill it right away and restore a register for uses. This likely generates terrible code but is before than aborting. 2008-03-11 07:19:34 +00:00
TargetSubtarget.h