platform/upstream/orc.git
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
2009-06-25 David SchleefAdd debug while compiling
2009-06-25 David Schleefmmx: emit emms in epilogue
2009-06-25 David Schleefversion to 0.4.0.1
2009-06-06 David Schleeforcc: hacking
2009-06-06 David Schleefsse: long jumps should be default
2009-06-01 David Schleefdoc: Add version entities file
2009-06-01 David Schleefexample: set the program
2009-05-31 David Schleef0.3->0.4 fixes, update README orc-0.4.0
2009-05-31 David SchleefRelease 0.4.0
2009-05-31 David Schleefdoc: documentation work
2009-05-29 David Schleefsplit powerpc files
2009-05-29 David Schleefdoc: updating
2009-05-29 David SchleefFix up documentation
2009-05-28 David Schleefdoc: add doc files
2009-05-28 David Schleefrename x86.c
2009-05-28 David Schleefarm: change arm_ to orc_arm_
2009-05-26 David Schleefsse: revert change that disabled the SSE backend
2009-05-26 David Schleefmmx: convert sse backend to mmx
2009-05-25 David Schleefsse: fix flag generation
2009-05-25 David Schleefseparate mmx/sse code out of x86.c
2009-05-25 David Schleefsse: convert from X86_ECX to gp_tmpreg
2009-05-25 David Schleefsse: convert to emission functions
2009-05-25 David Schleefsse: move more sse emission functions to orcsse.c
2009-05-25 David Schleefsse: use orc_sse emission functions
2009-05-25 David SchleefSeparate SSE emission functions to new source file
2009-05-25 David SchleefAdd compiler target flags
2009-05-24 David Schleeftests: fix up tests for new api
2009-05-24 David Schleefhacking
2009-05-24 David Schleefclean up files after running tests
2009-05-24 David Schleefmake all the tests work
2009-05-23 David Schleeftests: rearrange tests, propogate compile errors
2009-05-15 David SchleefFix merge opcodes
2009-05-15 David SchleefAdd ability to optionally add a frame pointer
2009-05-15 David Schleefremove orc-stdint.h
2009-05-15 David SchleefFix type punning
2009-05-11 David SchleefAltivec hacking
next