Skip to content
  1. Dec 07, 2012
  2. Dec 06, 2012
  3. Dec 05, 2012
  4. Dec 04, 2012
    • Jason Molenda's avatar
      Fix comment in ABIMacOSX_i386::RegisterIsCalleeSaved to say that · 011aea45
      Jason Molenda authored
      these are the *non-volatile* registers on Darwin/i386, not the
      volatile registers.
      Recognize the sp, pc, fp generic reg names as well.
      
      llvm-svn: 169316
      011aea45
    • Sean Callanan's avatar
      In the data formatters, if we know the result · c7cb3145
      Sean Callanan authored
      type of an Objective-C selector, don't bother
      making the expression parser resolve it all over
      again.  Just send the message straight to the
      object pointer as if it were an id, and cast the
      result.
      
      <rdar://problem/12799087>
      
      llvm-svn: 169300
      c7cb3145
    • Sean Callanan's avatar
      Cache the names for Objective-C classes if we know · 2f505a1c
      Sean Callanan authored
      them while making our initial run through the
      Objective-C runtime's class tables.
      
      <rdar://problem/12799087>
      
      llvm-svn: 169299
      2f505a1c
    • Greg Clayton's avatar
      <rdar://problem/12750060> · e14e1925
      Greg Clayton authored
      Add the ability to get a symbol or symbols by name and type from a SBModule, and also the ability to get all symbols by name and type from SBTarget objects.
      
      llvm-svn: 169205
      e14e1925
    • Greg Clayton's avatar
      <rdar://problem/12798131> · 3bcdfc0e
      Greg Clayton authored
      Cleaned up the option parsing code to always pass around the short options as integers. Previously we cast this down to "char" and lost some information. I recently added an assert that would detect duplicate short character options which was firing during the test suite.
      
      This fix does the following:
      - make sure all short options are treated as "int"
      - make sure that short options can be non-printable values when a short option is not required or when an option group is mixed into many commands and a short option is not desired
      - fix the help printing to "do the right thing" in all cases. Previously if there were duplicate short character options, it would just not emit help for the duplicates
      - fix option parsing when there are duplicates to parse options correctly. Previously the option parsing, when done for an OptionGroup, would just start parsing options incorrectly by omitting table entries and it would end up setting the wrong option value
      
      llvm-svn: 169189
      3bcdfc0e
    • Daniel Malea's avatar
      A few more build fixes for gcc 4.6: · 48947c7b
      Daniel Malea authored
      - use const char* instead of char* as needed in ObjC language runtime plugin
      - use int to iterate through enum (operator++ on enum not defined)
      - use initializer list instead of inline initialization of const field
      
      llvm-svn: 169185
      48947c7b
  5. Dec 03, 2012
  6. Dec 01, 2012
  7. Nov 30, 2012
Loading