This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r156015 - in /branches/st/cli-be: ChangeLog gcc...


Author: tlafage
Date: Mon Jan 18 17:16:32 2010
New Revision: 156015

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156015
Log:
	* gcc/config/cil32/source-location.h: new file defining utilities
		  for source location information within CIL statements.
	* gcc/config/cil32/missing-protos.c (replace_args): add source
		  location information in CIL statements.
	* gcc/config/cil32/gimple-to-cil.c: add source location information
		  in CIL statements.
	* gcc/config/cil32/remove-temps.c: add source location information
		  in CIL statements.
	* gcc/config/cil32/emit-cil.c: add source location information in
		  CIL statements.
	* gcc/config/cil32/cil-refs.h: add source location information in
		  CIL statements.


Added:
    branches/st/cli-be/gcc/config/cil32/source-location.h   (with props)
Modified:
    branches/st/cli-be/ChangeLog
    branches/st/cli-be/gcc/config/cil32/cil-refs.h
    branches/st/cli-be/gcc/config/cil32/emit-cil.c
    branches/st/cli-be/gcc/config/cil32/gimple-to-cil.c
    branches/st/cli-be/gcc/config/cil32/missing-protos.c
    branches/st/cli-be/gcc/config/cil32/remove-temps.c

Propchange: branches/st/cli-be/gcc/config/cil32/source-location.h
            ('svn:mime-type' added)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]