1. 0b686e5 Refactor the temporary solution of the stubs. by TDYa127 · 13 years ago
  2. e75bc72 Fix 012-math. Add fmod. by Shih-wei Liao · 13 years ago
  3. ccffd9e Fix link bug in LLVM. by TDYa127 · 13 years ago
  4. 3f9137d Fix NPE message in LLVM. by TDYa127 · 13 years ago
  5. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  6. b77799d Fix the fill-array-data bug in method compiler (LLVM). by TDYa127 · 13 years ago
  7. 14924fe Implement GetCodeSize for LLVM build. by Logan Chien · 13 years ago
  8. 8532191 Late method resolution. by TDYa127 · 13 years ago
  9. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 13 years ago
  10. 0c717dd Add ELF loader to OatFile. by Logan Chien · 13 years ago
  11. 3fe0c60 Move ElfLoader from libart-compiler-llvm to libart. by Logan Chien · 13 years ago
  12. 1b86d07 Implement CheckPutArrayElement. by TDYa127 · 13 years ago
  13. 308ea6c Fix ARM's HelloWorld. Add some compiler_runtime functions for LLVM/ARM. by Shih-wei Liao · 13 years ago
  14. 540a5b7 Compiler_LLVM doesn't use reference map. by TDYa127 · 13 years ago
  15. 4165a83 Implement StackOverflow check. by TDYa127 · 13 years ago
  16. 64f884d Fix compiler runtime function lookup bug. by Logan Chien · 13 years ago
  17. 9e0e54d Should not call PushNativeToManagedRecord. by Shih-wei Liao · 13 years ago
  18. 3de5ba3 Implement RTTI related runtime support. by TDYa127 · 13 years ago
  19. f8641ce Fix the division overflow. by TDYa127 · 13 years ago
  20. d23c5ad Add compiler runtime function list for symbol lookup. by Logan Chien · 13 years ago
  21. 5539ad0 Fix SHL, SHR, USHR implementation bug. by Logan Chien · 13 years ago
  22. 2d70217 Fix the find_catch_block bug in runtime_support_llvm. by TDYa127 · 13 years ago
  23. ee0d3fb LLVM doesn't use Frame. by TDYa127 · 13 years ago
  24. f058c0f LLVMLongName should preserve the return type. by TDYa127 · 13 years ago
  25. a849cb6 Fix compiler_llvm bugs. by TDYa127 · 13 years ago
  26. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 13 years ago
  27. c6c317e Experimental. by Shih-wei Liao · 13 years ago
  28. b1ab7df Cope with runtime refactoring on the LLVM side. by Shih-wei Liao · 13 years ago
  29. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  30. 9000a84 Acquire lock for synchronized methods. by TDYa127 · 13 years ago
  31. de08e84 Remove ELF filename argument. by Logan Chien · 13 years ago
  32. 0cc6ab6 Add ELF extractor to oatdump. by Logan Chien · 13 years ago
  33. df57614 Add GetElfImages() method to CompilerLLVM. by Logan Chien · 13 years ago
  34. 0f0899a Add ElfImage to hold ELF image address and size. by Logan Chien · 13 years ago
  35. 31a9933 Fix GEP & refactor compiler_llvm::JniCompiler. by TDYa127 · 13 years ago
  36. f7015fd Add ELF loader to load the executables. by Logan Chien · 13 years ago
  37. 106b2a0 Create an instance of CompilerLLVM in the constructor of Compiler. by Logan Chien · 13 years ago
  38. aeb5303 Add GetCompilationUnit() to CompilerLLVM. by Logan Chien · 13 years ago
  39. 6920bce Add ELF index to art::CompiledMethod. by Logan Chien · 13 years ago
  40. 6546ec5 Add ELF index to art::compiler_llvm::CompilationUnit. by Logan Chien · 13 years ago
  41. b9eaeea Emit the ELF image into the memory buffer. by Logan Chien · 13 years ago
  42. 92ad16d Fix LLVM build: Add 2 more arguments to ComputeInvokeInfo. by Logan Chien · 13 years ago
  43. 0c215db Code cleanup: Remove LLVM initialization dead code. by Logan Chien · 13 years ago
  44. f130655 Workaround on SEGV of LLVM backend. by Logan Chien · 13 years ago
  45. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 13 years ago
  46. 536047d Use JValue* instead of byte* on the LLVM side too. by Shih-wei Liao · 13 years ago
  47. 1b0a1b7 Remove the hard coded "constants" related to shadow frame. by Logan Chien · 13 years ago
  48. f7ad17e Split shadow stack from SIRT. by Logan Chien · 13 years ago
  49. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  50. 6f4976c Replace some LLVM-specific code with something more general. by Elliott Hughes · 13 years ago
  51. 13b835a Fix LLVM #includes and push one piece of LLVM-specific lossage down. by Elliott Hughes · 13 years ago
  52. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 13 years ago
  53. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 13 years ago
  54. ddbd01a Move compiler-specific code out of runtime_support_common. by Shih-wei Liao · 13 years ago
  55. 399ed3f Add object-space related runtime support. by Shih-wei Liao · 13 years ago
  56. b0ee9d7 Add runtime_support_common. by Shih-wei Liao · 13 years ago
  57. fc34adb Use llvm_shutdown_obj to fix "static initialization order fiasco." by Shih-wei Liao · 13 years ago
  58. 66adbb7 Implement thread-related runtime support routines. by Shih-wei Liao · 13 years ago
  59. 63deaad Fix memory corruption due to premature llvm_shutdown(). by Shih-wei Liao · 13 years ago
  60. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  61. bc615a1 Create the runtime support table from the function list. by Logan Chien · 13 years ago
  62. fc5bc67 Add more runtime function defintion for LLVM. by Logan Chien · 13 years ago
  63. bae4c85 Remove the quotation of the function name. by Logan Chien · 13 years ago
  64. 2771fb1 Move the runtime support function lookup callback to runtime_support_llvm.cc. by Logan Chien · 13 years ago
  65. 3b2b2e7 Fix IGET/IPUT slow path code generation. by Logan Chien · 13 years ago
  66. a6b2ca6 Remove unused runtime support function. by Logan Chien · 13 years ago
  67. 113f4fc Add runtime support routines to runtime_support_llvm.h and utils_llvm. by Shih-wei Liao · 13 years ago
  68. a8a9c34 Initial runtime support routines for ART LLVM. by Shih-wei Liao · 13 years ago
  69. 4c17dff Enable -arm-long-calls for ARMv7/Thumb2 code generation. by Logan Chien · 13 years ago
  70. 013b6f2 Print LLVM passes time consumption. by Logan Chien · 13 years ago
  71. 6d6d754 Remove duplicated code. by Logan Chien · 13 years ago
  72. ce11906 Remove MutexLock from the argument. Use AssertHeld instead. by Logan Chien · 13 years ago
  73. 6edfde4 Add kMips and mips32r2 target attribute. Remove NoFramePointerElim. by Shih-wei Liao · 13 years ago
  74. 50aaf81 Code cleanup: Move private members to the end of class declaration. by Logan Chien · 13 years ago
  75. d6e614b Rename header guard of compiler_llvm.h by Logan Chien · 13 years ago
  76. 7f76761 Cleanup LLVM code generation code. by Logan Chien · 13 years ago
  77. 8ee03b5 Use switch statement to select target triple. by Logan Chien · 13 years ago
  78. 1557ea5 Disable frame pointer elimination of the LLVM code generator. by Logan Chien · 13 years ago
  79. dd7cf5b Move llvm::PassRegistry to InitializeLLVM(). by Logan Chien · 13 years ago
  80. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 13 years ago
  81. 8b977d3 Compile llvm.Module into ELF object file. by Logan Chien · 13 years ago
  82. 88894ee JNI compiler. by Logan Chien · 13 years ago
  83. 04ec04e Fix LLVM compiler following array object representation change by Ian Rogers · 13 years ago
  84. 61c65dc Remove CADMs from LLVM code generator. by Logan Chien · 13 years ago
  85. 4dd96f5 Extract method-related information from CompilationUnit. by Logan Chien · 13 years ago
  86. a61ab5e Remove JEnv* argument from upcall stub. by Logan Chien · 13 years ago
  87. e75a8cc Ignore frame-larger-than warning for auto generated code. by Logan Chien · 13 years ago
  88. 8faf802 Fix build for incompatible API change: int32_t -> uint32_t. by Logan Chien · 13 years ago
  89. 8dfcbea Add shadow stack support to Dex compiler. by Logan Chien · 13 years ago
  90. 3f71e70 Add shadow stack runtime support function to art_module.ll. by Logan Chien · 13 years ago
  91. 6a91799 Add Module as a member of IRBuilder. by Logan Chien · 13 years ago
  92. 90d5099 Fix the build, because we still need the ret_shorty. by Shih-wei Liao · 13 years ago
  93. f04364f Add upcall compiler. by Logan Chien · 13 years ago
  94. 7caf37e Implement invoke-interface instruction. by Logan Chien · 14 years ago
  95. e73b621 Implement invoke-super instruction. by Logan Chien · 14 years ago
  96. 46fbb41 Implement invoke-virtual instruction. by Logan Chien · 13 years ago
  97. 1a121b9 Implement invoke-static and invoke-direct instructions. by Logan Chien · 13 years ago
  98. 2aeca0b Add resolve method. by Logan Chien · 14 years ago
  99. 14179c8 Implement sput* instructions. by Logan Chien · 14 years ago
  100. 438c4b6 Implement sget* instructions. by Logan Chien · 14 years ago