1. 329af9c Rewrite Memory peek/poke to swap bytes in Java. by Vladimir Marko · 11 years ago
  2. 2b8fda6 Various Mac OS fixes. by Elliott Hughes · 12 years ago
  3. 0b10fe2 Fix libcore to build on Mac OS. by Elliott Hughes · 13 years ago
  4. 0121106 Use longs instead of ints to store pointers in NIO buffers. by Joel Dice · 11 years ago
  5. 6c1e5f4 Manually update the libcore native code. by Elliott Hughes · 12 years ago
  6. 7ba6c51 [MIPS] Fix implementation of optimised bswap_2x16 by Chris Dearman · 12 years ago
  7. f7fd488 am 7cd6760f: Make libjavacore independent of libnativehelper for the PDK. by Elliott Hughes · 12 years ago
  8. 7cd6760 Make libjavacore independent of libnativehelper for the PDK. by Elliott Hughes · 12 years ago
  9. b7e0772 [MIPS] Add MIPS Architecture support by Chris Dearman · 12 years ago
  10. adac916 Annotate those methods that don't need a JNIEnv*. by Elliott Hughes · 13 years ago
  11. 0568a63 Fix ByteBuffer.put(ByteBuffer). by Elliott Hughes · 13 years ago
  12. 0f746ff5 Add mincore(2). by Elliott Hughes · 13 years ago
  13. 7e13c0f Add mlock(2) and munlock(2). by Elliott Hughes · 13 years ago
  14. 7e25eff Add mmap(2), msync(2), and munmap(2). by Elliott Hughes · 13 years ago
  15. f934c3d Make OSMemory the semi-supported libcore.io.Memory. by Elliott Hughes · 13 years ago[Renamed (68%) from luni/src/main/native/org_apache_harmony_luni_platform_OSMemory.cpp]
  16. 08343a4 Remove our implementations of inline natives. by Elliott Hughes · 14 years ago
  17. 3676bd2 Get memory for direct byte buffers from the Java heap rather than the native heap. by Elliott Hughes · 14 years ago
  18. 27c11c7 Remove the last vestiges of the external allocation cruft. by Elliott Hughes · 14 years ago
  19. 2f85e92 Lose our inline assembler for bswap_16 and bswap_32 now it's pushed down into bionic. by Elliott Hughes · 14 years ago
  20. 9f50955 Should only use "rev" instructions if __ARM_ARCH__ >= 6 by Brian Carlstrom · 14 years ago
  21. 8fbc397 Optimize non-direct (heap) buffer bulk put. by Elliott Hughes · 14 years ago
  22. 6944bea Make nio heap (non-direct) buffer bulk get orders of magnitude faster. by Elliott Hughes · 14 years ago
  23. 7d5299b Optimize byte-swapped accesses. by Elliott Hughes · 14 years ago
  24. 961da1e Optimize bulk get of char[], double[], float[], long[], and short[]. by Elliott Hughes · 14 years ago
  25. 692222b Fast-path nio put for char[], double[], long[], nio get for int[]. by Elliott Hughes · 14 years ago
  26. 4d68282 Kill PlatformAddressFactory, and remove/simplify some other code. by Elliott Hughes · 14 years ago
  27. 6116e62 Specialize on size rather than type in OSMemory. by Elliott Hughes · 14 years ago
  28. 71961a4 More consistent naming of the nio vector primitives. by Elliott Hughes · 14 years ago
  29. 1b90187 Minor nio speedups (scalar operations only). by Elliott Hughes · 14 years ago
  30. 4940ff3 Remove a bit more nio cruft. by Elliott Hughes · 14 years ago
  31. 8510524 Some nio tidying. by Elliott Hughes · 14 years ago
  32. e22935d Remove most of our C-style casts. by Elliott Hughes · 14 years ago
  33. 556eb85 Stop GCC from outsmarting me. by Elliott Hughes · 14 years ago
  34. bb3db74 Remove the unnecessary "Impl" suffix from setFloatArray. by Elliott Hughes · 14 years ago
  35. 623978a resolved conflicts for merge of 01a18c74 to dalvik-dev by Elliott Hughes · 14 years ago
  36. 01a18c7 resolved conflicts for merge of fb4045a3 to master by Elliott Hughes · 14 years ago
  37. bfb0099 Improve putFloatArray performance by Owen Lin · 14 years ago
  38. dbbdffc Remove UCharacter's unnecessary layer of indirection. by Elliott Hughes · 14 years ago
  39. 034db7d Remove more of our C-style casts, fix more of our native method names. by Elliott Hughes · 14 years ago
  40. a9f5c16 Remove dynamic calls to FindClass. by Elliott Hughes · 14 years ago
  41. 44e0e56 Enable -Wall -Wextra for libcore and cleanup all but one warning by Brian Carlstrom · 14 years ago
  42. c08f9fb Move the libcore registration out of libnativehelpers and into libcore. by Elliott Hughes · 14 years ago
  43. 3c6ff81 OSMemorySystem.mmap fixes. by Elliott Hughes · 15 years ago
  44. de2d83f Fix unnecessary GetPrimitiveArrayCritical users. by Elliott Hughes · 15 years ago
  45. 558383f Don't mutate input in OSMemory.setIntArray/setShortArray. by Elliott Hughes · 15 years ago
  46. 4181e0f am bd79e449: Fix an issue where we\'re adding 4x the intended offset. by Jesse Wilson · 15 years ago
  47. a2ef9a8 Fix an issue where we're adding 4x the intended offset. by Jesse Wilson · 15 years ago
  48. 5f327be "External allocation" tracking for direct buffers. by Andy McFadden · 15 years ago
  49. adc854b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  50. 1c0fed6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  51. fdb2704 Initial Contribution by The Android Open Source Project · 16 years ago