index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
/
compiler
/
codegen
/
arm
/
Thumb2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dalvik is dead, long live Dalvik!
Brian Carlstrom
2014-08-05
3
-1846
/
+0
*
Dalvik: Add sdiv support in the JIT
Serban Constantinescu
2013-12-19
1
-0
/
+21
*
Dalvik: DMB Optimisations for TracingJIT
David Butcher
2013-11-12
1
-2
/
+2
*
JIT: Use rsb and shift in easy multiply.
Anders O Nilsson
2013-06-14
1
-0
/
+7
*
Fix JIT bug related to immediate doubles
buzbee
2013-04-26
1
-1
/
+2
*
JIT: Performance fix for const doubles
buzbee
2012-11-30
1
-4
/
+36
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-1
/
+1
*
Fix a Thumb vs Thumb2 codegen bug.
Ben Cheng
2011-05-11
1
-1
/
+31
*
Move the compiler into C++.
Carl Shapiro
2011-04-19
3
-1
/
+1
*
Handle relocatable class objects in JIT'ed code.
Ben Cheng
2011-03-10
1
-4
/
+4
*
Handle OP_THROW in the method JIT.
Ben Cheng
2011-03-02
2
-20
/
+20
*
Interpreter restructuring: eliminate InterpState
buzbee
2011-02-19
1
-4
/
+4
*
Misc goodies in the JIT in preparation for more aggressive code motion.
Ben Cheng
2011-02-08
1
-23
/
+34
*
Fix push/pop instruction selection and encoding.
Ben Cheng
2011-01-24
1
-4
/
+22
*
Light refactoring of handleExecuteInline.
Elliott Hughes
2011-01-20
1
-2
/
+2
*
[JIT] Trace profiling support
buzbee
2010-12-17
1
-1
/
+52
*
[JIT] Regalloc cleanup
buzbee
2010-12-14
1
-6
/
+0
*
Fix implicit conversions, rename reserved works, enable -Wc++-compat.
Carl Shapiro
2010-12-07
2
-7
/
+7
*
Rename some instruction/opcode types and utilities.
Dan Bornstein
2010-12-02
1
-2
/
+2
*
It's "opcode" not "opCode".
Dan Bornstein
2010-12-01
2
-153
/
+153
*
Get rid of the copies of the opcode table pointers.
Dan Bornstein
2010-11-19
1
-2
/
+2
*
Stop reporting negative widths.
Andy McFadden
2010-11-12
1
-3
/
+2
*
Fix Thumb2 codegen.
Dan Bornstein
2010-11-11
1
-2
/
+3
*
JIT - support for return-void-barrier [Issue 2992352]
buzbee
2010-11-01
1
-2
/
+2
*
JIT: Add new compare-immed-and-branch primative & drop useless clrex
buzbee
2010-08-31
2
-14
/
+7
*
JIT: Add memory barriers on monitor enter/exit [issue 2951403]
buzbee
2010-08-26
1
-0
/
+2
*
JIT: Reworked the assembler to be smarter about short instruction forms
buzbee
2010-08-04
1
-11
/
+3
*
JIT: Fix for 2813841, use core regs for sub-word data
Bill Buzbee
2010-07-07
2
-9
/
+14
*
Jit: Fix for 2717275 First JIT bug reported by external developers
buzbee
2010-05-26
1
-3
/
+9
*
Remove unused labels, variables, and functions. Enable warnings.
Carl Shapiro
2010-05-21
2
-7
/
+0
*
Clean up the codegen for invoking helper callout functions.
Ben Cheng
2010-04-02
2
-5
/
+10
*
Jit: Fix for 2542488 JIT codegen bug with overlapping wide operands
Bill Buzbee
2010-03-25
1
-1
/
+1
*
Jit: Make most Jit compile failures non-fatal; just abort offending translation
Bill Buzbee
2010-03-07
2
-3
/
+3
*
Jit: Fix for issue 2487769, Simplify in-line thin lock release
Bill Buzbee
2010-03-05
1
-51
/
+92
*
Jit: Sapphire tuning - mostly scheduling.
Bill Buzbee
2010-03-03
2
-81
/
+15
*
Fix a couple of typos in JIT function names.
Elliott Hughes
2010-02-25
2
-2
/
+2
*
Optimize more easy multiplications by constants.
Elliott Hughes
2010-02-24
1
-0
/
+11
*
Jit: Monitor exit, possible fix for Issue 2396073
Bill Buzbee
2010-02-16
1
-0
/
+9
*
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
3
-69
/
+69
*
Made Self Verification mode's memory interface less intrusive.
jeffhao
2010-02-04
1
-6
/
+38
*
Jit: Rework monitor enter/exit to simplify thread suspension
Bill Buzbee
2010-02-02
1
-14
/
+18
*
Jit: Rework delayed start plus misc. cleanup
Bill Buzbee
2010-01-28
2
-1
/
+9
*
I did not reconcile my change to remove the Lock structure from Object
Carl Shapiro
2009-12-22
1
-5
/
+5
*
Jit: Update monitor lock/unlock to reflect thinlock changes (I34b20f49)
Bill Buzbee
2009-12-22
1
-2
/
+22
*
Remove conditionally compiled code for monitor-only locks.
Carl Shapiro
2009-12-21
1
-4
/
+0
*
Restructure the codegen to make architectural depedency explicit.
Ben Cheng
2009-11-22
3
-0
/
+1622