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
/
ArchUtility.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the compiler into C++.
Carl Shapiro
2011-04-19
1
-427
/
+0
*
Generate code for loops formed with the new builder
Ben Cheng
2011-03-31
1
-0
/
+5
*
Dump the current code stream when the assembler fails on size issues.
Ben Cheng
2011-03-24
1
-0
/
+1
*
Print class/method info for virtual callsites in JIT verbose mode.
Ben Cheng
2011-03-14
1
-2
/
+5
*
Handle relocatable class objects in JIT'ed code.
Ben Cheng
2011-03-10
1
-1
/
+8
*
Handle OP_THROW in the method JIT.
Ben Cheng
2011-03-02
1
-2
/
+2
*
Add support to do suspend polling on backward branches in JIT'ed code.
Ben Cheng
2011-02-16
1
-0
/
+12
*
Misc goodies in the JIT in preparation for more aggressive code motion.
Ben Cheng
2011-02-08
1
-4
/
+4
*
Add runtime support for method based compilation.
Ben Cheng
2011-01-26
1
-5
/
+5
*
Fix push/pop instruction selection and encoding.
Ben Cheng
2011-01-24
1
-5
/
+11
*
Stamp out some x86/host mode warnings
buzbee
2010-12-14
1
-0
/
+6
*
Fix implicit conversions, rename reserved works, enable -Wc++-compat.
Carl Shapiro
2010-12-07
1
-1
/
+1
*
It's "opcode" not "opCode".
Dan Bornstein
2010-12-01
1
-3
/
+3
*
Rename OpCode.h -> DexOpcodes.h.
Dan Bornstein
2010-12-01
1
-1
/
+1
*
JIT: Support for shift field in disassembler [issue 2465170]
buzbee
2010-08-05
1
-0
/
+14
*
Implement method inlining for getters/setters
Ben Cheng
2010-08-02
1
-1
/
+2
*
JIT: Support for Dalvik volatiles (issue 2781881)
buzbee
2010-07-21
1
-0
/
+27
*
Relocate OpCodeNames.[ch].
Andy McFadden
2010-06-22
1
-1
/
+1
*
Remove unused labels, variables, and functions. Enable warnings.
Carl Shapiro
2010-05-21
1
-1
/
+0
*
Fix a race condition in JIT state refresh under debugging / misc code cleanup.
Ben Cheng
2010-03-31
1
-10
/
+10
*
Fix chaining offset mis-calculation for translations w/ large switch statements.
Ben Cheng
2010-01-15
1
-0
/
+3
*
Major registor allocation rework - stage 1.
Bill Buzbee
2009-10-30
1
-25
/
+25
*
Make the traige process for self-verification found divergence easier.
Ben Cheng
2009-10-15
1
-1
/
+1
*
Implemented a new scheduler and FP register allocator.
Ben Cheng
2009-09-25
1
-11
/
+61
*
Model resource usage for each Thumb/Thumb2 instrution.
Ben Cheng
2009-09-11
1
-1
/
+5
*
Implement SSA-based loop optimizations.
Ben Cheng
2009-09-01
1
-2
/
+13
*
Improved codegen for inline, continuing codegen restructuring
Bill Buzbee
2009-08-28
1
-8
/
+15
*
Thumb/Thumb2 instruction selection rework.
Bill Buzbee
2009-08-25
1
-1
/
+5
*
New changes to enable self verification mode.
Jeff Hao
2009-08-21
1
-0
/
+3
*
Continuing evolution of Thumb2 support.
Bill Buzbee
2009-08-13
1
-0
/
+28
*
Fixed 2 floating point bugs; improved debug output; armv7-a thumb2 inline sqrt
Bill Buzbee
2009-08-01
1
-0
/
+6
*
Stage 2 of structural changes for support of THUMB2. No logic changes.
Bill Buzbee
2009-07-28
1
-0
/
+230