Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Remove ZeroMemory | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-06 | Turn functions static | twinaphex | |
2016-08-06 | Put this ifdef around these problematic functions | twinaphex | |
2016-08-06 | Indenting | twinaphex | |
2016-08-06 | Remove unused SaveSRAM | twinaphex | |
2016-08-06 | Remove unused LoadSRAM | twinaphex | |
2016-08-06 | Fix some 'for loop initial declarations only allowed in C99 or C11 mode' ↵ | twinaphex | |
potential errors | |||
2016-08-05 | More cleanups | twinaphex | |
2016-08-05 | (vita) Prevent conflicting types | twinaphex | |
2016-08-05 | remove this | twinaphex | |
2016-08-05 | Cleanups | twinaphex | |
2016-08-05 | Start using stdint types | twinaphex | |
2016-08-05 | BUildfix | twinaphex | |
2016-08-05 | Cleanups | twinaphex | |
2016-08-05 | Remove unused prototype | twinaphex | |
2016-08-05 | Remove setting | twinaphex | |
2016-08-05 | Cleanups | twinaphex | |
2016-08-05 | Remove unused define | twinaphex | |
2016-08-05 | Cleanups | twinaphex | |
2016-08-05 | This can go now | twinaphex | |
2016-08-05 | Disable ARM_ASM in general for iOS - iOS keeps breaking ASM code | twinaphex | |
2016-08-05 | Don't use memset ASM functions for iOS | twinaphex | |
2016-08-05 | Remove this | twinaphex | |
2016-08-05 | Lower-case x for name | twinaphex | |
2016-08-05 | Change target names | twinaphex | |
2016-08-05 | Update name | twinaphex | |
2016-08-05 | Merge pull request #16 from NunaticAlumina/master | Twinaphex | |
added vita target. | |||
2016-08-05 | Fixed assembly option on Makefile. | NunaticAlumina | |
2016-08-05 | Updated Makefile. | root | |
2016-08-05 | Added vita as target. | NunaticAlumina | |
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 | |