Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
0767c9a85a97e0e16c39a63c31de6c543304b0a4
/
build
/
Android.gtest.mk
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
ba150c3
Omit OatMethodOffsets for classes without compiled code
by Brian Carlstrom
· 11 years ago
413e89f
Refactor ArenaBitVector to create more general BitVector
by Brian Carlstrom
· 11 years ago
193bad9
Multi threaded hashed deduplication during compilation.
by Mathieu Chartier
· 11 years ago
0e480ca
Move output_stream files out of runtime.
by Ian Rogers
· 11 years ago
4446ab9
Systrace fixups and refactoring for TimingLogger
by Anwar Ghuloum
· 11 years ago
597e46b
Added tests for SEA IR intermediate representation.
by Dragos Sbirlea
· 11 years ago
423fb4d
Add tests for SEA IR types infrastructure.
by Dragos Sbirlea
· 11 years ago
f133479
am 025218c7: Clean up stlport usage.
by Elliott Hughes
· 11 years ago
025218c
Clean up stlport usage.
by Elliott Hughes
· 11 years ago
7655f29
Portable refactorings.
by Ian Rogers
· 11 years ago
2f7eb4d
am 9004cb65: Allow MemMap to support empty map requests
by Brian Carlstrom
· 11 years ago
9004cb6
Allow MemMap to support empty map requests
by Brian Carlstrom
· 11 years ago
166db04
Move assembler out of runtime into compiler/utils.
by Ian Rogers
· 11 years ago
8a7bc17
am 55c0ac85: Merge "Enable darwin target build for art."
by Brian Carlstrom
· 11 years ago
19e776c
Enable darwin target build for art.
by Brian Carlstrom
· 11 years ago
61ecc58
am 17bfe263: 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
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
cf6aba6
am 0cb7853d: Fix typo in makefile
by Brian Carlstrom
· 11 years ago
0cb7853
Fix typo in makefile
by Brian Carlstrom
· 11 years ago
875ebec
am 3795f251: Use non-PHONY dependency to avoid rebuilding art gtests repeatedly.
by Brian Carlstrom
· 11 years ago
3795f25
Use non-PHONY dependency to avoid rebuilding art gtests repeatedly.
by Brian Carlstrom
· 11 years ago
ad0c220
am 4478eb0a: Include dex2oatd along with libart and libartd-compiler
by Brian Carlstrom
· 11 years ago
4478eb0
Include dex2oatd along with libart and libartd-compiler
by Brian Carlstrom
· 11 years ago
58cc497
Move ScopedHashtable files out of art/src
by Brian Carlstrom
· 11 years ago
1db9113
resolved conflicts for merge of 7940e44f to dalvik-dev
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
8cc5162
Semi-pruned SSA support for sea-ir.
by Dragos Sbirlea
· 11 years ago
51c2467
libart-compiler cleanup
by Brian Carlstrom
· 11 years ago
cd5d042
Clang build support, -Wthread-safety with GCC 4.6.
by Ian Rogers
· 11 years ago
52e55cb
Remove gcc-based tsan support
by Brian Carlstrom
· 12 years ago
c928de9
Remove Iceland.
by Ian Rogers
· 12 years ago
700c8d3
Move .oat files to ELF format
by Brian Carlstrom
· 12 years ago
6ed960d
Merge "Add thread pool class" into dalvik-dev
by Ian Rogers
· 12 years ago
0e4627e
Add thread pool class
by Mathieu Chartier
· 12 years ago
c531cef
Eliminate #ifdef ART_USE_QUICK_COMPILER
by buzbee
· 12 years ago
21d28f5
GBC Expander. Removed lir.
by Shih-wei Liao
· 12 years ago
871599a
Restore tests tag for target
by Brian Carlstrom
· 12 years ago
3bdcd3d
Remove build warnings due to now unnecessary LOCAL_MODULE_TAGS
by Brian Carlstrom
· 12 years ago
971bf3f
Compile method one-by-one.
by Logan Chien
· 13 years ago
eaec3ae
chmod +x before running a gtest on the target
by Brian Carlstrom
· 12 years ago
eb02a12
Use our own 'main' for gtest tests.
by Elliott Hughes
· 12 years ago
2cfc639
Foundation for Quick LLVM compiler
by buzbee
· 13 years ago
e94d9b2
Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir = Greenland
by Shih-wei Liao
· 12 years ago
b0aa9d3
Fix target gtest depenencies
by Brian Carlstrom
· 13 years ago
b264f08
Implement native method return value and upcall argument type checking.
by Elliott Hughes
· 13 years ago
b466920
Fix space_test for (USE_LLVM_COMPILER) build.
by TDYa127
· 13 years ago
c4c9881
Fix the LLVM build. Separate out libart-compiler-llvm.so.
by Shih-wei Liao
· 13 years ago
5b8b1ed
Implement Link-loading and pass 62 tests in JniInternalTest.
by Shih-wei Liao
· 13 years ago
282dab0
Add Java_MyClass_sbar to list of test symbols
by Brian Carlstrom
· 13 years ago
06e3ad4
Turn on some basic tsan annotations.
by Elliott Hughes
· 13 years ago
32b4b2a
Test changes to support tradefed
by Brian Carlstrom
· 13 years ago
0f09676
Fix test-art-target on the Mac.
by Elliott Hughes
· 13 years ago
cfede66
Fix Mac build
by Brian Carlstrom
· 13 years ago
b9cc1ca
Remove need for libarttest.so for gtests for tradefed
by Brian Carlstrom
· 13 years ago
6717d0d
Move target gtests to /data/nativetest for tradefed
by Brian Carlstrom
· 13 years ago
659526d
Work around unexplained $(filter-out) trouble.
by Elliott Hughes
· 13 years ago
34cf514
Work around the fact that Linux and Mac OS have opposite requirements for libgtest.
by Elliott Hughes
· 13 years ago
e71719d
Fix the Mac build. Really. I have binaries and everything.
by Elliott Hughes
· 13 years ago
29e7ac7
Moving from libdvm to libart (1 of 5)
by Brian Carlstrom
· 13 years ago
47a0d5a
Move art content to /data
by Brian Carlstrom
· 13 years ago
7178e73
Fix gtest build and execution
by Brian Carlstrom
· 13 years ago
0796af0
Fix Object::IsSoftReference
by Brian Carlstrom
· 13 years ago
bbf1e41
Move main method tests from gtests to oat tests
by Brian Carlstrom
· 13 years ago
[Renamed (65%) from build/Android.test.mk]
bc51235
Remove redundant libgtest_host linkage
by Brian Carlstrom
· 13 years ago
8692721
Fix ClassLinker::LinkInterfaceMethods bug
by Brian Carlstrom
· 13 years ago
1619286
Add oat file generation and tests to build
by Brian Carlstrom
· 13 years ago
1d3f114
Support 32-bit volatiles.
by Elliott Hughes
· 13 years ago
4b620ff
Finish moving state to managed heap
by Brian Carlstrom
· 13 years ago
881dd56
Reduce test dependencies
by Brian Carlstrom
· 13 years ago
8a48741
Allow compilation of classes in different ClassLoaders
by Brian Carlstrom
· 13 years ago
9f30b38
Externalize test code
by Brian Carlstrom
· 13 years ago
Next »