Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | Add GCW Zero target | twinaphex | |
2016-01-19 | Cleanups | twinaphex | |
2016-01-19 | Change some for loop initial declarations | twinaphex | |
2016-01-19 | Merge pull request #14 from joolswills/gcc_opts | aliaspider | |
remove some more gcc opts - | |||
2016-01-19 | remove some gcc opts - | Jools Wills | |
* -fgcse-sm -fgcse-las - let gcc decide via O3 * -ffunction-sections / -fpeel-loops / -funroll-loops (normally only used when profiling shows there are actual benefits - unrolling loops may not be of benefit on all targets) * -fgcse-after-reload / -fweb (already enabled by -O3) * a few duplicate -fomit-frame-pointer / -ffast-math | |||
2015-12-29 | Merge pull request #12 from joolswills/gcc | aliaspider | |
remove unneeded GCC flags (already enabled by -O3) | |||
2015-12-28 | no need for HAVE_GCC anymore | Jools Wills | |
2015-12-27 | remove unneeded GCC flags (already enabled by -O3) | Jools Wills | |
2015-12-26 | (ios) disable gcc flags | aliaspider | |
2015-12-26 | add ios9 target, use cc instead of clang | aliaspider | |
2015-12-26 | add theos_ios target. | aliaspider | |
2015-12-26 | build fix for non-GCC compilers. | aliaspider | |
2015-12-26 | add iOS target. | aliaspider | |
2015-11-24 | add ASM_CPU and ASM_SPC700 build options. | aliaspider | |
2015-11-14 | Group the GCC-specific switches under ARM_ASM | twinaphex | |
2015-11-14 | Old dusty x86 32bit-only ASM isn't going to work in the modern era | twinaphex | |
2015-11-14 | Fix some rule for Makefile | Twinaphex | |
2015-11-14 | Fix platform name | twinaphex | |
2015-11-14 | Ifdef some arguments | twinaphex | |
2015-11-14 | Cleanups | twinaphex | |
2015-11-14 | move unused files | twinaphex | |
2015-11-14 | Move old/tile16.cpp.bak | twinaphex | |
2015-11-14 | Fix warning | twinaphex | |
2015-11-14 | Cut down on some warnings and unnecessary functions | twinaphex | |
2015-11-14 | Update README.txt | Twinaphex | |
2015-11-13 | derp. | aliaspider | |
2015-11-13 | Remove unused tile_c.c | twinaphex | |
2015-11-13 | buildfix for __OLD_RASTER_FX__ | aliaspider | |
2015-11-13 | more gfx fixes for non ARM platforms. | aliaspider | |
2015-11-13 | fix segfault on 64-bit platforms. | aliaspider | |
2015-11-13 | fix gfx for non ARM targets. | aliaspider | |
2015-11-13 | can display some stuff now. | aliaspider | |
2015-11-13 | add missing include. | aliaspider | |
2015-11-13 | can be built and run for non arm platforms, gfx not working. | aliaspider | |
2015-11-13 | build bix for non ARM platforms. | aliaspider | |
(still not functional) | |||
2015-11-11 | Remove some file logs | twinaphex | |
2015-11-11 | These can all go | twinaphex | |
2015-11-10 | another one. | aliaspider | |
2015-11-10 | dirty fix for unaligned access. | aliaspider | |
2015-11-10 | Move some more frivolous ASM files | twinaphex | |
2015-11-10 | Move memcmp/memcpy/memset.S to old | twinaphex | |
2015-11-10 | nit. | aliaspider | |
2015-11-10 | seriously ?! | aliaspider | |
-DASMCPU can be used now. | |||
2015-11-10 | Use MSB_FIRST | twinaphex | |
2015-11-10 | Remove resource.h | twinaphex | |
2015-11-10 | Cleanups | twinaphex | |
2015-11-10 | Cleanups | twinaphex | |
2015-11-10 | Cut down on cheats code | twinaphex | |
2015-11-10 | Remove unused variables | twinaphex | |
2015-11-10 | Remove some unused variables | twinaphex | |