Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
08351f6ad0e6efa40955cc37a64cc29a7daa031b
08351f6
Merge "Enhance FindUsages to treat its strings as regular expressions." into dalvik-dev
by Elliott Hughes
· 14 years ago
1c7c32e
Enhance FindUsages to treat its strings as regular expressions.
by Elliott Hughes
· 14 years ago
c8d1d06
Merge "Refactor the garbage collection class initialization." into dalvik-dev
by Carl Shapiro
· 14 years ago
5584c2b
Merge "Add a non-moving option to dvmMalloc and make use of it." into dalvik-dev
by Carl Shapiro
· 14 years ago
d862faa
Get rid of uneeded extern, enum, typedef and struct qualifiers.
by Carl Shapiro
· 14 years ago
52e2626
Add a non-moving option to dvmMalloc and make use of it.
by Carl Shapiro
· 14 years ago
71ae36c
Refactor the garbage collection class initialization.
by Carl Shapiro
· 14 years ago
5cdd4a3
Normalize some enumerations.
by Carl Shapiro
· 14 years ago
c67c23b
Eliminate the PROFILE_FIELD_ACCESS feature.
by Carl Shapiro
· 14 years ago
50e5fd5
Use C++ linkage in GC headers and remove unneeded typedefs.
by Carl Shapiro
· 14 years ago
a4f95fd
Merge "Make libdex structures tool friendly." into dalvik-dev
by Carl Shapiro
· 14 years ago
bfc9799
Make libdex structures tool friendly.
by Carl Shapiro
· 14 years ago
d5c80e0
Remove the old forcecopy in favor of the new.
by Elliott Hughes
· 14 years ago
b266c22
Merge "Add -Xjniopts:forcecopy-unmap to catch more errors than forcecopy." into dalvik-dev
by Elliott Hughes
· 14 years ago
a5f3ed8
Add -Xjniopts:forcecopy-unmap to catch more errors than forcecopy.
by Elliott Hughes
· 14 years ago
093bba7
am de9e2b90: Bug fixes for ld/st elimination.
by Ben Cheng
· 14 years ago
de9e2b9
Bug fixes for ld/st elimination.
by Ben Cheng
· 14 years ago
043e17b
am 98bfc3b7: Bug fix for SCCP improperly handling phis with some constant sources.
by jeffhao
· 14 years ago
98bfc3b
Bug fix for SCCP improperly handling phis with some constant sources.
by jeffhao
· 14 years ago
200b0df
Bug fix for SCCP improperly handling phis with some constant sources.
by jeffhao
· 14 years ago
cf2aac7
Refine & simplify the interBreak mechanism
by buzbee
· 14 years ago
1b9c9af
Merge "Move JNIHelp's implementation to C++." into dalvik-dev
by Elliott Hughes
· 14 years ago
f06a4d1
Move JNIHelp's implementation to C++.
by Elliott Hughes
· 14 years ago
243db25
Local optimization fixes for diverences found by self verification.
by Ben Cheng
· 14 years ago
0ed5b9b
Fix a buffer overrun in jniLogException.
by Elliott Hughes
· 14 years ago
389e258
InterpBreak cleanup (part 1)
by buzbee
· 14 years ago
30bc0d4
Consolidate curFrame fields in thread storage
by buzbee
· 14 years ago
fad8198
am 381333db: Fix self-verification with backward branches or invokes.
by Ben Cheng
· 14 years ago
c743225
am 9f54185b: Set "needFallThroughBranch" flag during block split.
by Ben Cheng
· 14 years ago
381333d
Fix self-verification with backward branches or invokes.
by Ben Cheng
· 14 years ago
9f54185
Set "needFallThroughBranch" flag during block split.
by Ben Cheng
· 14 years ago
f7ab441
Merge "Combine CstUtf8 and CstString." into dalvik-dev
by Jesse Wilson
· 14 years ago
3332018
Combine CstUtf8 and CstString.
by Jesse Wilson
· 14 years ago
8a045d9
Merge "Fix -Xjniopts:forcecopy, which I broke." into dalvik-dev
by Elliott Hughes
· 14 years ago
9d14da5
Fix -Xjniopts:forcecopy, which I broke.
by Elliott Hughes
· 14 years ago
d2ab575
am 90232632: Kill stale assert, fix for 4310384
by buzbee
· 14 years ago
9023263
Kill stale assert, fix for 4310384
by buzbee
· 14 years ago
122dac5
Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE.
by Carl Shapiro
· 14 years ago
5d6b40f
Merge "Remove unneeded void argument list declarations." into dalvik-dev
by Carl Shapiro
· 14 years ago
1e1433e
Remove unneeded void argument list declarations.
by Carl Shapiro
· 14 years ago
cd8f5e7
Move the interpreter into C++.
by Carl Shapiro
· 14 years ago
58ddbad
Merge "Move the compiler into C++." into dalvik-dev
by Carl Shapiro
· 14 years ago
735b947
am 4dd60e2c: am 6892cab9: am e4195e1c: Fix a type error in the allocation of non-moving arrays.
by Carl Shapiro
· 14 years ago
4dd60e2
am 6892cab9: am e4195e1c: Fix a type error in the allocation of non-moving arrays.
by Carl Shapiro
· 14 years ago
6892cab
am e4195e1c: Fix a type error in the allocation of non-moving arrays.
by Carl Shapiro
· 14 years ago
e4195e1
Fix a type error in the allocation of non-moving arrays.
by Carl Shapiro
· 14 years ago
c233f16
Revert "am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request"
by Carl Shapiro
· 14 years ago
5d5b94c
Move the compiler into C++.
by Carl Shapiro
· 14 years ago
38fd4b5
Merge "Change Type, Method and Field to be IDs rather than values." into dalvik-dev
by Jesse Wilson
· 14 years ago
fc0e572
Merge "Replace public uses of dvmAllocArray with dvmAllocArrayByClass." into dalvik-dev
by Carl Shapiro
· 14 years ago
e3548ae
am d336a946: am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request
by Sriram Raman
· 14 years ago
d336a94
am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request
by Sriram Raman
· 14 years ago
024b7b9
am a0739ea3: am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request
by Sriram Raman
· 14 years ago
a0739ea
am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request
by Sriram Raman
· 14 years ago
af24282
Revert "Fix a type error in the allocation of non-moving arrays." per Ryan's request
by Sriram Raman
· 14 years ago
d52d4b1
Replace public uses of dvmAllocArray with dvmAllocArrayByClass.
by Carl Shapiro
· 14 years ago
eba7057
Change Type, Method and Field to be IDs rather than values.
by Jesse Wilson
· 14 years ago
5f7d21e
am f4b9e275: am 8bfb6dec: am bb8c2f35: am bdd06aad: Fix a type error in the allocation of non-moving arrays.
by Carl Shapiro
· 14 years ago
f4b9e27
am 8bfb6dec: am bb8c2f35: am bdd06aad: Fix a type error in the allocation of non-moving arrays.
by Carl Shapiro
· 14 years ago
8bfb6de
am bb8c2f35: am bdd06aad: Fix a type error in the allocation of non-moving arrays.
by Carl Shapiro
· 14 years ago
bb8c2f3
am bdd06aad: Fix a type error in the allocation of non-moving arrays.
by Carl Shapiro
· 14 years ago
6f430bb
Merge "Remove dvmAllocObjectArray and all of its uses." into dalvik-dev
by Carl Shapiro
· 14 years ago
26a6b7f
Tweaks for C++ compilation.
by Dan Bornstein
· 14 years ago
a4f4a73
Remove dvmAllocObjectArray and all of its uses.
by Carl Shapiro
· 14 years ago
07ae69e
Merge "Improve the impossible allocation log message." into dalvik-dev
by Carl Shapiro
· 14 years ago
819cc38
Merge "Adjust basis against which enum performance is compared." into dalvik-dev
by Jesse Wilson
· 14 years ago
2384bdf
Improve the impossible allocation log message.
by Carl Shapiro
· 14 years ago
bdd06aa
Fix a type error in the allocation of non-moving arrays.
by Carl Shapiro
· 14 years ago
541ea61
Adjust basis against which enum performance is compared.
by Jesse Wilson
· 14 years ago
2ba33db
Fix a type error in the allocation of non-moving arrays.
by Carl Shapiro
· 14 years ago
f0cf2df
Merge "[JIT] Clear inJitCodeCache flag on return" into dalvik-dev
by buzbee
· 14 years ago
a1deedd
Merge "Move the remaining non-compiler VM code into C++." into dalvik-dev
by Carl Shapiro
· 14 years ago
d5f6ef4
[JIT] Clear inJitCodeCache flag on return
by buzbee
· 14 years ago
61ad16e
Support catch blocks.
by Jesse Wilson
· 14 years ago
70bd7ff
Merge "Return Code instances from Method.declare." into dalvik-dev
by Jesse Wilson
· 14 years ago
da2a9cb
Return Code instances from Method.declare.
by Jesse Wilson
· 14 years ago
d5c36b9
Move the remaining non-compiler VM code into C++.
by Carl Shapiro
· 14 years ago
c469fa6
Fix build by reverting NELEM change.
by Elliott Hughes
· 14 years ago
12ddb41
In C++, we can offer a better NELEM.
by Elliott Hughes
· 14 years ago
590f0aa
Merge "Move the verifier and parts of the interpreter into C++." into dalvik-dev
by Carl Shapiro
· 14 years ago
cee7938
Merge "Start actually using C++ in the JNI implementation." into dalvik-dev
by Elliott Hughes
· 14 years ago
1813ab2
Move the verifier and parts of the interpreter into C++.
by Carl Shapiro
· 14 years ago
23ba960
Start actually using C++ in the JNI implementation.
by Elliott Hughes
· 14 years ago
b665fb2
Don't require a dalvikvm to build.
by Jesse Wilson
· 14 years ago
376e9e5
Merge "Bare-bones dex code generator." into dalvik-dev
by Jesse Wilson
· 14 years ago
ed0fe6c
Bare-bones dex code generator.
by Jesse Wilson
· 14 years ago
8938303
More JNI implementation cleanup.
by Elliott Hughes
· 14 years ago
87993cb
Merge "Switch the JNI code over to C++." into dalvik-dev
by Elliott Hughes
· 14 years ago
0647d29
Switch the JNI code over to C++.
by Elliott Hughes
· 14 years ago
5049572
Merge "Cleanup." into dalvik-dev
by Dan Bornstein
· 14 years ago
88eaaaa
Fix out-of-date comments.
by Elliott Hughes
· 14 years ago
b584d4a
Cleanup.
by Dan Bornstein
· 14 years ago
2d63bc5
Move JDWP into C++ and add extern "C" to remaining non-compiler includes.
by Carl Shapiro
· 14 years ago
7986b75
Merge "Compile libdex as C++." into dalvik-dev
by Dan Bornstein
· 14 years ago
43eb723
am 780d3e25: make dvmOpenCachedDexFile resistant to umask changes.
by Nick Kralevich
· 14 years ago
a70a3d8
Compile libdex as C++.
by Dan Bornstein
· 14 years ago
780d3e2
make dvmOpenCachedDexFile resistant to umask changes.
by Nick Kralevich
· 14 years ago
ccc740b
am 80aedd4d: The jni-tips documentation has moved to frameworks/base.
by Elliott Hughes
· 14 years ago
80aedd4
The jni-tips documentation has moved to frameworks/base.
by Elliott Hughes
· 14 years ago
843cc1a
Merge "Move fundamental object definitions and operations to C++" into dalvik-dev
by Carl Shapiro
· 14 years ago
Next »