comparison .hgignore @ 2674:6ab73784566a

* BlockBegin.predecessors changed to List<BlockEnd> * Node: add input/successor with given back edge index, allows for explicit ordering of predecessors/usages * Graphviz: PDF output, option to omit FrameStates * runscimark.sh: forward additional options to JVM
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 13 May 2011 15:18:41 +0200
parents d7c0775d7e72
children 5410e7a2873b
comparison
equal deleted inserted replaced
2673:98447ab8bd83 2674:6ab73784566a
14 ^doc/doxygen/.*$ 14 ^doc/doxygen/.*$
15 \.orig$ 15 \.orig$
16 output\.txt$ 16 output\.txt$
17 output\.cfg$ 17 output\.cfg$
18 /nbproject/private/ 18 /nbproject/private/
19 ^graal/hotspot/java$
19 ^scratch/ 20 ^scratch/
20 ^src/share/tools/hsdis/build/ 21 ^src/share/tools/hsdis/build/
21 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/ 22 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
22 ^src/share/tools/IdealGraphVisualizer/build/ 23 ^src/share/tools/IdealGraphVisualizer/build/
23 ^src/share/tools/IdealGraphVisualizer/dist/ 24 ^src/share/tools/IdealGraphVisualizer/dist/