Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
4654322261c8e4d799acdea60a7e227f33c5c2db
/
runtime
/
common_test.h
1809a72
Uleb128 compression of vmap and mapping table.
by Ian Rogers
· 11 years ago
848871b
Entry point clean up.
by Ian Rogers
· 11 years ago
7655f29
Portable refactorings.
by Ian Rogers
· 11 years ago
0f055d1
resolved conflicts for merge of 7934ac28 to dalvik-dev
by Brian Carlstrom
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
be576f4
Fix jni-internal test breakage
by Anwar Ghuloum
· 11 years ago
6f28d91
Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger
by Anwar Ghuloum
· 11 years ago
4560248
Move TimingLogger creation to dex2oat
by Brian Carlstrom
· 11 years ago
0177fe2
Remove CompilerDriver::IsDebuggingSupported
by Brian Carlstrom
· 11 years ago
2d88862
Fixing cpplint readability/casting issues
by Brian Carlstrom
· 11 years ago
6f485c6
Fix cpplint whitespace/indent issues
by Brian Carlstrom
· 11 years ago
df62950
Fix cpplint whitespace/parens issues
by Brian Carlstrom
· 11 years ago
fc0e321
Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/common_test.h]
51c2467
libart-compiler cleanup
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
1d54e73
GC clean up.
by Ian Rogers
· 12 years ago
9639160
Move image class computation to the CompilerDriver
by Brian Carlstrom
· 11 years ago
7675e16
Rename art-cache to dalvik-cache
by Brian Carlstrom
· 11 years ago
33e9566
Various GCC 3.6 and clang build fixes.
by Ian Rogers
· 11 years ago
cf9773a
Merge "Compile filter for small applications and methods" into dalvik-dev
by Anwar Ghuloum
· 12 years ago
8447d84
Compile filter for small applications and methods
by Anwar Ghuloum
· 12 years ago
654d919
Add conscrypt to art tests
by Brian Carlstrom
· 12 years ago
79fe539
Removing remaining compiled stubs from image.
by Jeff Hao
· 12 years ago
58df327
Removed compiled resolution trampoline.
by Jeff Hao
· 12 years ago
c4f105d
Compile less stuff
by Anwar Ghuloum
· 12 years ago
9609cb6
Remove remaining code related to compiled invoke and proxy stubs.
by Jeff Hao
· 12 years ago
74180ca
Remove code related to compiled invoke stubs.
by Jeff Hao
· 12 years ago
f3e9855
Slow ART.
by Ian Rogers
· 12 years ago
4f6ad8a
Various performance improvements.
by Ian Rogers
· 12 years ago
3f47c12
Fix portable build on build server by removing depenency on ANDROID_HOST_OUT
by Brian Carlstrom
· 12 years ago
265091e
Remove ExtractCodeAndPrelink and switch Portable to MCLinker
by Brian Carlstrom
· 12 years ago
1212a02
Move the Compiler to CompilerDriver.
by Ian Rogers
· 12 years ago
c928de9
Remove Iceland.
by Ian Rogers
· 12 years ago
a40307e
Ensure VM's heap is accounted correctly.
by Ian Rogers
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
700c8d3
Move .oat files to ELF format
by Brian Carlstrom
· 12 years ago
e222ee0
Move stringpiece.h and stringprintf.h to base/.
by Elliott Hughes
· 12 years ago
1aa246d
Move casts.h and stl_util.h into base/.
by Elliott Hughes
· 12 years ago
f66330a
Fix icu4c include path pollution.
by Elliott Hughes
· 12 years ago
7616005
Switch over to the google3 unix_file File*.
by Elliott Hughes
· 12 years ago
02b6a78
Parellel mark stack processing
by Mathieu Chartier
· 12 years ago
4696b5b
Fix art usage of readdir_r(3).
by Elliott Hughes
· 12 years ago
2fa6b2e
Interpreter.
by Ian Rogers
· 12 years ago
c531cef
Eliminate #ifdef ART_USE_QUICK_COMPILER
by buzbee
· 12 years ago
0051be6
Add parsed options for heap min free, heap max free, target utilization.
by Mathieu Chartier
· 12 years ago
4445a7e
Class clean-up.
by Ian Rogers
· 12 years ago
66f1925
Change dex cache to be java object instead of array, add pointer to dex file in dex cache.
by Mathieu Chartier
· 12 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 12 years ago
c0228b8
Fixes to verifier and slowpaths for cts invoke tests.
by jeffhao
· 12 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 12 years ago
971bf3f
Compile method one-by-one.
by Logan Chien
· 13 years ago
4284bb9
Add thumb-specific code for invoke stub.
by Logan Chien
· 12 years ago
365c102
Increase use of ScopedJniThreadState.
by Ian Rogers
· 12 years ago
a21039c
Fix a bunch more lint.
by Elliott Hughes
· 12 years ago
56ef042
JNI test improvements.
by Elliott Hughes
· 12 years ago
3f6635a
Improve JniAbort (and JNI tests).
by Elliott Hughes
· 12 years ago
7a2a23a
Cleanup proxy stub compiler code.
by Logan Chien
· 12 years ago
eead4ac
Implement proxy stub for compiler_llvm.
by TDYa127
· 12 years ago
7b9d996
Tidy up some C-isms.
by Elliott Hughes
· 13 years ago
b264f08
Implement native method return value and upcall argument type checking.
by Elliott Hughes
· 13 years ago
937105a
Use ELF function index to distinguish generated functions.
by Logan Chien
· 13 years ago
0c717dd
Add ELF loader to OatFile.
by Logan Chien
· 13 years ago
e52e49b
Fix the mutex diagnostics, and other targets of opportunity.
by Elliott Hughes
· 13 years ago
0f3c553
Kill constants.h and fix some copyright headers.
by Elliott Hughes
· 13 years ago
de08e84
Remove ELF filename argument.
by Logan Chien
· 13 years ago
f7015fd
Add ELF loader to load the executables.
by Logan Chien
· 13 years ago
1cb0ae7
Fix the LLVM build.
by Shih-wei Liao
· 13 years ago
ba0668e
Make non-debug dex2oat omit timing and stats information
by Brian Carlstrom
· 13 years ago
5147733
Fix sdk_x86 build
by Brian Carlstrom
· 13 years ago
0637e27
Enable kSupportBootImageFixup
by Brian Carlstrom
· 13 years ago
b279337
Add disabled test-art-host-oat
by Brian Carlstrom
· 13 years ago
c4c9881
Fix the LLVM build. Separate out libart-compiler-llvm.so.
by Shih-wei Liao
· 13 years ago
b3bd5f0
Refactor the compilers out of libart.
by Elliott Hughes
· 13 years ago
edbd6ed
No more "-0", "-1" files. gtest-0 or boot-0 are OK, not "-0"
by Shih-wei Liao
· 13 years ago
5b8b1ed
Implement Link-loading and pass 62 tests in JniInternalTest.
by Shih-wei Liao
· 13 years ago
1984651
Invoke static/direct dispatch change.
by Ian Rogers
· 13 years ago
de6e4cf
Add dex2oat -g to control whether the compiled code has debugger support.
by Elliott Hughes
· 13 years ago
a004aa9
user build support for art (2 of 3)
by Brian Carlstrom
· 13 years ago
a56fcd6
Honor ANDROID_ROOT and ANDROID_DATA
by Brian Carlstrom
· 13 years ago
5523ee0
Add -j to dex2oat.
by Elliott Hughes
· 13 years ago
32b4b2a
Test changes to support tradefed
by Brian Carlstrom
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
b9cc1ca
Remove need for libarttest.so for gtests for tradefed
by Brian Carlstrom
· 13 years ago
9b06a0d
Make valgrind happy; just a test bug.
by Elliott Hughes
· 13 years ago
699f9f4
More %zds for the Mac build.
by Elliott Hughes
· 13 years ago
30fab40
Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming.
by Ian Rogers
· 13 years ago
7a00a3c
Fix definition GCC_VERSION
by Brian Carlstrom
· 13 years ago
a0cb120
Not all hosts are running linux...
by Elliott Hughes
· 13 years ago
8add92d
Remove the rest of the unordered_ stuff.
by Elliott Hughes
· 13 years ago
4d6850c
Fix the handful of leaks detectable in our tests.
by Elliott Hughes
· 13 years ago
e7d856b
Add GC map to oat file
by Brian Carlstrom
· 13 years ago
24782c6
Add a macro GCC_VERSION and use it to control code paths.
by Shih-wei Liao
· 13 years ago
c3b77c7
Avoid copying and strlen(3) in the FindClass path.
by Elliott Hughes
· 13 years ago
9557241
Don't default-construct std::strings and then assign them.
by Elliott Hughes
· 13 years ago
6d4d9fc
Reduce meta-data object sizes, introduce meta-data helper classes.
by Ian Rogers
· 13 years ago
ae82698
Add --image-classes to dex2oat
by Brian Carlstrom
· 13 years ago
9b1a4f4
Refactor testing to use dex file find routines.
by Ian Rogers
· 13 years ago
169c9a7
Remove the use of Method from jni_compiler
by Ian Rogers
· 13 years ago
Next »