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]

r269707 - in /branches/ssa-range/gcc: Makefile....


Author: amacleod
Date: Fri Mar 15 13:25:12 2019
New Revision: 269707

URL: https://gcc.gnu.org/viewcvs?rev=269707&root=gcc&view=rev
Log:
add gimple oriented range-ops class, 
put grange into its own files, 
get the oerators to auto-register themselves with a table.

Added:
    branches/ssa-range/gcc/grange.cc
    branches/ssa-range/gcc/grange.h
Modified:
    branches/ssa-range/gcc/Makefile.in
    branches/ssa-range/gcc/range-op.c
    branches/ssa-range/gcc/range-op.h
    branches/ssa-range/gcc/ssa-range.h
    branches/ssa-range/gcc/tree-vrp.c


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