summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-02-19orcc: add --internal option to mark symbols with internal visibilityTim-Phillip Müller1-1/+12
2012-04-28Add line numbers to errorsCedric BAIL1-3/+3
2012-02-04orcc: Add --no-backupDavid Schleef1-19/+31
2012-01-28bytecode: Add bytecode parsingDavid Schleef1-0/+66
2011-10-08orcc: Fix n min/max/multiple code generationDavid Schleef1-3/+3
2011-10-02parse: check for empty source fileDavid Schleef1-0/+5
2011-10-02orcc: cosmetic fixesMartin Bosmans1-7/+4
2011-10-02init: Use global mutex, not once mutexDavid Schleef1-1/+1
2011-05-16parse: Add n modifiersDavid Schleef1-2/+2
2011-05-16parse: Add n modifiersDavid Schleef1-4/+32
2011-04-18orcc: remove stdint typenames from programsDavid Schleef1-3/+17
2011-04-14tools,tests: fix compatibility checker and bugsDavid Schleef1-15/+19
2011-04-13Add ORC_RESTRICT to prototypesDavid Schleef1-6/+6
2011-04-11orcc: Fix gcc-4.6 warnings in generated codeDavid Schleef1-4/+2
2010-12-05orcc: Implement --lazy-initDavid Schleef1-22/+32
2010-12-05orcc: Use OrcCode as persistent storageDavid Schleef1-8/+52
2010-10-13orcc: Allow normal compilation with no targetDavid Schleef1-2/+2
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