Skip to content
  1. Oct 23, 2012
    • Kevin Enderby's avatar
      Add support for annotated disassembly output for X86 and arm. · 62183c4e
      Kevin Enderby authored
      Per the October 12, 2012 Proposal for annotated disassembly output sent out by
      Jim Grosbach this set of changes implements this for X86 and arm.  The llvm-mc
      tool now has a -mdis option to produced the marked up disassembly and a couple
      of small example test cases have been added.
      
      rdar://11764962
      
      llvm-svn: 166445
      62183c4e
    • Michael J. Spencer's avatar
      [Options] Add prefixes to options. · 929fccd4
      Michael J. Spencer authored
      Each option has a set of prefixes. When matching an argument such as
      -funroll-loops. First the leading - is removed as it is a prefix. Then
      a lower_bound search for "funroll-loops" is done against the option table by
      option name. From there each option prefix + option name combination is tested
      against the argument.
      
      This allows us to support Microsoft style options where both / and - are valid
      prefixes. It also simplifies the cases we already have where options come in
      both - and -- forms. Almost every option for gnu-ld happens to have this form.
      
      llvm-svn: 166444
      929fccd4
    • Enrico Granata's avatar
      Proper copyright notice · dbeb0f0e
      Enrico Granata authored
      llvm-svn: 166443
      dbeb0f0e
  2. Oct 22, 2012
  3. Oct 21, 2012
Loading