Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-30 | rtasm: Remove spurious semi-colons after function bodies. | José Fonseca | |
2008-11-12 | rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL. | Michal Krol | |
2008-11-12 | rtasm: Compile only for GALLIUM_CELL. | Michal Krol | |
2008-10-29 | gallium: no longer pass max_inst to ppc_init_func() | Brian Paul | |
2008-10-29 | gallium: use execmem for PPC code, grow instruction buffer as needed | Brian Paul | |
2008-10-29 | gallium: added ppc_vnmsubfp() | Brian Paul | |
2008-10-22 | gallium: remove ppc_vload_float(), rename ppc_vecmove() -> ppc_vmove(). | Brian Paul | |
2008-10-22 | gallium: added ppc_vzero() | Brian Paul | |
2008-10-22 | gallium: added ppc_vload_float(), for limited cases | Brian Paul | |
2008-10-22 | gallium: fix-up confusing register allocation masks in rtasm_ppc.c | Brian Paul | |
Plus, add ppc_reserve_register() func. | |||
2008-10-22 | gallium: added ppc_lvewx() | Brian Paul | |
2008-10-22 | cell: implement many more PPC instructions for code gen | Brian Paul | |
2008-09-12 | gallium: initial PPC/Altivec codegen | Brian Paul | |