llvm-6502/include/llvm/Target
Chris Lattner 24f654c8a4 Fix several fixmes and clean up code by sinking *all* section
creation activity into the target-specific subclasses of TLOF.
Before this, globals with explicit sections could be created by
the base class.

1. make getOrCreateSection protected, add a new getExplicitSectionGlobal
   pure virtual method to assign sections to globals with a specified
   section.
2. eliminate getSpecialCasedSectionGlobals, which is now PIC specific.
3. eliminate the getKindForNamedSection virtual method, which is
   now just a static method for ELF.
4. Add implementions of getExplicitSectionGlobal for ELF/PECOFF/Darwin/PIC16.
   They are now all detangled and understandable, woo! :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78319 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-06 16:39:58 +00:00
..
COFFTargetAsmInfo.h
DarwinTargetAsmInfo.h
SubtargetFeature.h
Target.td
TargetAsmInfo.h Fix some column padding bugs, reorganize things as suggested by Chris 2009-08-05 21:00:52 +00:00
TargetAsmParser.h
TargetCallingConv.td
TargetData.h
TargetELFWriterInfo.h - Remove custom handling of jumptables by the elf writter (this was 2009-08-05 06:57:03 +00:00
TargetFrameInfo.h
TargetInstrDesc.h
TargetInstrInfo.h
TargetInstrItineraries.h
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h
TargetLoweringObjectFile.h Fix several fixmes and clean up code by sinking *all* section 2009-08-06 16:39:58 +00:00
TargetMachine.h Delete an obsolete sentance from a comment. 2009-08-05 16:39:42 +00:00
TargetMachOWriterInfo.h
TargetOptions.h
TargetRegisterInfo.h
TargetRegistry.h
TargetSchedule.td
TargetSelect.h
TargetSelectionDAG.td
TargetSubtarget.h