annotate .hgignore @ 18843:5e80dd2f1783

Extend emitMul, emitAdd and emitSub in ArithmeticLIRGenerator for explicitly requesting to set the flags register. (In AMD64 flags are set implicitly, but on SPARC it is not)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 12 Jan 2015 19:34:31 +0100
parents 8153d8cf264c
children 11f68b116a07
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3719
5140bf905747 Removed mx/env from revision control.
Doug Simon <doug.simon@oracle.com>
parents: 3703
diff changeset
1 ^mx/env
5194
a6eceb5efb0e added --ecl option to mx for saving VM execution(s) as Eclipse launch configurations
Doug Simon <doug.simon@oracle.com>
parents: 5174
diff changeset
2 ^mx/checkstyle-timestamps
13484
079222c56786 added [netbeans|eclipse]-config*.zip to .hgignore
Doug Simon <doug.simon@oracle.com>
parents: 12641
diff changeset
3 ^mx/eclipse-config.zip
079222c56786 added [netbeans|eclipse]-config*.zip to .hgignore
Doug Simon <doug.simon@oracle.com>
parents: 12641
diff changeset
4 ^mx/eclipse-config-libs.zip
079222c56786 added [netbeans|eclipse]-config*.zip to .hgignore
Doug Simon <doug.simon@oracle.com>
parents: 12641
diff changeset
5 ^mx/netbeans-config.zip
079222c56786 added [netbeans|eclipse]-config*.zip to .hgignore
Doug Simon <doug.simon@oracle.com>
parents: 12641
diff changeset
6 ^mx/netbeans-config-libs.zip
5194
a6eceb5efb0e added --ecl option to mx for saving VM execution(s) as Eclipse launch configurations
Doug Simon <doug.simon@oracle.com>
parents: 5174
diff changeset
7 ^mx/eclipse-launches
15178
0c53453c4d5e mx: improved jmh command to (a) look for JMH benchmarks in ../java-benchmarks, (b) omit building benchmarks if they are up to date and (c) offer better message with 'mx help jmh'
Doug Simon <doug.simon@oracle.com>
parents: 14967
diff changeset
8 ^mx/jmh
12641
851aa5341214 moved persistent annotation processor dependency files into mx/currentAnnotationProcessors directory
Doug Simon <doug.simon@oracle.com>
parents: 12633
diff changeset
9 ^mx/currentAnnotationProcessors
5088
74a0bbd671ba Added mx/ecj.jar to .hgignore
Doug Simon <doug.simon@oracle.com>
parents: 4683
diff changeset
10 ^mx/ecj.jar
3719
5140bf905747 Removed mx/env from revision control.
Doug Simon <doug.simon@oracle.com>
parents: 3703
diff changeset
11 ^mx/includes
91
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents: 0
diff changeset
12 ^build/
9095
d538dce8f403 support for non-GRAAL VMs co-existing with GRAAL VMs
Doug Simon <doug.simon@oracle.com>
parents: 8648
diff changeset
13 ^build-nograal/
0
a61af66fc99e Initial load
duke
parents:
diff changeset
14 ^dist/
1405
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents: 1055
diff changeset
15 ^java/
3736
d3ec27ea1b20 Work with GRAAL environment variable instead of MAXINE environment variable.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 3732
diff changeset
16 ^lib/
7915
2fc832fbff8d Add jdk1.8.0* to .hgignore
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 7555
diff changeset
17 ^jdk1.(7|8).0
2214
30fd69882184 More build system adjustments.
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents: 2184
diff changeset
18 ^java64/
1405
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents: 1055
diff changeset
19 ^work/
4144
34527a24bcf8 Adopted mxtool changes.
Doug Simon <doug.simon@oracle.com>
parents: 4137
diff changeset
20 \.checkstyle$
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 3731
diff changeset
21 \.classpath
7291
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 6480
diff changeset
22 \.factorypath
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 6480
diff changeset
23 \.externalToolBuilders
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 3731
diff changeset
24 \.project
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 3731
diff changeset
25 \.settings/
2517
8c6e31c62fba added initial version of design docs, fixed .hgignore (regex, . -> \.)
Lukas Stadler <lukas.stadler@jku.at>
parents: 2214
diff changeset
26 \.metadata/
1405
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents: 1055
diff changeset
27 ~$
6480
3da20c99bc10 added .gdb_history to .hgignore
Doug Simon <doug.simon@oracle.com>
parents: 6348
diff changeset
28 .gdb_history
3234
28e260179e6f Updated hgignore
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 3218
diff changeset
29 \.csv$
7555
9c6602e65423 Updated .hgignore file to also ignore IntelliJ project files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7291
diff changeset
30 \.iml$
2517
8c6e31c62fba added initial version of design docs, fixed .hgignore (regex, . -> \.)
Lukas Stadler <lukas.stadler@jku.at>
parents: 2214
diff changeset
31 \.swp$
18726
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 16677
diff changeset
32 \.swn$
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 16677
diff changeset
33 \.swo$
2517
8c6e31c62fba added initial version of design docs, fixed .hgignore (regex, . -> \.)
Lukas Stadler <lukas.stadler@jku.at>
parents: 2214
diff changeset
34 \.class$
8c6e31c62fba added initial version of design docs, fixed .hgignore (regex, . -> \.)
Lukas Stadler <lukas.stadler@jku.at>
parents: 2214
diff changeset
35 \.log$
8c6e31c62fba added initial version of design docs, fixed .hgignore (regex, . -> \.)
Lukas Stadler <lukas.stadler@jku.at>
parents: 2214
diff changeset
36 \.bak$
8c6e31c62fba added initial version of design docs, fixed .hgignore (regex, . -> \.)
Lukas Stadler <lukas.stadler@jku.at>
parents: 2214
diff changeset
37 \.aux$
2893
5410e7a2873b Update hgignore to get a clean "hg st".
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2674
diff changeset
38 \.pdf$
5410e7a2873b Update hgignore to get a clean "hg st".
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2674
diff changeset
39 \.dot$
3731
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 3724
diff changeset
40 \.pyc$
4683
72029d4b16ca add hprofs to .hgignore
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4520
diff changeset
41 \.hprof$
8648
45f929dff6c3 .hgignore: temporary file generated by mx
Bernhard Urban <bernhard.urban@jku.at>
parents: 8561
diff changeset
42 \javafilelist.txt$
4683
72029d4b16ca add hprofs to .hgignore
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4520
diff changeset
43 \.hprof\.txt$
4516
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4512
diff changeset
44 ^graal/.*/build.xml
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4512
diff changeset
45 ^graal/.*/nbproject/
4269
ffd5ce8fc736 Moved IDE project configuration into mx.py.
Doug Simon <doug.simon@oracle.com>
parents: 4172
diff changeset
46 dist
2517
8c6e31c62fba added initial version of design docs, fixed .hgignore (regex, . -> \.)
Lukas Stadler <lukas.stadler@jku.at>
parents: 2214
diff changeset
47 ^doc/.*/dot_temp_
2627
6d843cdd0bed added doxygen script and config file
Lukas Stadler <lukas.stadler@jku.at>
parents: 2517
diff changeset
48 ^doc/doxygen/.*$
2517
8c6e31c62fba added initial version of design docs, fixed .hgignore (regex, . -> \.)
Lukas Stadler <lukas.stadler@jku.at>
parents: 2214
diff changeset
49 \.orig$
8c6e31c62fba added initial version of design docs, fixed .hgignore (regex, . -> \.)
Lukas Stadler <lukas.stadler@jku.at>
parents: 2214
diff changeset
50 output\.txt$
8c6e31c62fba added initial version of design docs, fixed .hgignore (regex, . -> \.)
Lukas Stadler <lukas.stadler@jku.at>
parents: 2214
diff changeset
51 output\.cfg$
4172
9c060d6f5f11 hgignore all .cfg files
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4164
diff changeset
52 \.cfg
1055
e703499b4b51 6909462: Fix nbproject/private references in .hgignore
ohair
parents: 720
diff changeset
53 /nbproject/private/
2674
6ab73784566a * BlockBegin.predecessors changed to List<BlockEnd>
Lukas Stadler <lukas.stadler@jku.at>
parents: 2663
diff changeset
54 ^graal/hotspot/java$
2052
04605cd35b9e Changed .hgignore.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents: 1449
diff changeset
55 ^scratch/
4480
7d6490436b57 Add Scala DaCapo benchs
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4269
diff changeset
56 ^test-output/
3234
28e260179e6f Updated hgignore
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 3218
diff changeset
57 scratch/
3498
1384a953d503 Updated hgignore
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 3491
diff changeset
58 bin/
7291
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 6480
diff changeset
59 src_gen/
2893
5410e7a2873b Update hgignore to get a clean "hg st".
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2674
diff changeset
60 ^local/
720
67a2f5ba5582 6684007: PrintAssembly plugin not available for linux or windows
never
parents: 222
diff changeset
61 ^src/share/tools/hsdis/build/
222
2a1a77d3458f 6718676: putback for 6604014 is incomplete
never
parents: 110
diff changeset
62 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
2a1a77d3458f 6718676: putback for 6604014 is incomplete
never
parents: 110
diff changeset
63 ^src/share/tools/IdealGraphVisualizer/build/
2a1a77d3458f 6718676: putback for 6604014 is incomplete
never
parents: 110
diff changeset
64 ^src/share/tools/IdealGraphVisualizer/dist/
4512
015fb895586b Moved visualizer to new directory.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4480
diff changeset
65 ^visualizer/[a-zA-Z0-9]*/build/
015fb895586b Moved visualizer to new directory.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4480
diff changeset
66 ^visualizer/build/
015fb895586b Moved visualizer to new directory.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4480
diff changeset
67 ^visualizer/dist/
4520
1f799a5f9343 Make ant build/run for visualizer work. Updated hgignore to include nbplatform directory.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4519
diff changeset
68 ^visualizer/nbplatform/
5089
206e68bb66c6 Made the IdealGraphVisualizer runnable from mx with new 'igv' command.
Doug Simon <doug.simon@oracle.com>
parents: 5088
diff changeset
69 ^src/share/tools/IdealGraphVisualizer/nbplatform/
3264
4ca65400aa33 6631003: Add hg tip changeset to build image
ohair
parents: 1055
diff changeset
70 ^.hgtip
4006
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents: 3264
diff changeset
71 .DS_Store
5174
9afe7747f988 added 'javadoc/' to .hgignore
Doug Simon <doug.simon@oracle.com>
parents: 5089
diff changeset
72 javadoc/
7555
9c6602e65423 Updated .hgignore file to also ignore IntelliJ project files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7291
diff changeset
73 .idea/
8342
90e51c504f37 .hgignore: ignore tag files generated by ctags and cscope
Bernhard Urban <bernhard.urban@jku.at>
parents: 8320
diff changeset
74 ^cscope.out
90e51c504f37 .hgignore: ignore tag files generated by ctags and cscope
Bernhard Urban <bernhard.urban@jku.at>
parents: 8320
diff changeset
75 ^tags
5820
547587296886 Make ReadEliminationPhase support phis (eliminates read when the last access is a memeory phi of writes, recursively)
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 5194
diff changeset
76 syntax: glob
547587296886 Make ReadEliminationPhase support phis (eliminates read when the last access is a memeory phi of writes, recursively)
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 5194
diff changeset
77 *.bgv
6348
5ab256b1ec60 Ignore core files
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 5820
diff changeset
78 core.*
7291
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 6480
diff changeset
79 *.jar
8561
147db03bb0a5 Ignore temporary *.jar.* files.
Roland Schatz <roland.schatz@oracle.com>
parents: 8342
diff changeset
80 *.jar.*
16677
e342886ed437 ignore all zip files
Doug Simon <doug.simon@oracle.com>
parents: 16395
diff changeset
81 *.zip
e342886ed437 ignore all zip files
Doug Simon <doug.simon@oracle.com>
parents: 16395
diff changeset
82 *.zip.*
7291
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 6480
diff changeset
83 eclipse-build.xml
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 6480
diff changeset
84 rebuild-launch.out
9867
59181bf27144 .hgignore: add files generated by coverage
Bernhard Urban <bernhard.urban@jku.at>
parents: 9095
diff changeset
85 coverage
59181bf27144 .hgignore: add files generated by coverage
Bernhard Urban <bernhard.urban@jku.at>
parents: 9095
diff changeset
86 jacoco.exec
10068
529570e20aff Ignore workingsets.xml
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 9867
diff changeset
87 workingsets.xml
11351
f75491043d40 .hgignore: buildbot client config dir
Bernhard Urban <bernhard.urban@jku.at>
parents: 10068
diff changeset
88 .buildbot/
11421
966d4517bf58 Ignore graal.options file
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11351
diff changeset
89 graal.options
11957
ee3b959c81b8 Ignore agent build files
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11659
diff changeset
90 agent/build/*
ee3b959c81b8 Ignore agent build files
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11659
diff changeset
91 agent/make/filelist
ee3b959c81b8 Ignore agent build files
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11659
diff changeset
92 agent/make/sa17.tar.gz
15402
5dcf0ae606f3 mx: new export command
Bernhard Urban <bernhard.urban@jku.at>
parents: 15178
diff changeset
93 export.json
16244
5a3d6bb7a48f Add .recommenders (Eclipse recommanders) and test.[0-9]+.er (Solaris Studio analyzser) to .hgignore
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15402
diff changeset
94 .recommenders
5a3d6bb7a48f Add .recommenders (Eclipse recommanders) and test.[0-9]+.er (Solaris Studio analyzser) to .hgignore
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15402
diff changeset
95 syntax: regexp
5a3d6bb7a48f Add .recommenders (Eclipse recommanders) and test.[0-9]+.er (Solaris Studio analyzser) to .hgignore
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15402
diff changeset
96 test\.[0-9]+\.er