index
:
dalvik.git
kitkat
dalvik
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
/
compiler
/
codegen
/
arm
/
Thumb
/
Factory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the compiler into C++.
Carl Shapiro
2011-04-19
1
-914
/
+0
*
Handle relocatable class objects in JIT'ed code.
Ben Cheng
2011-03-10
1
-2
/
+2
*
Handle OP_THROW in the method JIT.
Ben Cheng
2011-03-02
1
-13
/
+13
*
Misc goodies in the JIT in preparation for more aggressive code motion.
Ben Cheng
2011-02-08
1
-19
/
+57
*
Add explicit casts from "void *" to destination types.
Ben Cheng
2010-12-14
1
-2
/
+2
*
It's "opcode" not "opCode".
Dan Bornstein
2010-12-01
1
-115
/
+115
*
JIT: Add new compare-immed-and-branch primative & drop useless clrex
buzbee
2010-08-31
1
-10
/
+7
*
Clean up warnings detected by gcc.
Ben Cheng
2010-05-28
1
-3
/
+0
*
Clean up the codegen for invoking helper callout functions.
Ben Cheng
2010-04-02
1
-5
/
+9
*
Jit: Make most Jit compile failures non-fatal; just abort offending translation
Bill Buzbee
2010-03-07
1
-10
/
+20
*
Jit: Sapphire tuning - mostly scheduling.
Bill Buzbee
2010-03-03
1
-27
/
+43
*
Fix a couple of typos in JIT function names.
Elliott Hughes
2010-02-25
1
-1
/
+1
*
Added LDMIA/STMIA support to Self Verification mode.
jeffhao
2010-02-10
1
-0
/
+8
*
Jit: Phase 1 of register utility cleanup/rewrite - the great renaming
Bill Buzbee
2010-02-09
1
-28
/
+28
*
Made Self Verification mode's memory interface less intrusive.
jeffhao
2010-02-04
1
-1
/
+20
*
Restructure the codegen to make architectural depedency explicit.
Ben Cheng
2009-11-22
1
-0
/
+825