index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
demac
/
libdemac
/
predictor-arm.S
(
follow
)
Commit message (
Expand
)
Author
Age
*
Add codecs to librbcodec.
Sean Bartell
2012-04-25
*
FS#11335 by me: make ARM assembly functions thumb-friendly
Rafaël Carré
2010-06-11
*
Remove all tabs within codec path.
Andree Buschmann
2010-02-22
*
Don't use ldrd/strd on ARMv5 since not all revisions support them and the gai...
Jens Arnold
2009-07-17
*
Assembler optimised mono predictor for ARM. Speedup for -c1000 mono is ~5% on...
Jens Arnold
2008-12-09
*
On ARM9TDMI (e.g. Gigabeat F) it's faster to use a ldr/str pair than add+ldmi...
Jens Arnold
2008-11-27
*
Speed up the predictor a little by using ldrd/strd on ARMv5+. This required s...
Jens Arnold
2008-11-27
*
Reorder instructions to avoid pipeline stalls on ARMv6 wherever possible (som...
Jens Arnold
2008-11-24
*
Branch optimisation in both C (giving hints to gcc - verified using -fprofile...
Jens Arnold
2008-11-24
*
Centralise compile-time configuration.
Jens Arnold
2008-11-16
*
Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ...
Jens Arnold
2008-10-03
*
Oops, forgot to set keywords prop
Dave Chapman
2007-06-13
*
ARM assembler predictor decoding function. This increases my -c1000 test tra...
Dave Chapman
2007-06-13