Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
5a4b8a236030460651a3136397d23ca6744e7eb7
/
build
/
Android.gtest.mk
7e3652c
Revert "Implement suspend checks in new compiler."
by Nicolas Geoffray
· 10 years ago
6fbce02
Implement suspend checks in new compiler.
by Nicolas Geoffray
· 10 years ago
928f72b
ART: Fix things for valgrind
by Andreas Gampe
· 10 years ago
0ff21b1
ART: Add dex dependency for gtest
by Andreas Gampe
· 11 years ago
deb6fe2
Really fix target gtest dependencies
by Brian Carlstrom
· 11 years ago
db8a664
Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.
by Jeff Hao
· 11 years ago
6400683
Fix target and host gtest dependencies.
by Nicolas Geoffray
· 11 years ago
e71d597
Merge "Fix proxy tracing and enable tests that now work with tracing."
by Jeff Hao
· 11 years ago
f0a3f09
Fix proxy tracing and enable tests that now work with tracing.
by Jeff Hao
· 11 years ago
2c26501
Add card table test.
by Mathieu Chartier
· 11 years ago
86507ed
Merge "Add a new stack map scheme that encodes compilation info per pc."
by Nicolas Geoffray
· 11 years ago
55fff04
Rewrite topological sort order and improve GVN.
by Vladimir Marko
· 11 years ago
99ea58c
Add a new stack map scheme that encodes compilation info per pc.
by Nicolas Geoffray
· 11 years ago
1a43dd7
Add write barriers to optimizing compiler.
by Nicolas Geoffray
· 11 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 11 years ago
e63db27
Break apart header files.
by Ian Rogers
· 11 years ago
0025a86
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
by Nicolas Geoffray
· 11 years ago
7fb36de
Revert "Revert "Add implicit null and stack checks for x86""
by Dave Allison
· 11 years ago
95a0597
Global Value Numbering.
by Vladimir Marko
· 11 years ago
7424081
Use memory chunks for monitors on LP64
by Andreas Gampe
· 11 years ago
b63727c
Merge "ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception"
by Andreas Gampe
· 11 years ago
1af6a1f
ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception
by Elena Sayapina
· 11 years ago
1a2f84e
Fix dex file dependencies for oat tests.
by Ian Rogers
· 11 years ago
4d1231d
The host build has changed from lib32/lib to lib/lib64.
by Nicolas Geoffray
· 11 years ago
8b11544
Merge "AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered"
by Andreas Gampe
· 11 years ago
86797a7
AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered
by Serban Constantinescu
· 11 years ago
327e6b4
We can no longer use "adb shell sh -c ..." internally
by Brian Carlstrom
· 11 years ago
eb85f2b
Further refine gtest dependencies.
by Brian Carlstrom
· 11 years ago
532714a
Fix test-art-target error
by Brian Carlstrom
· 11 years ago
665de8a
Fix various test dependencies.
by Ian Rogers
· 11 years ago
afd9acc
Multilib ART host.
by Ian Rogers
· 11 years ago
df10b32
ART: Dex file verifier needs to check proto idx of method id.
by Andreas Gampe
· 11 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 11 years ago
41c507a
ART: Generalize code to find PC for artInvokeInterfaceTrampoline
by Alexei Zavjalov
· 11 years ago
d1c606f
Add locking around boot image generation.
by Narayan Kamath
· 11 years ago
ec7e472
Fix some bugs in graph construction/simplification methods.
by Nicolas Geoffray
· 11 years ago
dadc7dc
Disable thumb assembler test to fix art build
by Dave Allison
· 11 years ago
0eb3e75
Merge "Thumb2 assembler for JNI compiler and optimizing compiler"
by Dave Allison
· 11 years ago
65fcc2c
Thumb2 assembler for JNI compiler and optimizing compiler
by Dave Allison
· 11 years ago
4352b45
ART: Add a test checking TLS offsets and entrypoints
by Andreas Gampe
· 11 years ago
5ca4eaa
ART: Make LOCAL_CLANG architecture dependent for the target
by Andreas Gampe
· 11 years ago
a7062e0
Add a linear scan register allocator to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
adde7d2
Merge "Import Dart's parallel move resolver."
by Nicolas Geoffray
· 11 years ago
4e3d23a
Import Dart's parallel move resolver.
by Nicolas Geoffray
· 11 years ago
2a0e954
Move art host to libc++
by Dan Albert
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
ba0c51f
Switch ART to libc++.
by Ian Rogers
· 11 years ago
84e5242
Merge "Add ISA directory to image and odex pathnames."
by Brian Carlstrom
· 11 years ago
4f3f3fa
Merge "Build live ranges in preparation for register allocation."
by Nicolas Geoffray
· 11 years ago
ddb311f
Build live ranges in preparation for register allocation.
by Nicolas Geoffray
· 11 years ago
0e12bdc
Add ISA directory to image and odex pathnames.
by Brian Carlstrom
· 11 years ago
c001b09
Merge "add make target variables for gtests"
by Tsu Chiang Chuang
· 11 years ago
ec245a4
add make target variables for gtests
by Tsu Chiang Chuang
· 11 years ago
0d3f578
Linearize the graph before creating live ranges.
by Nicolas Geoffray
· 11 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
622d9c3
Add loop recognition and CFG simplifications in new compiler.
by Nicolas Geoffray
· 11 years ago
804d093
Build live-in, live-out and kill sets for each block.
by Nicolas Geoffray
· 11 years ago
11d9f06
Use instruction specific dalvik cache dirs.
by Narayan Kamath
· 11 years ago
5a4fa82
x86_64 Assembler Test Infrastructure, fix x86_64 assembler
by Andreas Gampe
· 11 years ago
53e5d10
Merge "Add a Transform to SSA phase to the optimizing compiler."
by Nicolas Geoffray
· 11 years ago
c32e770
Add a Transform to SSA phase to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
5c1e435
Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code
by Andreas Gampe
· 11 years ago
525cde2
Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs
by Andreas Gampe
· 11 years ago
2fe0792
Fix dependencies in the test suite for multi-target tests
by Andreas Gampe
· 11 years ago
bd5ea6a
Preparation for transition to libc++.
by Ian Rogers
· 11 years ago
2faf284
Merge "Long support in optimizing compiler."
by Nicolas Geoffray
· 11 years ago
01bc96d
Long support in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
135016a
art: Use SIRT::GetAlignedSirtSizeTarget in calling convention
by Dmitry Petrochenko
· 11 years ago
1552373
AArch64: Fix Managed Register unit tests
by Serban Constantinescu
· 11 years ago
afbaa1a
Build changes to build multilib tests
by Andreas Gampe
· 11 years ago
cae10f7
Add -lpthread -ldl to link executable/tests
by Andrew Hsieh
· 11 years ago
7f2e3da
Fix host gtests compiled with gcc
by Brian Carlstrom
· 11 years ago
0ab4461
Fix missing link line for libgtest_host.
by Tim Murray
· 11 years ago
bfea9c2
Class initialization check elimination.
by Vladimir Marko
· 11 years ago
53b8b09
Refactor reflective method invocation.
by Ian Rogers
· 11 years ago
b7054ba
Fix debugger crashes in presence of proxy objects.
by Sebastien Hertz
· 11 years ago
e0dcd46
JNI down call fixes.
by Ian Rogers
· 11 years ago
ed8dd49
AArch64: Add ARM64 Assembler
by Serban Constantinescu
· 11 years ago
2fecd65
Merge "Add codegen support to the optimizing compiler."
by Nicolas Geoffray
· 11 years ago
d4dd255
Add codegen support to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
491ca9e
Add ART -help and -showversion
by Brian Carlstrom
· 11 years ago
24651ec
Further split of the space tests
by Andreas Gampe
· 11 years ago
b48b9eb
Fix clang to compile and run host tests.
by Ian Rogers
· 11 years ago
a1ce1fe
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
by Brian Carlstrom
· 11 years ago
504e699
Merge "Add conditional branches, and build dominator tree."
by Nicolas Geoffray
· 11 years ago
be9a92a
Add conditional branches, and build dominator tree.
by Nicolas Geoffray
· 11 years ago
a743351
Split space_test into separate checks
by Andreas Gampe
· 11 years ago
f59f18b
Fix and rewrite local value numbering.
by Vladimir Marko
· 11 years ago
c4a2ee4
Merge "art: convert makefiles to support multilib build"
by Colin Cross
· 11 years ago
818f210
Re-apply: Initial check-in of an optimizing compiler.
by Nicolas Geoffray
· 11 years ago
1af0c0b
Revert "Initial check-in of an optimizing compiler."
by Nicolas Geoffray
· 11 years ago
68a5fef
Initial check-in of an optimizing compiler.
by Nicolas Geoffray
· 11 years ago
dc781a1
art: convert makefiles to support multilib build
by Colin Cross
· 11 years ago
d2fe10a
Remove blacklist
by Sebastien Hertz
· 11 years ago
43b2e0f
Fix multi-line hex dumping and add unit test.
by Ian Rogers
· 11 years ago
500793f
LEB128 tests and performance measurements.
by Ian Rogers
· 11 years ago
86aed2a
Fix testing all valgrind tests and make errors abort.
by Ian Rogers
· 11 years ago
d912e5c
Allow host valgrind gtests to be run individually.
by Ian Rogers
· 11 years ago
1bd2ceb
Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error
by Brian Carlstrom
· 11 years ago
7020278
Support hardware divide instruction
by Dave Allison
· 11 years ago
Next »