platform/upstream/orc.git
2009-09-20 Wim Taymansrules-arm: more rules
2009-09-20 Wim Taymansrules-arm: add more instructions
2009-09-20 Wim Taymansrules-arm: add some more instructions
2009-09-20 Wim Taymansrules-arm: add some more instructions
2009-09-20 Wim Taymansprogram: add some convenience macros
2009-09-20 Wim Taymansvolscale: refer to variables with their enum
2009-09-20 Wim Taymansvolscale: use right array indexes
2009-09-20 Wim Taymansvolscale: improve example
2009-09-20 Wim Taymansvolscale: add volume scaling example
2009-09-20 Wim Taymansrenames _instr_ to _emit_ in the convenience macros
2009-09-20 Wim Taymansrules-altivec: use convenience macros
2009-09-20 Wim Taymanspowerpc: add convenience macros
2009-09-20 Wim Taymansrules-altivec: fix compilation
2009-09-20 Wim Taymansrules-altivec: cleanups
2009-09-20 Wim Taymansrules-arm: cleanups
2009-09-20 Wim Taymansmmx: cleamups, add some more instructions
2009-09-20 Wim Taymanssse: fix indentation
2009-09-20 Wim Taymansrules-sse: use convenience macros and cleanups
2009-09-20 Wim Taymanssse: fix movdqa
2009-09-20 Wim Taymansrules-sse: small cleanup
2009-09-20 Wim Taymansmmx/sse: add more convenience macros
2009-09-20 Wim Taymansmmx: add some more missing instructions
2009-09-20 Wim Taymansmmx: fix some opcode names
2009-09-20 Wim Taymansruleset: fix registration of opcode sets
2009-09-20 Wim Taymansrules-mmx: fix typo
2009-09-20 Wim Taymansrules-mmx: convert to convenience macros
2009-09-20 Wim Taymansmmx: add convenience macros
2009-09-20 David Schleefcodemem: use symbol name in filename
2009-09-20 David Schleefadd orc_program_get_max_accumulator_size()
2009-09-20 David Schleefarm: Fix compiling on arm
2009-09-20 David Schleeforcc: Add custom header barrier
2009-09-20 David SchleefAdd orc_memset() and orc_memcpy()
2009-09-19 David Schleeforcc: fix warning in generated code
2009-09-19 David Schleeforcc: Add --include option
2009-09-19 David Schleeforcc: Add handling of command line options
2009-09-19 David SchleefAdd orcc to pkg-config files
2009-08-12 David SchleefFix cross building
2009-08-01 David Schleefc: create code for bypassing OrcExecutor structure
2009-08-01 David SchleefFix memleak
2009-07-29 David Schleeforcc: Add code to use backup function if no Orc lib
2009-07-29 David Schleeforcc: code cleanup
2009-07-27 David SchleefFix memory leaks
2009-07-27 David Schleefmore 2d hacking
2009-07-26 David Schleefmore support for 2d
2009-07-26 David Schleefpreliminary 2-D support
2009-07-26 David SchleefFix accw opcode.
2009-07-20 David Schleefonce: fix stupid mistake
2009-07-20 David Schleefonce: add win32 threading code
2009-07-20 David Schleefadd EXEEXT ending
2009-07-15 David Schleefonce: Add orc once mutex and use it in orcc
2009-07-14 David Schleeforcc: Fix backup code generation
2009-07-14 David Schleeftests: build tools before tests
2009-07-14 David Schleeftests: build orc_test.c
2009-07-14 David Schleeftests: add test.orc file
2009-07-14 David Schleefdoc: add version entities, fix URL
2009-07-14 David Schleefbuild: back to unreleased
2009-07-14 David Schleefrelease 0.4.2 orc-0.4.2
2009-07-14 David Schleefcompiler: users don't need to see compiler errors
2009-07-14 David Schleeforcc: Check backup function in test code
2009-07-14 David Schleeftests: add orcc test
2009-07-14 David Schleefparse: allocate programs array dynamically
2009-07-14 David Schleeftest: Add orc_test_compare_output_backup()
2009-07-14 David Schleefc: Fix some bugs in code generation
2009-07-14 David Schleefc: Fix shruw and mulhuw
2009-07-02 David Schleefremove bits about motovec code in liboil
2009-07-02 David Schleefupdate README and RELEASE
2009-07-02 David Schleefback to unreleased
2009-07-02 David Schleefrelease 0.4.1
2009-06-30 David Schleefaltivec: fix detection on mac
2009-06-30 David Schleeftest: fix printf format
2009-06-30 David Schleefsse: another rule (absw) for jrosser
2009-06-30 David Schleefremove libtool macros
2009-06-30 David Schleefsse: a new signw rule for jrosser
2009-06-30 David Schleeforcc: disable abort(), since there are backup functions
2009-06-29 David Schleeftest: use rand() instead of random()
2009-06-29 David SchleefAdd some m4 files
2009-06-29 David Schleefc: generate code that makes gcc happy
2009-06-29 David Schleeforcc: output defines for generated code
2009-06-28 David Schleeforcc: create backup functions
2009-06-28 David SchleefAdd backup function
2009-06-28 David Schleefc: Fix some bugs in generated code
2009-06-28 David Schleeforcc: handle constants
2009-06-28 David Schleefsse: add rule for mulubw
2009-06-28 David Schleefsse: add rule for mulsbw
2009-06-28 David Schleeforcc: Add code for gthread mutexes
2009-06-25 David Schleeforc: function to get largest array size
2009-06-25 David Schleefsse: fix accl for loop_shift==0
2009-06-25 David Schleeftest: improve test output for accumulators
2009-06-25 David Schleeforc: fix some accumulator bugs
2009-06-25 David Schleeftest: handle accumulators
2009-06-25 David Schleeforcc: use a separate var to indicate compile status
2009-06-25 David Schleefsse: calculate alignment shifts correctly
2009-06-25 David SchleefAdd sizes to params in test code
2009-06-25 David Schleefremove extraneous file
2009-06-25 David SchleefAdd need_mask_regs
2009-06-25 David Schleefsse: improve alignment intro and outtro
2009-06-25 David Schleefcompiler: don't check const sizes
2009-06-25 David Schleeftest: handle multiple destination arrays
2009-06-25 David Schleeforcc: Add test output, type names
2009-06-25 David Schleefparse: Add accumulator, support for type names
next