llvm-6502/include/llvm/Target
Chris Lattner d27c991ceb Fix "Control reaches the end of non-void function" warnings,
patch by David Chisnall.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48963 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-30 18:22:13 +00:00
..
SubtargetFeature.h
TargetAsmInfo.h Fix a bug in Darwin EH: FDE->CIE pointer must 2008-03-26 23:31:39 +00:00
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 A quick nm audit turned up several fixed tables and objects that were 2008-03-25 21:45:14 +00:00
TargetJITInfo.h Use PassManagerBase instead of FunctionPassManager for functions 2008-03-11 22:29:46 +00:00
TargetLowering.h Fix "Control reaches the end of non-void function" warnings, 2008-03-30 18:22:13 +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 Add optimize-for-size knob. 2008-03-25 21:02:35 +00:00
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