r116231 - in /branches/boehms-gc: gcc/Makefile....

lauras@gcc.gnu.org lauras@gcc.gnu.org
Thu Aug 17 23:31:00 GMT 2006


Author: lauras
Date: Thu Aug 17 23:31:30 2006
New Revision: 116231

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116231
Log:
Convert GCC to typed GC allocation

Modified:
    branches/boehms-gc/gcc/Makefile.in
    branches/boehms-gc/gcc/alias.c
    branches/boehms-gc/gcc/bitmap.c
    branches/boehms-gc/gcc/c-common.h
    branches/boehms-gc/gcc/c-decl.c
    branches/boehms-gc/gcc/c-format.c
    branches/boehms-gc/gcc/c-parser.c
    branches/boehms-gc/gcc/c-pragma.c
    branches/boehms-gc/gcc/c-typeck.c
    branches/boehms-gc/gcc/cfg.c
    branches/boehms-gc/gcc/cfgrtl.c
    branches/boehms-gc/gcc/cgraph.c
    branches/boehms-gc/gcc/config/alpha/alpha.c
    branches/boehms-gc/gcc/config/arm/arm.c
    branches/boehms-gc/gcc/config/bfin/bfin.c
    branches/boehms-gc/gcc/config/cris/cris.c
    branches/boehms-gc/gcc/config/darwin.c
    branches/boehms-gc/gcc/config/frv/frv.c
    branches/boehms-gc/gcc/config/i386/i386.c
    branches/boehms-gc/gcc/config/i386/winnt.c
    branches/boehms-gc/gcc/config/ia64/ia64.c
    branches/boehms-gc/gcc/config/iq2000/iq2000.c
    branches/boehms-gc/gcc/config/m32c/m32c.c
    branches/boehms-gc/gcc/config/mips/mips.c
    branches/boehms-gc/gcc/config/mmix/mmix.c
    branches/boehms-gc/gcc/config/mt/mt.c
    branches/boehms-gc/gcc/config/pa/pa.c
    branches/boehms-gc/gcc/config/rs6000/rs6000.c
    branches/boehms-gc/gcc/config/s390/s390.c
    branches/boehms-gc/gcc/config/sparc/sparc.c
    branches/boehms-gc/gcc/config/xtensa/xtensa.c
    branches/boehms-gc/gcc/cp/class.c
    branches/boehms-gc/gcc/cp/cp-objcp-common.c
    branches/boehms-gc/gcc/cp/cp-tree.h
    branches/boehms-gc/gcc/cp/decl.c
    branches/boehms-gc/gcc/cp/lex.c
    branches/boehms-gc/gcc/cp/name-lookup.c
    branches/boehms-gc/gcc/cp/parser.c
    branches/boehms-gc/gcc/cp/typeck2.c
    branches/boehms-gc/gcc/dbxout.c
    branches/boehms-gc/gcc/dwarf2out.c
    branches/boehms-gc/gcc/emit-rtl.c
    branches/boehms-gc/gcc/except.c
    branches/boehms-gc/gcc/gengtype.c
    branches/boehms-gc/gcc/gengtype.h
    branches/boehms-gc/gcc/ggc-boehm.c
    branches/boehms-gc/gcc/ggc-common.c
    branches/boehms-gc/gcc/ggc-none.c
    branches/boehms-gc/gcc/ggc.h
    branches/boehms-gc/gcc/integrate.c
    branches/boehms-gc/gcc/lambda-code.c
    branches/boehms-gc/gcc/lambda-mat.c
    branches/boehms-gc/gcc/lambda-trans.c
    branches/boehms-gc/gcc/lambda.h
    branches/boehms-gc/gcc/local-alloc.c
    branches/boehms-gc/gcc/objc/objc-act.c
    branches/boehms-gc/gcc/objc/objc-act.h
    branches/boehms-gc/gcc/objcp/objcp-decl.h
    branches/boehms-gc/gcc/rtl.c
    branches/boehms-gc/gcc/rtl.h
    branches/boehms-gc/gcc/stringpool.c
    branches/boehms-gc/gcc/tree-cfg.c
    branches/boehms-gc/gcc/tree-dfa.c
    branches/boehms-gc/gcc/tree-eh.c
    branches/boehms-gc/gcc/tree-nested.c
    branches/boehms-gc/gcc/tree-phinodes.c
    branches/boehms-gc/gcc/tree-ssa-alias.c
    branches/boehms-gc/gcc/tree-ssa-operands.c
    branches/boehms-gc/gcc/tree.c
    branches/boehms-gc/gcc/treelang/lex.l
    branches/boehms-gc/gcc/treelang/parse.y
    branches/boehms-gc/gcc/treelang/tree1.c
    branches/boehms-gc/gcc/treelang/treelang.h
    branches/boehms-gc/gcc/varasm.c
    branches/boehms-gc/gcc/varray.c
    branches/boehms-gc/gcc/vec.c
    branches/boehms-gc/include/splay-tree.h
    branches/boehms-gc/libiberty/splay-tree.c



More information about the Gcc-cvs mailing list