Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge change 6915 into donutQ8650BSDCANLYA3190 | QuIC Gerrit Code Review | 2009-08-27 | 1 | -1/+1 |
|\ | | | | | | | | | * changes: memcpy: change pre-load instruction to use source address register | ||||
| * | memcpy: change pre-load instruction to use source address register | Naresh Babu Saladi | 2009-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | In case of 32-bit aligned memcpy, pre-load the contents of source. Currently, pre-load instruction uses register r12, which doesn't point to source address and thus effectively a no-op in the code. | ||||
* | | bionic: Update macro check for ARM CLZ instruction | Ng, David | 2009-08-20 | 1 | -1/+2 |
|/ | | | | | | | Modify the preprocessor condition to explicitly check if the ARM CLZ instruction is supported rather than for ARM_ARCH_5, as this instruction is also supported on newer ARM architectures. | ||||
* | bionic: Replace ARM SWP instruction with LDREX/STREX | Ng, David | 2009-08-18 | 1 | -1/+6 |
| | | | | | | Replace SWP instruction with ARMv6+ LDREX/STREX. Using hardcoded binary instructions as the current default Android compiler flag is set to compile for ARMv5 only. | ||||
* | memcpy: Optimize memcpy arm assembly codeQ8650BSDCANLYA3160 | Naresh Babu Saladi | 2009-06-15 | 1 | -14/+6 |
| | | | | | Improve branch prediction and remove unnecessary preloads in memcpy arm assembly code. | ||||
* | Initial Contribution | Qualcomm Innovation Center | 2009-05-02 | 1 | -0/+39 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 22 | -0/+2406 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 22 | -2406/+0 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -0/+82 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 4 | -25/+37 |
| | |||||
* | Initial Contributionandroid-1.0 | The Android Open Source Project | 2008-10-21 | 21 | -0/+2312 |