Initial commit to Gerrit 1.0 1.0_branch tizen/20120530.1
authorYang Lin <lin.a.yang@intel.com>
Wed, 30 May 2012 10:43:16 +0000 (18:43 +0800)
committerYang Lin <lin.a.yang@intel.com>
Wed, 30 May 2012 10:43:16 +0000 (18:43 +0800)
commitb9f5a0d2bf480ea96e8cf78470151f45e7031a32
treeb8dcb9fd2ad71c1422a7248d2e6af15e11bf72f5
Initial commit to Gerrit
211 files changed:
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
compile [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
depcomp [new file with mode: 0755]
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/building.xml [new file with mode: 0644]
doc/concepts.xml [new file with mode: 0644]
doc/html/ch01.html [new file with mode: 0644]
doc/html/ch02.html [new file with mode: 0644]
doc/html/ch03.html [new file with mode: 0644]
doc/html/ch04.html [new file with mode: 0644]
doc/html/ch05.html [new file with mode: 0644]
doc/html/home.png [new file with mode: 0644]
doc/html/index.html [new file with mode: 0644]
doc/html/index.sgml [new file with mode: 0644]
doc/html/left.png [new file with mode: 0644]
doc/html/orc-ARM.html [new file with mode: 0644]
doc/html/orc-MMX.html [new file with mode: 0644]
doc/html/orc-Orc.html [new file with mode: 0644]
doc/html/orc-OrcCompiler.html [new file with mode: 0644]
doc/html/orc-OrcDebug.html [new file with mode: 0644]
doc/html/orc-OrcExecutor.html [new file with mode: 0644]
doc/html/orc-OrcOpcode.html [new file with mode: 0644]
doc/html/orc-OrcProgram.html [new file with mode: 0644]
doc/html/orc-OrcRule.html [new file with mode: 0644]
doc/html/orc-PowerPC.html [new file with mode: 0644]
doc/html/orc-SSE.html [new file with mode: 0644]
doc/html/orc-Utility-functions.html [new file with mode: 0644]
doc/html/orc-building.html [new file with mode: 0644]
doc/html/orc-concepts.html [new file with mode: 0644]
doc/html/orc-misc.html [new file with mode: 0644]
doc/html/orc-opcodes.html [new file with mode: 0644]
doc/html/orc-tutorial.html [new file with mode: 0644]
doc/html/orc-x86.html [new file with mode: 0644]
doc/html/orc.devhelp [new file with mode: 0644]
doc/html/orc.devhelp2 [new file with mode: 0644]
doc/html/right.png [new file with mode: 0644]
doc/html/style.css [new file with mode: 0644]
doc/html/up.png [new file with mode: 0644]
doc/opcode_table.xml [new file with mode: 0644]
doc/opcodes.xml [new file with mode: 0644]
doc/orc-docs.sgml [new file with mode: 0644]
doc/orc-overrides.txt [new file with mode: 0644]
doc/orc-sections.txt [new file with mode: 0644]
doc/orc.types [new file with mode: 0644]
doc/table.xml [new file with mode: 0644]
doc/tmpl/misc.sgml [new file with mode: 0644]
doc/tmpl/mmx.sgml [new file with mode: 0644]
doc/tmpl/orc-unused.sgml [new file with mode: 0644]
doc/tmpl/orc.sgml [new file with mode: 0644]
doc/tmpl/orcarm.sgml [new file with mode: 0644]
doc/tmpl/orccompiler.sgml [new file with mode: 0644]
doc/tmpl/orcdebug.sgml [new file with mode: 0644]
doc/tmpl/orcexecutor.sgml [new file with mode: 0644]
doc/tmpl/orcmmx.sgml [new file with mode: 0644]
doc/tmpl/orcopcode.sgml [new file with mode: 0644]
doc/tmpl/orcpowerpc.sgml [new file with mode: 0644]
doc/tmpl/orcprogram.sgml [new file with mode: 0644]
doc/tmpl/orcrule.sgml [new file with mode: 0644]
doc/tmpl/orcsse.sgml [new file with mode: 0644]
doc/tmpl/orcutils.sgml [new file with mode: 0644]
doc/tmpl/orcx86.sgml [new file with mode: 0644]
doc/tmpl/sse.sgml [new file with mode: 0644]
doc/tmpl/x86.sgml [new file with mode: 0644]
doc/tutorial.xml [new file with mode: 0644]
doc/version.entities.in [new file with mode: 0644]
examples/Makefile.am [new file with mode: 0644]
examples/Makefile.in [new file with mode: 0644]
examples/example1.c [new file with mode: 0644]
examples/example1orc.orc [new file with mode: 0644]
examples/example2.c [new file with mode: 0644]
examples/example2orc.orc [new file with mode: 0644]
examples/example3.c [new file with mode: 0644]
examples/example3orc.orc [new file with mode: 0644]
examples/mt19937ar.c [new file with mode: 0644]
examples/mt19937arorc.orc [new file with mode: 0644]
examples/volscale.c [new file with mode: 0644]
gtk-doc.make [new file with mode: 0644]
install-sh [new file with mode: 0755]
ltmain.sh [new file with mode: 0755]
m4/ac_libtool_tags.m4 [new file with mode: 0644]
m4/as-compiler-flag.m4 [new file with mode: 0644]
m4/as-host-defines.m4 [new file with mode: 0644]
m4/as-nano.m4 [new file with mode: 0644]
m4/ax_create_stdint_h.m4 [new file with mode: 0644]
m4/gtk-doc.m4 [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
m4/pkg.m4 [new file with mode: 0644]
missing [new file with mode: 0755]
orc-test/Makefile.am [new file with mode: 0644]
orc-test/Makefile.in [new file with mode: 0644]
orc-test/orcarray.c [new file with mode: 0644]
orc-test/orcarray.h [new file with mode: 0644]
orc-test/orcprofile.c [new file with mode: 0644]
orc-test/orcprofile.h [new file with mode: 0644]
orc-test/orcrandom.c [new file with mode: 0644]
orc-test/orcrandom.h [new file with mode: 0644]
orc-test/orctest.c [new file with mode: 0644]
orc-test/orctest.h [new file with mode: 0644]
orc-uninstalled.pc.in [new file with mode: 0644]
orc.pc.in [new file with mode: 0644]
orc/Makefile.am [new file with mode: 0644]
orc/Makefile.in [new file with mode: 0644]
orc/generate-emulation.c [new file with mode: 0644]
orc/opcodes.h [new file with mode: 0644]
orc/orc.c [new file with mode: 0644]
orc/orc.h [new file with mode: 0644]
orc/orcarm.c [new file with mode: 0644]
orc/orcarm.h [new file with mode: 0644]
orc/orccode.c [new file with mode: 0644]
orc/orccodemem.c [new file with mode: 0644]
orc/orccompiler.c [new file with mode: 0644]
orc/orccpu-arm.c [new file with mode: 0644]
orc/orccpu-powerpc.c [new file with mode: 0644]
orc/orccpu-x86.c [new file with mode: 0644]
orc/orcdebug.c [new file with mode: 0644]
orc/orcdebug.h [new file with mode: 0644]
orc/orcemulateopcodes.c [new file with mode: 0644]
orc/orcemulateopcodes.h [new file with mode: 0644]
orc/orcexecutor.c [new file with mode: 0644]
orc/orcfunctions.c [new file with mode: 0644]
orc/orcfunctions.h [new file with mode: 0644]
orc/orcmmx.c [new file with mode: 0644]
orc/orcmmx.h [new file with mode: 0644]
orc/orcneon.h [new file with mode: 0644]
orc/orconce.c [new file with mode: 0644]
orc/orconce.h [new file with mode: 0644]
orc/orcopcodes.c [new file with mode: 0644]
orc/orcparse.c [new file with mode: 0644]
orc/orcparse.h [new file with mode: 0644]
orc/orcpowerpc.c [new file with mode: 0644]
orc/orcpowerpc.h [new file with mode: 0644]
orc/orcprogram-altivec.c [new file with mode: 0644]
orc/orcprogram-arm.c [new file with mode: 0644]
orc/orcprogram-c.c [new file with mode: 0644]
orc/orcprogram-c64x-c.c [new file with mode: 0644]
orc/orcprogram-mmx.c [new file with mode: 0644]
orc/orcprogram-neon.c [new file with mode: 0644]
orc/orcprogram-sse.c [new file with mode: 0644]
orc/orcprogram.c [new file with mode: 0644]
orc/orcprogram.h [new file with mode: 0644]
orc/orcrule.c [new file with mode: 0644]
orc/orcrules-altivec.c [new file with mode: 0644]
orc/orcrules-arm.c [new file with mode: 0644]
orc/orcrules-mmx.c [new file with mode: 0644]
orc/orcrules-neon.c [new file with mode: 0644]
orc/orcrules-sse.c [new file with mode: 0644]
orc/orcsse.c [new file with mode: 0644]
orc/orcsse.h [new file with mode: 0644]
orc/orcutils.c [new file with mode: 0644]
orc/orcutils.h [new file with mode: 0644]
orc/orcx86.c [new file with mode: 0644]
orc/orcx86.h [new file with mode: 0644]
packaging/add-armv7l-to-as-host-defines.patch [new file with mode: 0644]
packaging/orc-0.4.11.tar.bz2 [new file with mode: 0644]
packaging/orc-0.4.5-arm-build-failure.patch [new file with mode: 0644]
packaging/orc.changes [new file with mode: 0644]
packaging/orc.spec [new file with mode: 0644]
packaging/orc.yaml [new file with mode: 0644]
testsuite/Makefile.am [new file with mode: 0644]
testsuite/Makefile.in [new file with mode: 0644]
testsuite/abi.c [new file with mode: 0644]
testsuite/benchmorc/Makefile.am [new file with mode: 0644]
testsuite/benchmorc/Makefile.in [new file with mode: 0644]
testsuite/benchmorc/benchmorc.c [new file with mode: 0644]
testsuite/compile_opcodes_sys.c [new file with mode: 0644]
testsuite/compile_opcodes_sys_c.c [new file with mode: 0644]
testsuite/compile_opcodes_sys_neon.c [new file with mode: 0644]
testsuite/compile_parse.c [new file with mode: 0644]
testsuite/compile_parse_c.c [new file with mode: 0644]
testsuite/compile_parse_neon.c [new file with mode: 0644]
testsuite/exec_opcodes_sys.c [new file with mode: 0644]
testsuite/exec_parse.c [new file with mode: 0644]
testsuite/generate_opcodes_sys.c [new file with mode: 0644]
testsuite/generate_xml_table.c [new file with mode: 0644]
testsuite/generate_xml_table2.c [new file with mode: 0644]
testsuite/memcpy_speed.c [new file with mode: 0644]
testsuite/orcc/Makefile.am [new file with mode: 0644]
testsuite/orcc/Makefile.in [new file with mode: 0644]
testsuite/orcc/orc_test.c [new file with mode: 0644]
testsuite/orcc/test2.c [new file with mode: 0644]
testsuite/orcc/test3.c [new file with mode: 0644]
testsuite/orcc/testorc.c [new file with mode: 0644]
testsuite/perf_opcodes_sys.c [new file with mode: 0644]
testsuite/perf_opcodes_sys_compare.c [new file with mode: 0644]
testsuite/perf_parse.c [new file with mode: 0644]
testsuite/perf_parse_compare.c [new file with mode: 0644]
testsuite/show_parse.c [new file with mode: 0644]
testsuite/test-schro.c [new file with mode: 0644]
testsuite/test.orc [new file with mode: 0644]
testsuite/test_accsadubl.c [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/Makefile.in [new file with mode: 0644]
tools/orc-bugreport.c [new file with mode: 0644]
tools/orcc.c [new file with mode: 0644]
tools/test.orc [new file with mode: 0644]