index
:
dalvik.git
kitkat
dalvik
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
/
compiler
/
codegen
/
arm
/
CodegenCommon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the compiler into C++.
Carl Shapiro
2011-04-19
1
-447
/
+0
*
Handle relocatable class objects in JIT'ed code.
Ben Cheng
2011-03-10
1
-7
/
+6
*
Handle OP_THROW in the method JIT.
Ben Cheng
2011-03-02
1
-1
/
+1
*
Add support to do suspend polling on backward branches in JIT'ed code.
Ben Cheng
2011-02-16
1
-13
/
+50
*
Misc goodies in the JIT in preparation for more aggressive code motion.
Ben Cheng
2011-02-08
1
-3
/
+29
*
Implement method parser and SSA transformation.
Ben Cheng
2010-12-13
1
-1
/
+2
*
Fix implicit conversions, rename reserved works, enable -Wc++-compat.
Carl Shapiro
2010-12-07
1
-7
/
+7
*
Another clarifying rename and a bit more automation.
Dan Bornstein
2010-12-03
1
-1
/
+1
*
It's "opcode" not "opCode".
Dan Bornstein
2010-12-01
1
-30
/
+30
*
Say kNumDalvikInstructions when appropriate.
Dan Bornstein
2010-11-19
1
-1
/
+1
*
Staticify.
Andy McFadden
2010-09-17
1
-1
/
+1
*
Clean up warnings detected by gcc.
Ben Cheng
2010-05-28
1
-0
/
+2
*
Fix a race condition in JIT state refresh under debugging / misc code cleanup.
Ben Cheng
2010-03-31
1
-1
/
+1
*
Jit: Make most Jit compile failures non-fatal; just abort offending translation
Bill Buzbee
2010-03-07
1
-1
/
+2
*
Jit: Sapphire tuning - mostly scheduling.
Bill Buzbee
2010-03-03
1
-5
/
+38
*
Jit: fix typo that caused incorrect def mask for blr's.
Bill Buzbee
2010-02-25
1
-1
/
+1
*
Jit: Phase 1 of register utility cleanup/rewrite - the great renaming
Bill Buzbee
2010-02-09
1
-3
/
+3
*
Fix for 2367397 - Runtime reset with threshold lowered to 20.
Bill Buzbee
2010-01-11
1
-0
/
+3
*
Restructure the codegen to make architectural depedency explicit.
Ben Cheng
2009-11-22
1
-0
/
+345