Skip to content
  1. Apr 02, 2007
  2. Mar 29, 2007
  3. Mar 28, 2007
  4. Mar 27, 2007
    • Reid Spencer's avatar
      For PR1277: · f3200ef9
      Reid Spencer authored
      Implement error handling for bytecode parsing.
      
      Patch by Scott Michel.
      
      llvm-svn: 35364
      f3200ef9
  5. Mar 22, 2007
  6. Mar 21, 2007
    • Reid Spencer's avatar
      Regenerate. · 2f8fa50b
      Reid Spencer authored
      llvm-svn: 35237
      2f8fa50b
    • Reid Spencer's avatar
      For PR1243: · 20337a5e
      Reid Spencer authored
      Okay, really fix it this time. Make sure the CurFun.Linkage is set early
      and consolidate some duplicate code.
      
      llvm-svn: 35236
      20337a5e
    • Reid Spencer's avatar
      Regenerate. · 77e0bba3
      Reid Spencer authored
      llvm-svn: 35235
      77e0bba3
    • Reid Spencer's avatar
      For PR1256: · 6ae04faf
      Reid Spencer authored
      Make Signedness information pervasive throughout all types and values.
      There is no easy way to get around this. Because the GEP instruction can
      index through an arbitrarily complex value structure, it is necessary to
      keep track of signedness information throughout that structure. This change
      makes Signedness a full class, capable of representing Signedness in
      arbitrarily shaped types. The class is then used throughout llvm-upgrade to
      track signedness and differentiate between globals, locals, and functions
      based on their signedness.
      
      For PR1243:
      This patch also removes bogus warnings about renaming internal globals. It
      now only emits such warnings when renaming non-internal globals because
      they may affect linkage.
      
      llvm-svn: 35234
      6ae04faf
  7. Mar 15, 2007
  8. Mar 14, 2007
  9. Mar 07, 2007
  10. Mar 06, 2007
  11. Mar 05, 2007
  12. Mar 03, 2007
    • Reid Spencer's avatar
      1. Handle errors around the ModuleProvider. This is necessary since it is · e586f2e7
      Reid Spencer authored
         reading bytecode.
      2. The interpreter can delete the ModuleProvider and replace it with
         another so don't depend on it being around after the EE is created.
      3. Don't just run llvm_shutdown on exit but actually delete the EE as well.
         This cleans up a vast amount of memory (but not all) that EE retained
         through exit.
      
      llvm-svn: 34888
      e586f2e7
  13. Mar 01, 2007
  14. Feb 19, 2007
  15. Feb 16, 2007
  16. Feb 15, 2007
    • Reid Spencer's avatar
      For PR1195: · 09575bac
      Reid Spencer authored
      Change use of "packed" term to "vector" in comments, strings, variable
      names, etc.
      
      llvm-svn: 34300
      09575bac
    • Reid Spencer's avatar
      For PR1195: · d84d35ba
      Reid Spencer authored
      Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and
      PackedTyID -> VectorTyID. No functional changes.
      
      llvm-svn: 34293
      d84d35ba
  17. Feb 13, 2007
  18. Feb 12, 2007
  19. Feb 11, 2007
  20. Feb 10, 2007
  21. Feb 09, 2007
Loading