summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2010-07-28Add logging to orc_parseDavid Schleef1-7/+16
2010-07-10Add cache informationDavid Schleef1-0/+8
2010-06-26tools: add orc-bugreportDavid Schleef2-1/+516
2010-06-26orcc: Add --quiet and --benchmark parameters to generated test programsSebastian Dröge1-8/+51
2010-06-26orcc: Improve test program generationSebastian Dröge1-9/+8
2010-06-15orcc: make the test program quieterDavid Schleef1-2/+2
2010-06-14orcc: Add --compatDavid Schleef1-9/+56
2010-06-14Add float parametersDavid Schleef1-5/+18
2010-06-14orcc: make test program quieterDavid Schleef1-3/+4
2010-06-09orcc: put typedefs before prototypesDavid Schleef1-1/+2
2010-06-09more conversion to orc int typesDavid Schleef1-3/+7
2010-06-09orcc: remove unused declarationDavid Schleef1-1/+0
2010-06-09convert from stdint types to orc typesDavid Schleef1-106/+0
2010-06-09don't use c99 types in generated codeDavid Schleef1-1/+0
2010-06-01orcc: Fix warnings in generated codeDavid Schleef1-2/+26
2010-05-27orcc: Add prototypes to c codeDavid Schleef1-0/+4
2010-03-18tools: Check target nameDavid Schleef1-0/+5
2010-01-07orcc: call function directly instead of orc_executor_runDavid Schleef1-1/+3
2009-12-11orcc: fix missing const in src paramsDavid Schleef1-3/+3
2009-11-19orcc: Add --target flagDavid Schleef1-16/+13
2009-11-17Add c64x-c targetDavid Schleef1-5/+9
2009-10-19orcc: exit with error code on errorDavid Schleef1-1/+11
2009-10-19orcc: implement --assembly for asm outputDavid Schleef1-1/+43
2009-10-15Add C rules for float opcodesDavid Schleef1-0/+1
2009-09-30orcc: Fix output for 2dDavid Schleef1-0/+14
2009-09-19orcc: Add custom header barrierDavid Schleef1-2/+28
2009-09-19orcc: fix warning in generated codeDavid Schleef1-2/+7
2009-09-19orcc: Add --include optionDavid Schleef1-1/+28
2009-09-19orcc: Add handling of command line optionsDavid Schleef1-69/+143
2009-07-31c: create code for bypassing OrcExecutor structureDavid Schleef1-6/+29
2009-07-29orcc: Add code to use backup function if no Orc libDavid Schleef1-3/+83
2009-07-28orcc: code cleanupDavid Schleef1-20/+1
2009-07-27more 2d hackingDavid Schleef1-1/+2
2009-07-26more support for 2dDavid Schleef1-55/+72
2009-07-15once: Add orc once mutex and use it in orccDavid Schleef1-31/+3
2009-07-14orcc: Fix backup code generationDavid Schleef1-1/+1
2009-07-14orcc: Check backup function in test codeDavid Schleef1-13/+5
2009-06-30orcc: disable abort(), since there are backup functionsDavid Schleef1-1/+4
2009-06-28orcc: output defines for generated codeDavid Schleef1-0/+1
2009-06-28orcc: create backup functionsDavid Schleef1-0/+64
2009-06-28orcc: handle constantsDavid Schleef1-2/+7
2009-06-28orcc: Add code for gthread mutexesDavid Schleef1-28/+50
2009-06-24orcc: use a separate var to indicate compile statusDavid Schleef1-2/+4
2009-06-24Add sizes to params in test codeDavid Schleef1-7/+7
2009-06-24orcc: Add test output, type namesDavid Schleef1-39/+211
2009-06-06orcc: hackingDavid Schleef2-6/+256
2009-05-310.3->0.4 fixes, update READMEDavid Schleef1-1/+1
2009-05-23tests: rearrange tests, propogate compile errorsDavid Schleef1-5/+4
2009-04-06Check opcode and instruction argument sizes for agreementDavid Schleef2-7/+12
2009-03-31use dest as srcDavid Schleef1-29/+22