Skip to content
  1. Aug 21, 2008
  2. Aug 20, 2008
  3. Aug 19, 2008
  4. Aug 18, 2008
  5. Aug 17, 2008
  6. Aug 16, 2008
  7. Aug 14, 2008
    • Nuno Lopes's avatar
      make sure the size of constant arrays is respected · cb46c144
      Nuno Lopes authored
      llvm-svn: 54769
      cb46c144
    • Daniel Dunbar's avatar
      Add GetAddrOfConstantCString method · c4baa06d
      Daniel Dunbar authored
       - Returns addr of constant for argument + '\0'.
       - I couldn't think of a better name.
       - Move appropriate users of GetAddrOfConstantString to this.
      
      Rename getStringForStringLiteral to GetStringForStringLiteral.
      
      Add GetAddrOfConstantStringFromLiteral
       - This combines GetAddrOfConstantString and
         GetStringForStringLiteral. This method can be, but is not yet, more
         efficient.
      
      Change GetAddrOfConstantString to not add terminating '\0'
       - <rdar://problem/6140956>
      
      llvm-svn: 54768
      c4baa06d
  8. Aug 13, 2008
  9. Aug 11, 2008
  10. Aug 10, 2008
  11. Aug 09, 2008
  12. Aug 08, 2008
    • Steve Naroff's avatar
      Fix issues with C "tentative" definitions. · 5bb8f226
      Steve Naroff authored
      - Move checking from MergeVarDecl->FinializeDeclaratorGroup. Since MergeVarDecl is called before the initializer is attacted, it can't be done there (this removes a long standing FIXME).
      - Add Sema::isTentativeDefinition() and Sema::CheckForFileScopedRedefinitions().
      - Remove FIXME's and touch-up test case.
      
      Still some more work to do (forthcoming)...
      
      llvm-svn: 54533
      5bb8f226
  13. Aug 07, 2008
  14. Aug 06, 2008
    • Daniel Dunbar's avatar
      Replace old bitfield test. · 8d816835
      Daniel Dunbar authored
       - Change hardcoded assembly instructions to a use of 'opt' (still
         waiting for someone to yell at me for this).
      
       - Add some cases to cover behavior fixed by previous commit.
      
      llvm-svn: 54413
      8d816835
Loading