1. 4ef3e45 Compiler constant handling rework by buzbee · 13 years ago
  2. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  3. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  4. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 12 years ago
  5. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 13 years ago
  6. a169e1d Quick compiler: refactored listing & const fix by buzbee · 13 years ago
  7. 078fa45 Quick compiler: improve ClobberSReg comments by buzbee · 13 years ago
  8. 609ba32 Fix/add comments in x86 long codegen. by Ian Rogers · 13 years ago
  9. 07ec8e1 Intrinsic for java.lang.Thread.currentThread. by Ian Rogers · 13 years ago
  10. a3a82b2 Quick compiler: minor cleanup by buzbee · 13 years ago
  11. 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago
  12. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 13 years ago
  13. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago
  14. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 13 years ago
  15. 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
  16. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 13 years ago
  17. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 13 years ago
  18. eaf09bc Quick compiler: more refactoring by buzbee · 13 years ago
  19. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago
  20. f0504cd Quick backend: rename target-specific #defines by buzbee · 13 years ago
  21. ec13743 Revert "Revert "Refactor codegen resource masks"" by buzbee · 13 years ago
  22. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 13 years ago
  23. 07131ca Refactor codegen resource masks by buzbee · 13 years ago
  24. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 13 years ago
  25. 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 13 years ago
  26. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 13 years ago
  27. 2e9f7ed Use shorter opcodes on x86 for opCmpImmBranch. by Ian Rogers · 13 years ago
  28. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 13 years ago
  29. 8320f38 Prune useless entries from dex to pc map by buzbee · 13 years ago
  30. 77ae36b Fix and enable inlining of some intrinsics on x86. by jeffhao · 13 years ago
  31. 0e3ac14 Fix fused branches, so vm-tests work again. by jeffhao · 13 years ago
  32. babda95 Populate call info and inline float/double conversions on x86. by jeffhao · 13 years ago
  33. 8302576 Added thin-lock fast path for monitor-enter/exit on x86. by jeffhao · 13 years ago
  34. 573b429 Enable load store elimination on x86. by jeffhao · 13 years ago
  35. 4b771a0 Implemented fused branches for long and fp on x86. by jeffhao · 13 years ago
  36. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 13 years ago
  37. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 13 years ago
  38. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 13 years ago
  39. a1da8a5 Quick compiler: complete switch support by buzbee · 13 years ago
  40. e296248 Fixes for x86 compiler optimizations. by jeffhao · 13 years ago
  41. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  42. ad8f15e Milestone: close Quick side channel communication by buzbee · 13 years ago
  43. 1395b1e Patches to x86 compilation to fix vm tests on emulator. by jeffhao · 13 years ago
  44. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  45. 4abb1a9 Fixes for x86 compilation with floats. by jeffhao · 13 years ago
  46. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 13 years ago
  47. 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
  48. 6023456 Various missing hunks. by Elliott Hughes · 13 years ago
  49. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 13 years ago
  50. 5772bab Fixed x86 compilation of filled-new-array/range. by jeffhao · 13 years ago
  51. 292188d More x86 fixes for floating point operations. by jeffhao · 13 years ago
  52. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 13 years ago
  53. 5121e0b Fix x86 long right shifting and int-to-float/double. by jeffhao · 13 years ago
  54. 6a4a7e1 Fix x86 compilation of const-wide. by jeffhao · 13 years ago
  55. 644d531 Fixes to x86 compilation. by jeffhao · 13 years ago
  56. bff2465 [Compiler] Add object ref discovery by buzbee · 13 years ago
  57. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  58. 4467908 Fix immediate size for IMUL32RRI, IMUL32RMI, and IMUL32RAI. by jeffhao · 13 years ago
  59. 225ae52 Implement RRI and RRI8 variants of IMUL. by Elliott Hughes · 13 years ago
  60. 5450e0e Fix psllq encoding bug. by Ian Rogers · 13 years ago
  61. d36c52e Check for null array assignments inline. Tidy asm macros. by Ian Rogers · 13 years ago
  62. 141d622 More X86 fixes. by Ian Rogers · 13 years ago
  63. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  64. fc700ed Fix x86 long math. by Ian Rogers · 13 years ago
  65. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  66. deaac40 Fix the C++ compilation part of the Mac build. by Elliott Hughes · 13 years ago
  67. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  68. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  69. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  70. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  71. b41b33b Add 3rd argument register to X86. by Ian Rogers · 13 years ago
  72. b3ab25b Enable compiler_test on host. by Ian Rogers · 13 years ago
  73. 9c044ce Support for promoting Method* and compiler temps by buzbee · 13 years ago
  74. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  75. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 13 years ago
  76. 141b0c7 Enable all tests on x86, add assertions by Ian Rogers · 13 years ago
  77. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  78. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  79. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  80. 719ace4 Stop saying "typedef struct" and "typedef enum". by Elliott Hughes · 13 years ago
  81. e7825db Fix build. by Elliott Hughes · 13 years ago
  82. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  83. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  84. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  85. de79783 Dummy up MOV instructions, add/tweak comments. by Ian Rogers · 13 years ago
  86. 96ab420 Beginning of X86 encoding map and instruction size routine. by Ian Rogers · 13 years ago
  87. a7678db x86 source code hack and slash by buzbee · 13 years ago
  88. e88dfbf x86 codegen source file skeletons by buzbee · 13 years ago
  89. e32ca23 Start of X86 LIR description. by Ian Rogers · 13 years ago