Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-09-09orcc: Don't print out unused constant varsDavid Schleef
2010-09-08orcc: Delete output file if there's an errorDavid Schleef
2010-09-06Eliminate usage of %lld, etc.David Schleef
2010-09-06orcc: Implement handling of 64 bit constantsSebastian Dröge
2010-09-05orcc: Handle compatibility for ORC_VAR_T16David Schleef
2010-09-05x86: More cpuid improvementsDavid Schleef
2010-09-05orc-bugreport: Fix program generationDavid Schleef
2010-09-05Extract cpu name/family/model/steppingDavid Schleef
2010-08-30orcc: Fix code generation of testDavid Schleef
2010-08-28Change constant values to orc_union64 internallyDavid Schleef
2010-08-27Add int64 and double parametersDavid Schleef
2010-08-25orcc: remove (fake) dependency on liborc-testDavid Schleef
2010-08-20orcc: Use ORC_RESTRICT for executor structureDavid Schleef
2010-08-20Add perf testing of emulated codeDavid Schleef
2010-08-19Fix printing of performance data in testsDavid Schleef
2010-08-15orcc: Fix code generationDavid Schleef
2010-08-13Fixes to handle opcodes with 3 sourcesDavid Schleef
2010-08-12orcc: Don't use ORC_INLINE for inline generationDavid Schleef
2010-08-12parser: Add .init directiveDavid Schleef
2010-08-12orcc: Add --inline and --init-functionDavid Schleef
2010-08-12c: Fix emulation opcode generation due to previous changesDavid Schleef
2010-08-12orcc: Handle x2/x4 prefix for testsDavid Schleef
2010-08-11orcc: create inline functionsDavid Schleef
2010-08-11orcc: Fix warning in generated codeDavid Schleef
2010-08-10Add orc_program_append_2() for instruction flagsDavid Schleef
2010-07-28Add logging to orc_parseDavid Schleef
2010-07-11Add cache informationDavid Schleef
2010-06-27tools: add orc-bugreportDavid Schleef
2010-06-27orcc: Add --quiet and --benchmark parameters to generated test programsSebastian Dröge
2010-06-27orcc: Improve test program generationSebastian Dröge
2010-06-15orcc: make the test program quieterDavid Schleef
2010-06-14orcc: Add --compatDavid Schleef
2010-06-14Add float parametersDavid Schleef
2010-06-14orcc: make test program quieterDavid Schleef
2010-06-10orcc: put typedefs before prototypesDavid Schleef
2010-06-10more conversion to orc int typesDavid Schleef
2010-06-10orcc: remove unused declarationDavid Schleef
2010-06-10convert from stdint types to orc typesDavid Schleef
2010-06-10don't use c99 types in generated codeDavid Schleef
2010-06-02orcc: Fix warnings in generated codeDavid Schleef
2010-05-27orcc: Add prototypes to c codeDavid Schleef
2010-03-19tools: Check target nameDavid Schleef
2010-01-08orcc: call function directly instead of orc_executor_runDavid Schleef
2009-12-12orcc: fix missing const in src paramsDavid Schleef
2009-11-19orcc: Add --target flagDavid Schleef
2009-11-18Add c64x-c targetDavid Schleef
2009-10-19orcc: exit with error code on errorDavid Schleef
2009-10-19orcc: implement --assembly for asm outputDavid Schleef
2009-10-15Add C rules for float opcodesDavid Schleef
2009-10-01orcc: Fix output for 2dDavid Schleef