Split headers out of orcprogram.h
authorDavid Schleef <ds@schleef.org>
Mon, 26 Mar 2012 17:23:14 +0000 (10:23 -0700)
committerDavid Schleef <ds@schleef.org>
Mon, 26 Mar 2012 17:23:14 +0000 (10:23 -0700)
commitf3d0f49ace5ddc564404a6b8d3b23eaeffb3d3cd
tree53ff49b8b38c30fa1fbc0fb87aaaf810e42315c6
parent2267ce1de252db478c1d6dd516fa3f1740f8304a
Split headers out of orcprogram.h
24 files changed:
examples/volscale.c
orc/Makefile.am
orc/orc.c
orc/orc.h
orc/orcbytecode.h
orc/orcbytecodes.h [new file with mode: 0644]
orc/orccode.h [new file with mode: 0644]
orc/orccompiler.h [new file with mode: 0644]
orc/orcconstant.h [new file with mode: 0644]
orc/orccpu-x86.c
orc/orccpu.h [new file with mode: 0644]
orc/orcexecutor.h [new file with mode: 0644]
orc/orcinstruction.h [new file with mode: 0644]
orc/orcinternal.h [new file with mode: 0644]
orc/orclimits.h [new file with mode: 0644]
orc/orcmmx.h
orc/orcopcode.h [new file with mode: 0644]
orc/orcprogram.h
orc/orcrule.h [new file with mode: 0644]
orc/orcsse.h
orc/orctarget.h [new file with mode: 0644]
orc/orcutils.h
orc/orcvariable.h [new file with mode: 0644]
orc/orcx86insn.c