summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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.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
2011-07-09Fix a bunch of unused-but-set-variable compiler warnings with gcc 4.6Tim-Philipp Müller4-26/+17
2011-06-30Minor configure clean-up: ORC_CVS -> ORC_GITTim-Philipp Müller1-2/+2
2011-06-30Add benchmorc binary to .gitignoreTim-Philipp Müller1-0/+1
2011-06-30codemem: also try XDG_RUNTIME_DIR before falling back on HOMETim-Philipp Müller1-0/+4
2011-06-30Put -Werror in separate ERROR_CFLAGSTim-Philipp Müller1-2/+3
2011-06-08codemem: Fix order to check /tmp before $HOMEDavid Schleef1-3/+3
2011-05-31test: add msvc define for snprintfDavid Schleef1-0/+1
2011-05-31x86insn: clear allocated memoryDavid Schleef1-1/+5
2011-05-31x86insn: fix msvc errorDavid Schleef1-1/+1
2011-05-18docs: tell what ORC_CODE=debug is forStefan Kost1-2/+4
2011-05-17x86: use orc_compiler_error()David Schleef1-3/+3
2011-05-17x86insn: Fix SSE-4.1 instructionsDavid Schleef1-0/+9
2011-05-16sse: implement aligned arraysDavid Schleef1-6/+6
2011-05-16tests: Handle new modifiersDavid Schleef5-11/+48
2011-05-16parse: Add n modifiersDavid Schleef1-2/+2
2011-05-16parse: Add n modifiersDavid Schleef4-12/+141
2011-05-15parse: Add 'align %d' for array alignmentDavid Schleef3-4/+41
2011-05-14tests: remove offsets from memcpy_speedDavid Schleef1-2/+2
2011-05-13Add ORC_CODE=randomize to randomize registersDavid Schleef3-4/+10
2011-05-13tests: better presentationDavid Schleef1-15/+3
2011-05-13tests: print error message in test failuresDavid Schleef1-0/+5
2011-05-13Add error message to compiler and programDavid Schleef7-49/+128
2011-05-13x86insn: fixes for SSEDavid Schleef2-13/+7
2011-05-13x86insn: Convert mmx backend to x86insnDavid Schleef10-495/+450
2011-05-13x86insn: cleanupDavid Schleef5-52/+13
2011-05-13x86insn: rename some functionsDavid Schleef5-163/+179
2011-05-13mmx: convert from sseDavid Schleef2-11/+47
2011-05-12x86: Add branch relaxationDavid Schleef6-36/+146
2011-05-12sse: Fix mulhsl ruleDavid Schleef3-3/+54
2011-05-12x86: separate out final code generationDavid Schleef7-175/+187
2011-05-12orcx86insn: Fix codegenDavid Schleef1-1/+1
2011-05-12x86insn: minor codegen fixesDavid Schleef1-2/+7
2011-05-12x86insn: separate out opcode prefixDavid Schleef2-273/+245
2011-05-12x86insn: regularize codegen outputDavid Schleef2-238/+198
2011-05-12x86insn: regularize asm outputDavid Schleef2-252/+372
2011-05-12x86insn: Rename instruction typesDavid Schleef2-321/+321
2011-05-12benchmorc: Add feathersDavid Schleef1-2/+290