index
:
dalvik.git
kitkat
dalvik
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
/
compiler
/
codegen
/
arm
/
CodegenDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Revert "Revert "Initialize callTgt variable""" into kitkat
Davor Bertovic
2014-04-01
1
-1
/
+1
|
\
|
*
Revert "Revert "Initialize callTgt variable""
Davor Bertovic
2014-04-01
1
-1
/
+1
*
|
Merge "Revert "Initialize callTgt variable"" into kitkat
Davor Bertovic
2014-03-30
1
-1
/
+1
|
\
|
|
*
Revert "Initialize callTgt variable"
Davor Bertovic
2014-03-30
1
-1
/
+1
*
|
dalvik: add placeholder for future changes
Wei Wang
2014-03-28
1
-1
/
+2
|
/
*
Initialize callTgt variable
Bernhard Rosenkränzer
2014-03-28
1
-1
/
+1
*
vm: Enable fast multiply on perf builds too
Steve Kondik
2014-03-24
1
-7
/
+0
*
Dalvik: DMB Optimisations for TracingJIT
David Butcher
2013-12-18
1
-7
/
+7
*
Merge branch 'kk_2.7_rb1.9' of git://codeaurora.org/platform/dalvik into caf
Steve Kondik
2013-11-11
1
-61
/
+331
|
\
|
*
dalvik: dalvik device extension pack.
Xin Qi
2013-10-31
1
-61
/
+322
*
|
Merge tag 'android-4.4_r1' into cm-11.0
Ricardo Cerqueira
2013-11-01
1
-4
/
+1
|
\
|
|
*
JIT: Use rsb and shift in easy multiply.
Anders O Nilsson
2013-06-14
1
-4
/
+1
|
*
JIT: Allow use of cbz/cbnz for conditional branch gen.
Anders O Nilsson
2013-04-18
1
-4
/
+2
*
|
Revert "Move verification of class access flags to libdex"
Ricardo Cerqueira
2013-11-01
1
-1
/
+147
*
|
JIT: Combine add with shift and offset for array load & store.
Anders O Nilsson
2013-07-24
1
-143
/
+0
*
|
JIT: Hoist loop load operations above loop.
Henrik Smiding
2013-07-24
1
-1
/
+2
*
|
JIT: Use rsb and shift in easy multiply.
Anders O Nilsson
2013-07-24
1
-4
/
+1
*
|
JIT: Allow use of cbz/cbnz for conditional branch gen.
Anders O Nilsson
2013-07-24
1
-4
/
+2
*
|
Add support for ARMv6J and ARMv6-VFP processor target
Arne Coucheron
2013-07-24
1
-1
/
+1
|
/
*
Optimize those StrictMath routines that are identical to Math routines.
Elliott Hughes
2012-09-14
1
-6
/
+16
*
Avoid sign extension in packed-switch.
Elliott Hughes
2012-07-17
1
-7
/
+7
*
Missing zero-checks in JIT compiler
Mattias Petersson
2012-07-10
1
-1
/
+9
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-19
/
+19
*
Remove unsupported experimental opcodes.
Elliott Hughes
2012-01-05
1
-117
/
+29
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-2
/
+2
*
Fix memory barriers (Issue 3338450)
buzbee
2011-09-27
1
-1
/
+7
*
Use std::string rather than malloc/free for saneDirName.
Elliott Hughes
2011-06-07
1
-1
/
+1
*
Prefer printf format "%#x" over "0x%x".
Dan Bornstein
2011-05-26
1
-4
/
+4
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
1
-5
/
+5
*
am cf4a20cf: Interpreter/Debugger fix #4479968
buzbee
2011-05-25
1
-1
/
+1
|
\
|
*
Interpreter/Debugger fix #4479968
buzbee
2011-05-25
1
-1
/
+1
*
|
am 313d430d: Another single-stepping fix in JIT self-verification mode.
Ben Cheng
2011-05-11
1
-2
/
+1
|
\
|
|
*
Another single-stepping fix in JIT self-verification mode.
Ben Cheng
2011-05-11
1
-2
/
+1
*
|
Establish a subclass relationships among the field types.
Carl Shapiro
2011-05-06
1
-5
/
+5
|
/
*
Establish a subclass relationship between ArrayObject and Object.
Carl Shapiro
2011-05-03
1
-10
/
+10
*
Local optimization fixes for diverences found by self verification.
Ben Cheng
2011-04-23
1
-0
/
+2
*
am 9f54185b: Set "needFallThroughBranch" flag during block split.
Ben Cheng
2011-04-22
1
-0
/
+9
*
Move the compiler into C++.
Carl Shapiro
2011-04-19
1
-0
/
+4811