summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-310.3->0.4 fixes, update READMEorc-0.4.0David Schleef5-23/+21
2009-05-31Release 0.4.0David Schleef1-1/+1
2009-05-31doc: documentation workDavid Schleef25-735/+2954
2009-05-28split powerpc filesDavid Schleef7-1637/+1827
2009-05-28doc: updatingDavid Schleef8-35/+65
2009-05-28Fix up documentationDavid Schleef32-535/+167
2009-05-28doc: add doc filesDavid Schleef4-0/+337
2009-05-28rename x86.cDavid Schleef2-1/+1
2009-05-28arm: change arm_ to orc_arm_David Schleef6-301/+301
2009-05-25sse: revert change that disabled the SSE backendDavid Schleef1-2/+1
2009-05-25mmx: convert sse backend to mmxDavid Schleef9-224/+1344
2009-05-25sse: fix flag generationDavid Schleef1-2/+2
2009-05-25separate mmx/sse code out of x86.cDavid Schleef13-207/+419
2009-05-25sse: convert from X86_ECX to gp_tmpregDavid Schleef2-33/+34
2009-05-25sse: convert to emission functionsDavid Schleef2-90/+24
2009-05-25sse: move more sse emission functions to orcsse.cDavid Schleef2-153/+153
2009-05-25sse: use orc_sse emission functionsDavid Schleef4-254/+89
2009-05-24Separate SSE emission functions to new source fileDavid Schleef4-105/+86
2009-05-24Add compiler target flagsDavid Schleef9-16/+106
2009-05-24tests: fix up tests for new apiDavid Schleef12-173/+2084
2009-05-24hackingDavid Schleef9-55/+67
2009-05-24clean up files after running testsDavid Schleef2-18/+47
2009-05-23make all the tests workDavid Schleef7-61/+181
2009-05-23tests: rearrange tests, propogate compile errorsDavid Schleef18-477/+70
2009-05-15Fix merge opcodesDavid Schleef2-6/+26
2009-05-14Add ability to optionally add a frame pointerDavid Schleef2-3/+14
2009-05-14remove orc-stdint.hDavid Schleef1-9/+0
2009-05-14Fix type punningDavid Schleef1-6/+52
2009-05-11Altivec hackingDavid Schleef3-9/+90
2009-05-11Altivec hackingDavid Schleef3-39/+293
2009-05-10More altivec rulesDavid Schleef1-26/+445
2009-05-10Altivec rulesDavid Schleef4-92/+280
2009-05-07Add select and merge opcodesDavid Schleef2-1/+364
2009-04-28Check rule sets for required target flagsDavid Schleef3-3/+7
2009-04-28Detect CPU flags for SSEDavid Schleef14-109/+115
2009-04-27Prefix x86_/sse_ functions with orc_David Schleef9-1061/+865
2009-04-27Fix bonghits in previous commitDavid Schleef2-2/+2
2009-04-27Fixes for x86-64David Schleef7-76/+104
2009-04-27Add tests for float and pixel opcodesDavid Schleef7-123/+654
2009-04-27Add orc-float libraryDavid Schleef12-4/+724
2009-04-27add unsigned and hex printing to testsDavid Schleef1-5/+65
2009-04-27Add orc-pixel libraryDavid Schleef9-7/+532
2009-04-26Fix previous commitDavid Schleef4-5/+8
2009-04-26Pull various fixes from neon branchDavid Schleef6-104/+95
2009-04-26Add accumulators, accum opcodes, and sse implementationsDavid Schleef13-131/+583
2009-04-26Fixes for static array indicesDavid Schleef3-2/+4
2009-04-25Dump program right before compilingDavid Schleef1-4/+23
2009-04-25Fix testsDavid Schleef3-18/+21
2009-04-16use rand(), not random()David Schleef1-1/+1
2009-04-16win32 fixDavid Schleef1-1/+3