summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2010-09-15c: Fix problems related to 64-bit constantsDavid Schleef1-6/+13
2010-09-09orcc: Don't print out unused constant varsDavid Schleef1-0/+1
2010-09-07orcc: Delete output file if there's an errorDavid Schleef1-1/+4
2010-09-06Eliminate usage of %lld, etc.David Schleef1-2/+4
2010-09-06orcc: Implement handling of 64 bit constantsSebastian Dröge1-1/+4
2010-09-05orcc: Handle compatibility for ORC_VAR_T16David Schleef1-1/+4
2010-09-04x86: More cpuid improvementsDavid Schleef1-0/+3
2010-09-04orc-bugreport: Fix program generationDavid Schleef1-29/+53
2010-09-04Extract cpu name/family/model/steppingDavid Schleef1-0/+7
2010-08-29orcc: Fix code generation of testDavid Schleef1-8/+22
2010-08-27Change constant values to orc_union64 internallyDavid Schleef1-4/+4
2010-08-26Add int64 and double parametersDavid Schleef1-24/+96
2010-08-25orcc: remove (fake) dependency on liborc-testDavid Schleef2-3/+2
2010-08-20orcc: Use ORC_RESTRICT for executor structureDavid Schleef1-1/+5
2010-08-19Add perf testing of emulated codeDavid Schleef1-0/+7
2010-08-19Fix printing of performance data in testsDavid Schleef1-4/+4
2010-08-14orcc: Fix code generationDavid Schleef1-20/+24
2010-08-13Fixes to handle opcodes with 3 sourcesDavid Schleef1-0/+5
2010-08-11orcc: Don't use ORC_INLINE for inline generationDavid Schleef1-19/+18
2010-08-11parser: Add .init directiveDavid Schleef1-1/+5
2010-08-11orcc: Add --inline and --init-functionDavid Schleef1-77/+164
2010-08-11c: Fix emulation opcode generation due to previous changesDavid Schleef1-1/+1
2010-08-11orcc: Handle x2/x4 prefix for testsDavid Schleef1-7/+23
2010-08-11orcc: create inline functionsDavid Schleef1-8/+32
2010-08-11orcc: Fix warning in generated codeDavid Schleef1-0/+1
2010-08-09Add orc_program_append_2() for instruction flagsDavid Schleef1-7/+24
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