dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and to


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and tools (pnet) branch, master, updated. 9fb1b2fbfdba2a1c29ef3bb14daa94189f30d64f
Date: Sun, 14 Jun 2009 06:49:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".

The branch, master has been updated
       via  9fb1b2fbfdba2a1c29ef3bb14daa94189f30d64f (commit)
      from  6577b54cee38bd26751419a77ece6cd34b09d5bd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9fb1b2fbfdba2a1c29ef3bb14daa94189f30d64f
Author: Klaus Treichel <address@hidden>
Date:   Sun Jun 14 08:29:13 2009 +0200

    Use 32 bit values instead of long in image where possible
    
    - Change token counts in image from unsigned long to ILUInt32
    - Change image section sizes from unsigned long to ILUInt32
    - Make blob indexes using the type ILUInt32 everywhere
    - Change token and data compression to using 32 bit types instead of long.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |  196 ++++++++++++++++++++++++++++++++++++++++++++++
 codegen/cg_decls.tc      |    6 +-
 codegen/cg_genattr.c     |   38 ++++-----
 cscc/c/c_typeout.c       |    6 +-
 cscc/c/c_types.c         |   22 +++---
 cscc/csharp/cs_attrs.c   |    4 +-
 cscc/csharp/cs_lvalue.tc |    6 +-
 cscc/java/java_lvalue.tc |    8 +-
 csdoc/doc_valil.c        |    4 +-
 csdoc/il2doc.c           |    6 +-
 dumpasm/dump_attrs.c     |    6 +-
 dumpasm/dump_class.c     |    4 +-
 dumpasm/dump_const.c     |    4 +-
 dumpasm/dump_data.c      |    6 +-
 dumpasm/dump_global.c    |   12 ++--
 dumpasm/dump_method.c    |    4 +-
 dumpasm/dump_type.c      |   12 ++--
 dumpasm/dump_utils.c     |    4 +-
 engine/cvm_dasm.c        |    6 +-
 engine/lib_emit.c        |   24 +++---
 engine/lib_enum.c        |    4 +-
 engine/lib_reflect.c     |   25 +++---
 engine/lib_string.c      |    4 +-
 engine/method_cache.c    |    6 +-
 engine/verify_const.c    |    4 +-
 ilalink/link_attrs.c     |    8 +-
 ilalink/link_create.c    |    4 +-
 ilalink/link_field.c     |   17 ++--
 ilalink/link_image.c     |   13 ++--
 ilalink/link_library.c   |    6 +-
 ilalink/link_method.c    |    4 +-
 ilalink/link_module.c    |    6 +-
 ilasm/ilasm_grammar.y    |   14 ++--
 ilasm/ilasm_output.c     |    4 +-
 ildasm/ildasm_main.c     |   17 ++--
 ilsize/ilsize.c          |   33 ++++----
 ilsize/ilsize_est.c      |    4 +-
 image/assembly.c         |   12 ++--
 image/attr.c             |    9 +-
 image/compress.c         |   31 ++++----
 image/context.c          |    4 +-
 image/create.c           |   18 ++--
 image/debug_reader.c     |    2 +-
 image/debug_writer.c     |   14 ++--
 image/image.c            |   34 ++++----
 image/image.h            |   60 +++++++-------
 image/lib_attrs.c        |   38 ++++-----
 image/link.c             |    4 +-
 image/marshal.c          |    2 +-
 image/meta_build.c       |    4 +-
 image/meta_header.c      |   86 ++++++++++----------
 image/meta_index.c       |   54 +++++++------
 image/misc_token.c       |   22 +++---
 image/pecoff_loader.c    |    4 +-
 image/ser_parse.c        |   14 ++--
 image/ser_writer.c       |    6 +-
 image/sig_writer.c       |   18 ++--
 include/il_image.h       |   30 ++++----
 include/il_meta.h        |    8 +-
 include/il_program.h     |   26 +++---
 include/il_serialize.h   |    6 +-
 include/il_writer.h      |    8 +-
 resgen/resgen.c          |    6 +-
 63 files changed, 633 insertions(+), 438 deletions(-)


hooks/post-receive
--
DotGNU Portable.NET engine, compilers and tools (pnet)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]