Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-10 | Clean up some register constant use | GriffinR | |
2020-10-02 | rewrite MultiBootWaitCycles as naked function | Michael Panzlaff | |
Before, when compiling MultiBootWaitCycles with O3 and MODERN=1, you might have run into problems during optimizations when the compiler tried to optimize the function, even if declared NOINLINE. When rewriting this function as NAKED function, this no longer happens as the optimizer will treat it as black box and compilation will resume. | |||
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-06-26 | Modernize code | PikalaxALT | |
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input | |||
2018-11-19 | Decompile mossdeep hym | DizzyEggg | |
2017-09-18 | sub_81BF5A4 | scnorton | |
2017-01-13 | decompile multiboot | YamaArashi | |