summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix for more than one accumulator0.5Jonathan Rosser2012-12-031-1/+1
* Make OrcProgram const during compilationDavid Schleef2012-12-039-44/+102
* ReindentDavid Schleef2012-12-023-165/+175
* Move orc-test into main libraryDavid Schleef2012-12-0245-77/+58
* Fix MakefileDavid Schleef2012-12-021-2/+2
* tests: fixes for API changesDavid Schleef2012-12-023-7/+16
* Fix altivec implementation of cmpltf and cmplef operationsAndreas Schwab2012-12-021-2/+2
* Adds support for PowerPC64Andreas Schwab2012-12-023-15/+118
* Convert Executor to use OrcCode, not OrcProgramDavid Schleef2012-11-239-319/+326
* orcc: remove 0.4-series compatability codeDavid Schleef2012-09-031-211/+112
* ReindentDavid Schleef2012-09-0366-10019/+10233
* Break ABI to head towards 0.6David Schleef2012-09-038-103/+16
* install pre-commit hookDavid Schleef2012-08-282-0/+84
* compiler: remove redundant declarationDavid Schleef2012-08-281-1/+0
* Link to pthreads libraryDavid Schleef2012-08-173-2/+6
* Add line numbers to errorsCedric BAIL2012-04-286-12/+30
* test: allocate aligned memory on windowsDavid Schleef2012-04-011-3/+5
* Split headers out of orcprogram.hDavid Schleef2012-03-2624-938/+1214
* bytecode: Add bytecode for instruction flagsDavid Schleef2012-02-292-1/+11
* orcc: Add --no-backupDavid Schleef2012-02-041-19/+31
* bytecode: Add bytecode parsingDavid Schleef2012-01-284-0/+287
* test: fix unused variable warningDavid Schleef2011-10-151-1/+1
* x86insn: switch to ultra-conservative nopsDavid Schleef2011-10-151-8/+18
* x86insn: quick fix for lack of nopl supportDavid Schleef2011-10-131-0/+9
* orcc: Fix n min/max/multiple code generationDavid Schleef2011-10-081-3/+3
* debug: include stdlibDavid Schleef2011-10-081-0/+1
* bytecode: Add bytecodeDavid Schleef2011-10-087-3/+864
* back to unreleasedDavid Schleef2011-10-031-1/+1
* Fix distcheckorc-0.4.16David Schleef2011-10-021-1/+1
* Release 0.4.15David Schleef2011-10-022-2/+12
* Add orc.m4David Schleef2011-10-022-0/+74
* orcfunctions: update generated codeDavid Schleef2011-10-021-2/+2
* test: Add (disabled) ability to test 64-bit pointersDavid Schleef2011-10-021-1/+30
* mmx: update from sseDavid Schleef2011-10-021-6/+6
* sse: Fix mov of pointer valuesDavid Schleef2011-10-025-9/+28
* parse: check for empty source fileDavid Schleef2011-10-022-1/+6
* parse: skip whitespaceDavid Schleef2011-10-021-1/+1
* test: disable complaints about codegen failuresDavid Schleef2011-10-021-4/+4
* orcc: cosmetic fixesMartin Bosmans2011-10-021-7/+4
* init: Use global mutex, not once mutexDavid Schleef2011-10-022-4/+4
* orc: fix some more unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-09-274-7/+4
* back to unreleasedDavid Schleef2011-09-271-1/+1
* Release 0.4.15orc-0.4.15David Schleef2011-09-252-2/+14
* x86insn: Do not emit opcode for STACKMaarten Bosmans2011-09-241-1/+1
* Fix error messages when compilation is disabledDavid Schleef2011-09-241-1/+2
* Fix up c64x-c backendDavid Schleef2011-09-244-17/+161
* Protect codemem globals with mutexDavid Schleef2011-08-273-0/+35
* Use orc_once functions in orc_init()David Schleef2011-08-212-32/+21
* parse: initialize log bufferChristian Weisgerber2011-08-011-0/+1
* Move ORC_GNUC_UNUSED to orcutils.h and use itDavid Schleef2011-07-093-7/+8