Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
1895ea386ca78573302483f589ebabd8ce1480e7
1895ea3
Fix cpplint readability/fn_size issues
by Brian Carlstrom
· 11 years ago
3e3d591
Fix cpplint build/namespaces issues
by Brian Carlstrom
· 11 years ago
df62950
Fix cpplint whitespace/parens issues
by Brian Carlstrom
· 11 years ago
0cd7ec2
Fix cpplint whitespace/blank_line issues
by Brian Carlstrom
· 11 years ago
f69863b
Fix cpplint whitespace/newline issues
by Brian Carlstrom
· 11 years ago
93ba893
Fix cpplint runtime/explicit issues
by Brian Carlstrom
· 11 years ago
b1eba21
Fix cpplint whitespace/comma issues
by Brian Carlstrom
· 11 years ago
2ce745c
Fix cpplint whitespace/braces issues
by Brian Carlstrom
· 11 years ago
fc0e321
Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 11 years ago
56d947f
Add verification of boot.oat generated on device
by Brian Carlstrom
· 11 years ago
6d69f59
Fix thread initialization issue when runtime started twice (as seen in image_test)
by Brian Carlstrom
· 11 years ago
17bfe26
Use LOCAL_REQUIRED_MODULES instead of LOCAL_ADDITIONAL_DEPENDENCIES so we only relink the tests on libart changes but do not recompile them.
by Brian Carlstrom
· 11 years ago
0cb7853
Fix typo in makefile
by Brian Carlstrom
· 11 years ago
c0ee650
Fix LOCAL_ADDITIONAL_DEPENDENCIES in Android.oat.mk
by Brian Carlstrom
· 11 years ago
3795f25
Use non-PHONY dependency to avoid rebuilding art gtests repeatedly.
by Brian Carlstrom
· 11 years ago
4478eb0
Include dex2oatd along with libart and libartd-compiler
by Brian Carlstrom
· 11 years ago
87de59d
Merge "Do not mark pages executable unnecessarily to play nice with selinux"
by Brian Carlstrom
· 11 years ago
f1d3455
Do not mark pages executable unnecessarily to play nice with selinux
by Brian Carlstrom
· 11 years ago
e68fb3c
Mark libbcinfo as a SHARED_LIBRARY dependency.
by Stephen Hines
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
5cd9e3b
Revert "Always enable lock level checks." DO NOT MERGE
by Brian Carlstrom
· 11 years ago
098249e
Merge remote-tracking branch 'goog/dalvik-dev' into merge-art-to-master
by Brian Carlstrom
· 11 years ago
dab6f91
Merge "Fixes for portable build" into dalvik-dev
by Brian Carlstrom
· 11 years ago
3693c08
Fixes for portable build
by Brian Carlstrom
· 11 years ago
3d92d52
Add HAVE_ANDROID_OS check around cutils/properties.h include
by Brian Carlstrom
· 11 years ago
1581766
resolved conflicts for merge of 51c2467e to dalvik-dev
by Brian Carlstrom
· 11 years ago
51c2467
libart-compiler cleanup
by Brian Carlstrom
· 11 years ago
3d76933
Merge "Let dalvikvm default based on persist.sys.dalvik.vm.lib" into dalvik-dev
by Brian Carlstrom
· 11 years ago
b1a5879
Port 1778d17feda232e5f794ba1ebdf400a600a17fd8 to art.
by Elliott Hughes
· 11 years ago
934313b
Let dalvikvm default based on persist.sys.dalvik.vm.lib
by Brian Carlstrom
· 11 years ago
d3d41ba
Merge "Adds missing dataflow flag for invoke-interface." into dalvik-dev
by Sebastien Hertz
· 11 years ago
46e811b
Fix DDMS allocation tracker.
by Mathieu Chartier
· 11 years ago
67ce9b0
Adds missing dataflow flag for invoke-interface.
by Sebastien Hertz
· 11 years ago
534f2b6
Fix GetDirectBufferrAddress to use GetLongField.
by Jeff Hao
· 11 years ago
5ece451
Merge "Fix debug build assertion failing on boot." into dalvik-dev
by Jeff Hao
· 11 years ago
cf90940
Fix debug build assertion failing on boot.
by Jeff Hao
· 11 years ago
44d854d
am 27c590ed: (-s ours) Revert "Always enable lock level checks." DO NOT MERGE
by Brian Carlstrom
· 11 years ago
27c590e
Revert "Always enable lock level checks." DO NOT MERGE
by Brian Carlstrom
· 11 years ago
ebc5402
am 4922e9d4: Use /system/framework/framework.jar:preloaded-classes for on device dex2oat
by Brian Carlstrom
· 11 years ago
28e923f
am c6444052: Update class_initializer_black_list for master
by Brian Carlstrom
· 11 years ago
9408dda
am 2c3caadb: Merge remote-tracking branch \'goog/dalvik-dev\' into merge-art-to-master
by Brian Carlstrom
· 11 years ago
4922e9d
Use /system/framework/framework.jar:preloaded-classes for on device dex2oat
by Brian Carlstrom
· 11 years ago
c644405
Update class_initializer_black_list for master
by Brian Carlstrom
· 11 years ago
2c3caad
Merge remote-tracking branch 'goog/dalvik-dev' into merge-art-to-master
by Brian Carlstrom
· 11 years ago
e0e4340
Merge "Fix -Xint mode." into dalvik-dev
by Jeff Hao
· 11 years ago
56adf60
Adds ThrowAbstractMethodError to common throws.
by Sebastien Hertz
· 11 years ago
7d658cf
Fix -Xint mode.
by Sebastien Hertz
· 11 years ago
3dd9f76
Interpret methods invoked via JNI in interpreter only mode.
by Jeff Hao
· 11 years ago
9dacec7
Merge "Fix GetQuickCodeFor to return actual code pointer if it exists." into dalvik-dev
by Jeff Hao
· 11 years ago
bdd0fb9
Improve sticky GC ergonomics
by Mathieu Chartier
· 11 years ago
f3e861d
Fix GetQuickCodeFor to return actual code pointer if it exists.
by Jeff Hao
· 11 years ago
5f10000
Merge "Preparing SSA support for SEA IR: reaching definitions." into dalvik-dev
by Anwar Ghuloum
· 11 years ago
d25de7a
Preparing SSA support for SEA IR: reaching definitions.
by Dragos Sbirlea
· 11 years ago
50425ad
Merge "Add marks for instrumentation frames that get interpreted." into dalvik-dev
by Jeff Hao
· 11 years ago
8a85399
Merge "Constructor barrier support in DEX-to-DEX compiler." into dalvik-dev
by Sebastien Hertz
· 11 years ago
190dec7
Merge "Fix DDMS lock ordering error." into dalvik-dev
by Mathieu Chartier
· 11 years ago
73cca6f
Fix DDMS lock ordering error.
by Mathieu Chartier
· 11 years ago
2010a60
Disable -Xjnigreflimit: in art too.
by Elliott Hughes
· 11 years ago
9a916d3
Add marks for instrumentation frames that get interpreted.
by Jeff Hao
· 11 years ago
0b4e3ef
Add StandardCharsets to the class_initializer_black_list
by Brian Carlstrom
· 11 years ago
3e089ee
Merge "add dalvik.system.VMRuntime.vmLibrary implementation for ART" into dalvik-dev
by Anwar Ghuloum
· 11 years ago
c1cea9c
Merge "Cleanup quick support in verifier." into dalvik-dev
by Sebastien Hertz
· 11 years ago
cc10e0e
Constructor barrier support in DEX-to-DEX compiler.
by Sebastien Hertz
· 11 years ago
2cb33b8
Improve SPARSE_SWITCH handling in interpreter.
by Sebastien Hertz
· 11 years ago
dfe1935
Merge "Avoid duplicated code for FILLED_NEW_ARRAY." into dalvik-dev
by Sebastien Hertz
· 11 years ago
24bbb10
Avoid duplicated code for FILLED_NEW_ARRAY.
by Sebastien Hertz
· 11 years ago
4ec2c8e
Merge "Minor interpreter cleanup." into dalvik-dev
by Sebastien Hertz
· 11 years ago
60c70c7
Merge "Make Array's throw routines void." into dalvik-dev
by Sebastien Hertz
· 11 years ago
cef450c
add dalvik.system.VMRuntime.vmLibrary implementation for ART
by Brian Carlstrom
· 11 years ago
13e2d1f
Minor interpreter cleanup.
by Sebastien Hertz
· 11 years ago
55163b8
Merge "Adding systrace logging to GC" into dalvik-dev
by Mathieu Chartier
· 11 years ago
752a0e6
Adding systrace logging to GC
by Mathieu Chartier
· 11 years ago
9897be9
Make Array's throw routines void.
by Sebastien Hertz
· 11 years ago
48fcf64
Merge "Remove unused Thread parameter from ThrowArithmeticExceptionDivideByZero." into dalvik-dev
by Sebastien Hertz
· 11 years ago
e53ebbc
Merge changes I3b33358e,I7467ee05 into dalvik-dev
by Anwar Ghuloum
· 11 years ago
eac1880
am 75fe90cd: Improve exception detail with JNI_OnLoad issues
by Brian Carlstrom
· 11 years ago
75fe90c
Improve exception detail with JNI_OnLoad issues
by Brian Carlstrom
· 11 years ago
39f9927
Added wrapper functions for register acccess in Instruction.
by Dragos Sbirlea
· 11 years ago
921d7ae
Merge "Change alloc space lock level" into dalvik-dev
by Mathieu Chartier
· 11 years ago
5103322
Change alloc space lock level
by Mathieu Chartier
· 11 years ago
0a3b863
Remove unused Thread parameter from ThrowArithmeticExceptionDivideByZero.
by Sebastien Hertz
· 11 years ago
c15853b
Cleanup quick support in verifier.
by Sebastien Hertz
· 11 years ago
d325151
am f3b3bf13: Make art use core-libart explicitly (part 2)
by Brian Carlstrom
· 11 years ago
f3b3bf1
Make art use core-libart explicitly (part 2)
by Brian Carlstrom
· 11 years ago
eae0550
Make art use core-libart explicitly (part 2)
by Brian Carlstrom
· 11 years ago
9c7ca42
am 3b010aa8: Make art use core-libart explicitly
by Brian Carlstrom
· 11 years ago
3b010aa
Make art use core-libart explicitly
by Brian Carlstrom
· 11 years ago
78b3888
am fb67b724: Make art adapt to BOOTCLASSPATH containing dalvik core.jar
by Brian Carlstrom
· 11 years ago
80a4598
am a7a60a82: add use-art, use-artd, use-dalvik phony targets
by Brian Carlstrom
· 11 years ago
7467ee0
Added support for SEA IR.
by Dragos Sbirlea
· 11 years ago
b126134
Merge "Quickening support." into dalvik-dev
by Sebastien Hertz
· 11 years ago
fb67b72
Make art adapt to BOOTCLASSPATH containing dalvik core.jar
by Brian Carlstrom
· 11 years ago
a7a60a8
add use-art, use-artd, use-dalvik phony targets
by Brian Carlstrom
· 11 years ago
4098316
am 999cd43e: Fix oat-target to use new odex style extensions
by Brian Carlstrom
· 11 years ago
999cd43
Fix oat-target to use new odex style extensions
by Brian Carlstrom
· 11 years ago
2d6ba51
Quickening support.
by Sebastien Hertz
· 12 years ago
ce3e27b
Fix oat-target to use new odex style extensions
by Brian Carlstrom
· 11 years ago
1e2ee7d
Merge "Rename vmData" into dalvik-dev
by Anwar Ghuloum
· 11 years ago
3c50a4b
Rename vmData
by Anwar Ghuloum
· 11 years ago
1d54e73
GC clean up.
by Ian Rogers
· 12 years ago
Next »