1. 4a6531f am b5431067: Merge "Add proper number of stubs for ARM JUMP24 relocations." by Stephen Hines · 11 years ago jb-mr1.1-dev-plus-aosp main master tools_r22
  2. b543106 Merge "Add proper number of stubs for ARM JUMP24 relocations." by Stephen Hines · 11 years ago jb-mr1-dev-plus-aosp
  3. ac584be Add proper number of stubs for ARM JUMP24 relocations. by Stephen Hines · 11 years ago
  4. fb0cfd4 am 909a0d74: Merge "Add missing R_ARM_JUMP24/R_ARM_THM_JUMP24 relocation." by Stephen Hines · 12 years ago
  5. 909a0d7 Merge "Add missing R_ARM_JUMP24/R_ARM_THM_JUMP24 relocation." by Stephen Hines · 12 years ago
  6. 02ec342 Add missing R_ARM_JUMP24/R_ARM_THM_JUMP24 relocation. by Stephen Hines · 12 years ago jb-mr1.1-dev jb-mr1.1-release android-4.2.2_r1 android-4.2.2_r1.1 android-4.2.2_r1.2 android-cts-4.2_r2
  7. 6154aa6 Add missing R_ARM_JUMP24/R_ARM_THM_JUMP24 relocation. by Stephen Hines · 12 years ago
  8. 40f55f0 am 7a2648fe: Merge "host modules don\'t need LOCAL_MODULE_TAGS" by Joe Onorato · 12 years ago jb-mr1-dev jb-mr1-release android-4.2.1_r1 android-4.2.1_r1.1 android-4.2.1_r1.2 android-4.2_r1 android-cts-4.2_r1 android-sdk-support_r11
  9. 7a2648f Merge "host modules don't need LOCAL_MODULE_TAGS" by Joe Onorato · 12 years ago tools_r21
  10. dbdade2 host modules don't need LOCAL_MODULE_TAGS by Joe Onorato · 12 years ago
  11. 17eb07e am 9f02779a: Fix MAC build. No longer needs to include malloc.h. by Shih-wei Liao · 12 years ago
  12. 9f02779 Fix MAC build. No longer needs to include malloc.h. by Shih-wei Liao · 12 years ago jb-dev jb-mr0-release jb-release android-4.1.1_r1 android-4.1.1_r1.1 android-4.1.1_r2 android-4.1.1_r3 android-4.1.1_r4 android-4.1.1_r5 android-4.1.1_r6 android-4.1.1_r6.1 android-4.1.2_r1 android-4.1.2_r2 android-4.1.2_r2.1 android-cts-4.1_r1 android-cts-4.1_r2 android-cts-4.1_r4
  13. 337151d Fix MAC build. No longer needs to include malloc.h. by Shih-wei Liao · 12 years ago
  14. af93056 am 7cb1b70e: Merge "Change LOCAL_LDFLAGS to LOCAL_LDLIBS to fix the build on Ubuntu 11.10." by Stephen Hines · 12 years ago
  15. 7cb1b70 Merge "Change LOCAL_LDFLAGS to LOCAL_LDLIBS to fix the build on Ubuntu 11.10." by Stephen Hines · 12 years ago ics-plus-aosp tools_r20 android-sdk-adt_r20
  16. f6d2938 Change LOCAL_LDFLAGS to LOCAL_LDLIBS to fix the build on Ubuntu 11.10. by Logan Chien · 12 years ago
  17. 5cfca93 Split rsloaderCreateExec into 2 functions. by Logan Chien · 12 years ago
  18. aaf2b9c Minor fixes: Addressed the comments. by Shih-wei Liao · 12 years ago
  19. 6cf155a Find the symbol with the callback for R_ARM_ABS32. by Logan Chien · 12 years ago
  20. 56ca447 Code cleanup. by Shih-wei Liao · 12 years ago
  21. 5941123 Fix R_..._CALL. Add T:testcases. by Shih-wei Liao · 12 years ago
  22. 73a5c6a LLVM no longer generates R_ARM_NONE. by Shih-wei Liao · 12 years ago
  23. e8d2d07 Align section boundary to 4 bytes. by Shih-wei Liao · 12 years ago
  24. 2a7f249 Support:T. by Shih-wei Liao · 12 years ago
  25. 141f443 am c9035479: Merge "Remapping ELF section headers to match loaded code" by Stephen Hines · 12 years ago
  26. c903547 Merge "Remapping ELF section headers to match loaded code" by Stephen Hines · 12 years ago
  27. ce2e754 Remapping ELF section headers to match loaded code by Stephen Hines · 12 years ago
  28. 083a92e Fix standalone build script. by Logan Chien · 12 years ago
  29. 8d2a123 Cast void* type to intptr_t before we cast it to int32_t. by Logan Chien · 12 years ago
  30. 50b814a Check for unresolved symbols before returning executable. by Stephen Hines · 12 years ago
  31. ef50fd4 Improve readability. by Shih-wei Liao · 12 years ago
  32. 9ed7392 Remove hard-wired dependency on __mips__ in ELFSymbol_CRTP<>::getAddress() by Andrew Hsieh · 12 years ago
  33. e076688 Define __HOST__, and replace dependency on __arm__ with it in ASSERT_FAILED() by Andrew Hsieh · 12 years ago
  34. c9acf1f Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 12 years ago
  35. f129b42 Change LOCAL_LDFLAGS to LOCAL_LDLIBS to fix the build on Ubuntu 11.10. by Logan Chien · 12 years ago
  36. b12dd94 Fix incorrect definition (now llvm defines it). by Logan Chien · 12 years ago
  37. c9ff76d Switch LOGE to ALOGV for non-error messages. by Stephen Hines · 12 years ago
  38. 503cc3e Use cacheflush system call to flush the cache on MIPS. by Logan Chien · 12 years ago
  39. 7296be5 Add GOT code for host build. by Logan Chien · 12 years ago
  40. 4584cb1 Fixed AHL calculation. by Chao-ying Fu · 12 years ago
  41. 2050ba7 Fixed the compilation errors for GOT. by Chao-ying Fu · 12 years ago
  42. 0a2be45 Fixed relocation types and added GOT supports. by Chao-ying Fu · 12 years ago
  43. d0a5054 Update standalone build script for cross compilation. by Logan Chien · 12 years ago
  44. e377572 Clean up trailing whitespaces. by Shih-wei Liao · 12 years ago
  45. 95e268d Remove unused debug code. by Logan Chien · 13 years ago
  46. 72dca26 Enhance to relocate cross-compiled binary by Andrew Hsieh · 13 years ago
  47. f1f0810 Include rsl_assert header. by Logan Chien · 13 years ago
  48. e58ad1b Use static relocation model. by Logan Chien · 13 years ago
  49. 81b38f9 Add mips routine for far stubs. by Logan Chien · 13 years ago
  50. db8ee06 Add the stub related test cases. by Logan Chien · 13 years ago
  51. 422ed20 Eliminate a warning while generating the test cases. by Logan Chien · 13 years ago
  52. 2132882 Remove the generated binary. by Logan Chien · 13 years ago
  53. f092360 Re-enable mmap() address randomization (got turned off by accident) by Andrew Hsieh · 13 years ago
  54. ec5d468 Surpress pointer to uint32_t cast warning. by Logan Chien · 13 years ago
  55. 43db194 Fix linker bug where addend != 0 for High16 and Low16. by Shih-wei Liao · 13 years ago
  56. 7cea0a0 Fix "still too far" bug. by Logan Chien · 13 years ago
  57. 9f4c28a Conform to PP 4-16 to 4-19 in http://www.sco.com/developers/devspecs/mipsabi.pdf. by Shih-wei Liao · 13 years ago ics-mr1-release android-4.0.3_r1 android-4.0.3_r1.1 android-4.0.4_r1 android-4.0.4_r1.1 android-4.0.4_r1.2 android-4.0.4_r2 android-4.0.4_r2.1 android-cts-4.0.3_r1 android-cts-4.0.3_r2 android-cts-verifier-4.0.3_r1 android-cts-verifier-4.0_r1 android-sdk-4.0.3-tools_r1 android-sdk-4.0.3_r1
  58. 2ffd160 Fix relocations in linking loader. by Shih-wei Liao · 13 years ago
  59. 52b519a Add relocation to movw/movt of external global by Andrew Hsieh · 13 years ago ics-factoryrom-2-release ics-mr0 ics-mr0-release android-4.0.1_r1 android-4.0.1_r1.1 android-4.0.1_r1.2 android-4.0.2_r1 android-cts-4.0_r1 android-sdk-adt_r16.0.1
  60. b1a853b Get the align info for COMMON symbols. by Shih-wei Liao · 13 years ago
  61. c4c93de Add relocate message by Shih-wei Liao · 13 years ago
  62. 768a6e8 Count size for common variable before relocate. by Shih-wei Liao · 13 years ago
  63. fa06e91 Move stubs from ELFObject to ELFSectionProgBits by TDY by Shih-wei Liao · 13 years ago
  64. e474279 Ensure that only the path today that supports mode-switching (ARM/Thumb2) is exercised. by Shih-wei Liao · 13 years ago
  65. 41c74e1 Use arbitrary address instead of 0x7e000000. by Shih-wei Liao · 13 years ago
  66. 0702eea Fix Mac build. by Ying Wang · 13 years ago
  67. 87753bd Fix the MAC breakage. by Shih-wei Liao · 13 years ago
  68. 1045a1d Rewrite the workaround for misalignment. by Logan Chien · 13 years ago
  69. 86196e3 Add rodata test case. by Logan Chien · 13 years ago
  70. b9aad10 Fix MemChunk print range. by Logan Chien · 13 years ago
  71. d26827e Enhance the hex dump function. by Logan Chien · 13 years ago
  72. aa989ef Build NameMap early. by Shih-wei Liao · 13 years ago
  73. 9d7e2ca Mark as inline function. by Logan Chien · 13 years ago
  74. 783eac3 Reorder the function (Code cleanup) by Logan Chien · 13 years ago
  75. 1afb83e Add some assert for ".symtab". by TDYa127 · 13 years ago
  76. 167b7f6 Add inline for some function in .hxx. by TDYa127 · 13 years ago
  77. 32f7d03 Use llvm::StringMap for name lookup. by TDYa127 · 13 years ago
  78. 404833a Use llvm/Support/ELF.h. by TDYa127 · 13 years ago
  79. 388f443 Expose the interface for function name listing. by Logan Chien · 13 years ago
  80. e0536b5 Log clean-up. by Shih-wei Liao · 13 years ago
  81. 05e32ea Debugging carousel. by Shih-wei Liao · 13 years ago
  82. d157c62 Preemble for raw_ostream.cpp and raw_ostream.h. by Shih-wei Liao · 13 years ago
  83. 03f75e2 Fix flush_cpu_cache.h, helper.*, rsl_assert.*, serialize.h and traits.h. by Shih-wei Liao · 13 years ago
  84. fccb5fa Fix simple-test.c, test.c by Shih-wei Liao · 13 years ago
  85. bd7130e Prologue. by Shih-wei Liao · 13 years ago
  86. c64e4d6 Add prologue to stub-test.cpp. by Shih-wei Liao · 13 years ago
  87. cbb2f63 Prologuing ELFHeader.cpp, ELFSectionHeader.cp, ELFSymbol.cpp... by Shih-wei Liao · 13 years ago
  88. ee6cdb9 Add prologue to implementation directory. by Shih-wei Liao · 13 years ago
  89. e2cdbc6 Fix ELFHeader.h, ELFObject.h, ELFReloc.h, ... by Shih-wei Liao · 13 years ago
  90. a4e5f36 Fix librsloader.cpp, librsloader.h, and test-librsloader.c: Add prologue. by Shih-wei Liao · 13 years ago
  91. a3d9cf6 Fix Android.mk, SConstruct, main.cpp. by Shih-wei Liao · 13 years ago
  92. e109815 Workaround for LLVM MC .bss mis-alignment issue. by Logan Chien · 13 years ago
  93. 11b5312 Add rsloaderGetSymbolSize for libbcc disassembler. by Logan Chien · 13 years ago
  94. f1bac53 Add ARM relocation type: R_ARM_ABS32. by TDYa127 · 13 years ago
  95. f3f63d6 Add X86_64 relocation type: R_X86_64_64. by TDYa127 · 13 years ago
  96. a13b690 Relocate all relocatable section. by TDYa127 · 13 years ago
  97. ff5aa61 Refactor rsl_assert. by Logan Chien · 13 years ago
  98. c40d8a8 Change assert to rsl_assert. by TDYa127 · 13 years ago
  99. ec32227 Implement our own assert. by TDYa127 · 13 years ago
  100. c69d4e2 Correct variable name. by TDYa127 · 13 years ago