Skip to content
  1. Sep 03, 2009
  2. Sep 02, 2009
  3. Aug 31, 2009
  4. Aug 25, 2009
  5. Aug 22, 2009
  6. Aug 20, 2009
  7. Aug 19, 2009
  8. Aug 18, 2009
  9. Aug 17, 2009
  10. Aug 16, 2009
  11. Aug 14, 2009
  12. Aug 13, 2009
  13. Aug 12, 2009
  14. Aug 11, 2009
  15. Aug 10, 2009
    • Chris Lattner's avatar
      split MachO section handling stuff out to its out .h/.cpp file. · 6c20391d
      Chris Lattner authored
      llvm-svn: 78576
      6c20391d
    • Chris Lattner's avatar
      Make the big switch: Change MCSectionMachO to represent a section *semantically* · cb307a27
      Chris Lattner authored
      instead of syntactically as a string.  This means that it keeps track of the 
      segment, section, flags, etc directly and asmprints them in the right format.
      This also includes parsing and validation support for llvm-mc and 
      "attribute(section)", so we should now start getting errors about invalid 
      section attributes from the compiler instead of the assembler on darwin.
      
      Still todo: 
      1) Uniquing of darwin mcsections
      2) Move all the Darwin stuff out to MCSectionMachO.[cpp|h]
      3) there are a few FIXMEs, for example what is the syntax to get the
         S_GB_ZEROFILL segment type?
      
      llvm-svn: 78547
      cb307a27
  16. Aug 08, 2009
  17. Aug 05, 2009
  18. Aug 04, 2009
Loading