summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-03fix for more than one accumulator0.5Jonathan Rosser1-1/+1
2012-12-03Make OrcProgram const during compilationDavid Schleef9-44/+102
2012-12-02ReindentDavid Schleef3-165/+175
2012-12-02Move orc-test into main libraryDavid Schleef45-77/+58
2012-12-02Fix MakefileDavid Schleef1-2/+2
2012-12-02tests: fixes for API changesDavid Schleef3-7/+16
2012-12-02Fix altivec implementation of cmpltf and cmplef operationsAndreas Schwab1-2/+2
2012-12-02Adds support for PowerPC64Andreas Schwab3-15/+118
2012-11-23Convert Executor to use OrcCode, not OrcProgramDavid Schleef9-319/+326
2012-09-03orcc: remove 0.4-series compatability codeDavid Schleef1-211/+112
2012-09-03ReindentDavid Schleef66-10019/+10233
2012-09-03Break ABI to head towards 0.6David Schleef8-103/+16
2012-08-28install pre-commit hookDavid Schleef2-0/+84
2012-08-28compiler: remove redundant declarationDavid Schleef1-1/+0
2012-08-17Link to pthreads libraryDavid Schleef3-2/+6
2012-04-28Add line numbers to errorsCedric BAIL6-12/+30
2012-04-01test: allocate aligned memory on windowsDavid Schleef1-3/+5
2012-03-26Split headers out of orcprogram.hDavid Schleef24-938/+1214
2012-02-29bytecode: Add bytecode for instruction flagsDavid Schleef2-1/+11
2012-02-04orcc: Add --no-backupDavid Schleef1-19/+31
2012-01-28bytecode: Add bytecode parsingDavid Schleef4-0/+287
2011-10-15test: fix unused variable warningDavid Schleef1-1/+1
2011-10-15x86insn: switch to ultra-conservative nopsDavid Schleef1-8/+18
2011-10-13x86insn: quick fix for lack of nopl supportDavid Schleef1-0/+9
2011-10-08orcc: Fix n min/max/multiple code generationDavid Schleef1-3/+3
2011-10-08debug: include stdlibDavid Schleef1-0/+1
2011-10-08bytecode: Add bytecodeDavid Schleef7-3/+864
2011-10-03back to unreleasedDavid Schleef1-1/+1
2011-10-02Fix distcheckorc-0.4.16David Schleef1-1/+1
2011-10-02Release 0.4.15David Schleef2-2/+12
2011-10-02Add orc.m4David Schleef2-0/+74
2011-10-02orcfunctions: update generated codeDavid Schleef1-2/+2
2011-10-02test: Add (disabled) ability to test 64-bit pointersDavid Schleef1-1/+30
2011-10-02mmx: update from sseDavid Schleef1-6/+6
2011-10-02sse: Fix mov of pointer valuesDavid Schleef5-9/+28
2011-10-02parse: check for empty source fileDavid Schleef2-1/+6
2011-10-02parse: skip whitespaceDavid Schleef1-1/+1
2011-10-02test: disable complaints about codegen failuresDavid Schleef1-4/+4
2011-10-02orcc: cosmetic fixesMartin Bosmans1-7/+4
2011-10-02init: Use global mutex, not once mutexDavid Schleef2-4/+4
2011-09-27orc: fix some more unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller4-7/+4
2011-09-27back to unreleasedDavid Schleef1-1/+1
2011-09-25Release 0.4.15orc-0.4.15David Schleef2-2/+14
2011-09-24x86insn: Do not emit opcode for STACKMaarten Bosmans1-1/+1
2011-09-24Fix error messages when compilation is disabledDavid Schleef1-1/+2
2011-09-24Fix up c64x-c backendDavid Schleef4-17/+161
2011-08-27Protect codemem globals with mutexDavid Schleef3-0/+35
2011-08-21Use orc_once functions in orc_init()David Schleef2-32/+21
2011-08-01parse: initialize log bufferChristian Weisgerber1-0/+1
2011-07-09Move ORC_GNUC_UNUSED to orcutils.h and use itDavid Schleef3-7/+8