[Gccpy-devel] [redbrain/gccpy] 11348c: GCCPY:
Python Front-end to GCC
Brought to you by:
redbrain812
From: GitHub <no...@gi...> - 2013-10-11 19:39:12
|
Branch: refs/heads/master Home: https://github.com/redbrain/gccpy Commit: 11348c1c9ec09e9c85ad8b96b81e2aa05ad4e004 https://github.com/redbrain/gccpy/commit/11348c1c9ec09e9c85ad8b96b81e2aa05ad4e004 Author: Philip Herron <red...@gc...> Date: 2013-10-11 (Fri, 11 Oct 2013) Changed paths: M gcc/python/dot-hashtab.cc M gcc/python/dot-hashtab.h M gcc/python/dot-pass-const_fold.cc M gcc/python/dot-pass-gen-types.cc M gcc/python/dot-tree.h M libgpython/Makefile.in R libgpython/README A libgpython/README.org M libgpython/autom4te.cache/output.0 M libgpython/autom4te.cache/output.1 M libgpython/autom4te.cache/output.2 M libgpython/autom4te.cache/requests M libgpython/autom4te.cache/traces.0 M libgpython/autom4te.cache/traces.1 M libgpython/autom4te.cache/traces.2 M libgpython/configure M libgpython/include/gpython/gpython.h A libgpython/include/gpython/lang-calls.h M libgpython/include/gpython/objects.h M libgpython/include/gpython/runtime.h M libgpython/include/gpython/vectors.h A libgpython/pystdlib/hello.py M libgpython/runtime/gpy-builtin-sys.c M libgpython/runtime/gpy-module-stack.c M libgpython/runtime/gpy-object-class.c M libgpython/runtime/gpy-object-classmethod.c Log Message: ----------- GCCPY: * NEW fast and efficient Constant Folder for python * Cleanups of the passes and runtime code |