summaryrefslogtreecommitdiff
path: root/.gitignore
blob: edac7258853eccd48290128bf58e0efcea971b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
*.o
*.la
*.lo
orc-*.tar.gz
orc.pc
orc-*.pc
orc-uninstalled.pc
orc-*-uninstalled.pc
Makefile
Makefile.in
config.h
config.h.in
config.log
config.status
config.sub
configure
config.guess
compile
aclocal.m4
depcomp
.*.swp
*~
.deps
.libs
install-sh
missing
stamp-h1
libtool
ltmain.sh
autom4te.cache

/doc/orc-decl-list.txt
/doc/orc-decl.txt
/doc/orc-undeclared.txt
/doc/orc-undocumented.txt
/doc/orc-unused.txt
/doc/orc.args
/doc/orc.hierarchy
/doc/orc.interfaces
/doc/orc.prerequisites
/doc/orc.signals
/doc/version.entities
/doc/*.stamp
/doc/html/
/doc/tmpl/
/doc/xml/

/examples/example1
/examples/example1orc.c
/examples/example1orc.h
/examples/example2
/examples/example2orc.c
/examples/example2orc.h
/examples/example3
/examples/example3orc.c
/examples/example3orc.h
/examples/mt19937ar
/examples/mt19937arorc.c
/examples/mt19937arorc.h
/examples/volscale


/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4

/orc/generate-emulation
/orc/generate-bytecode

/test-driver
/testsuite/abi
/testsuite/benchmorc/benchmorc
/testsuite/bytecode_parse
/testsuite/compile_opcodes_sys
/testsuite/compile_opcodes_sys_c
/testsuite/compile_opcodes_sys_c64x
/testsuite/compile_opcodes_sys_mips
/testsuite/compile_opcodes_sys_neon
/testsuite/compile_parse
/testsuite/compile_parse_c
/testsuite/compile_parse_neon
/testsuite/exec_opcodes_sys
/testsuite/exec_parse
/testsuite/generate_opcodes_sys
/testsuite/generate_xml_table
/testsuite/generate_xml_table2
/testsuite/memcpy_speed
/testsuite/perf_opcodes_sys
/testsuite/perf_parse
/testsuite/perf_opcodes_sys_compare
/testsuite/perf_parse_compare
/testsuite/show_parse
/testsuite/test-limits
/testsuite/test-schro
/testsuite/test_accsadubl
/testsuite/test_parse
/testsuite/*.trs
/testsuite/*.log
/testsuite/orcc/orc_test.c
/testsuite/orcc/testorc.c
/testsuite/orcc/testorc.h
/testsuite/orcc/orc_test
/testsuite/orcc/test2
/testsuite/orcc/test3
/testsuite/orcc/*.trs
/testsuite/orcc/*.log

/tools/orcc
/tools/orc-bugreport