Skip to content
  1. Aug 09, 2009
    • Chris Lattner's avatar
      1. Make MCSection an abstract class. · 1cb9396f
      Chris Lattner authored
      2. Move section switch printing to MCSection virtual method which takes a
         TAI.  This eliminates textual formatting stuff from TLOF.
      3. Eliminate SwitchToSectionDirective, getSectionFlagsAsString, and 
         TLOFELF::AtIsCommentChar.
      
      llvm-svn: 78510
      1cb9396f
  2. Aug 08, 2009
  3. Aug 06, 2009
    • Chris Lattner's avatar
      Fix several fixmes and clean up code by sinking *all* section · 1ff90134
      Chris Lattner authored
      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! :)
      
      llvm-svn: 78319
      1ff90134
  4. Aug 05, 2009
  5. Aug 04, 2009
  6. Aug 03, 2009
  7. Aug 02, 2009
  8. Aug 01, 2009
  9. Jul 31, 2009
  10. Jul 29, 2009
  11. Jul 28, 2009
Loading