Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
0767c9a85a97e0e16c39a63c31de6c543304b0a4
/
build
7f2e3da
Fix host gtests compiled with gcc
by Brian Carlstrom
· 11 years ago
06160f2
Merge "Fix missing link line for libgtest_host."
by Tim Murray
· 11 years ago
0ab4461
Fix missing link line for libgtest_host.
by Tim Murray
· 11 years ago
2269d2a
HACK: force target art executables to be compiled for 32-bit
by Colin Cross
· 11 years ago
b95a534
AArch64: Add arm64 runtime support.
by Stuart Monteith
· 11 years ago
43c8642
Fix lint error, and Makefile that could be confused with local files.
by Nicolas Geoffray
· 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
3314dcf
Merge "Fix debugger crashes in presence of proxy objects."
by Sebastien Hertz
· 11 years ago
b7054ba
Fix debugger crashes in presence of proxy objects.
by Sebastien Hertz
· 11 years ago
b34f69a
Add command line support for enabling the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
922141a
Fixed and refactored 64b host build
by Andreas Gampe
· 11 years ago
d858c96
Disable host clang only if WITHOUT_HOST_CLANG is set
by Ying Wang
· 11 years ago
9719cd2
Support WITHOUT_CLANG builds
by Brian Carlstrom
· 11 years ago
35df1f3
Work around arm64 host prebuilt differences.
by Ian Rogers
· 11 years ago
e0dcd46
JNI down call fixes.
by Ian Rogers
· 11 years ago
a03de6d
Revert "Revert "Make clang the default compiler on host.""
by Ian Rogers
· 11 years ago
d54f3a6
Revert "Make clang the default compiler on host."
by Ian Rogers
· 11 years ago
87f8b4c
Make clang the default compiler on host.
by Ian Rogers
· 11 years ago
719d1a3
Enable annotalysis on clang ART builds.
by Ian Rogers
· 11 years ago
befbd57
Fix host architecture for 64bit.
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
9583fbc
Remove oat file location in the image.
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
f3e2cc4
Code cleanup to avoid LLVM dependency when building with quick only.
by Nicolas Geoffray
· 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
4d2efce
Don't hardcode object layout in Unsafe and space_test.
by Hiroshi Yamauchi
· 11 years ago
43b2e0f
Fix multi-line hex dumping and add unit test.
by Ian Rogers
· 11 years ago
b5a9646
Remove -D__STDC_FORMAT_MACROS.
by Ian Rogers
· 11 years ago
660f8f0
Remove boot.art phony target
by Brian Carlstrom
· 11 years ago
be9e06c
Merge "art: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA"
by Brian Carlstrom
· 11 years ago
3cab422
Move __STDC_FORMAT_MACROS to a cflag.
by Ian Rogers
· 11 years ago
3f2d031
Use macros to remove CFI information for MAC OS/X
by Mark Mendell
· 11 years ago
b32a3ad
Fix bit-rot in clean-oat targets
by Brian Carlstrom
· 11 years ago
84c7ac2
art: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA
by Brian Carlstrom
· 11 years ago
8a7b39c
Build boot.art only if we are building the host toolchain.
by Ying Wang
· 11 years ago
7ab763c
Move boot image generation to the build project
by Brian Carlstrom
· 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
7bcbb29
am 55ed56bd: Merge "Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error"
by Brian Carlstrom
· 11 years ago
ce90ec4
Don't force dex2oat run on dex2oat changes
by Dave Allison
· 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
ef9ddc9
am 2b07096c: Fix Mac build
by Brian Carlstrom
· 11 years ago
2b07096
Fix Mac build
by Brian Carlstrom
· 11 years ago
fe6e6a7
am 661cc989: Merge "Make ART\'s run-test support Dalvik so we can remove dalvik/tests"
by Brian Carlstrom
· 11 years ago
dc959ea
Make ART's run-test support Dalvik so we can remove dalvik/tests
by Brian Carlstrom
· 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
775c496
resolved conflicts for merge of b926b3c6 to dalvik-dev
by Brian Carlstrom
· 11 years ago
b926b3c
am 920d7fd5: am ce88853a: Have JNI FindClass fall back to system ClassLoader Bug: 10994325
by Brian Carlstrom
· 11 years ago
ce88853
Have JNI FindClass fall back to system ClassLoader Bug: 10994325
by Brian Carlstrom
· 11 years ago
b60df31
am d910172d: Don\'t fail if llvm.mk is not available.
by Ying Wang
· 11 years ago
d910172
Don't fail if llvm.mk is not available.
by Ying Wang
· 11 years ago
75165d0
Add valgrind support to compiler arena allocator.
by Mathieu Chartier
· 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
8d11af5
Switch GCC -O flags, O3 non-debug, 01 debug.
by Ian Rogers
· 11 years ago
9b3c3cd
C++11 support for ART.
by Mathieu Chartier
· 11 years ago
b373308
Add a systrace support for lock contention logging.
by Hiroshi Yamauchi
· 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
fa50baa
Restore build-art minimal build
by Brian Carlstrom
· 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
32e8e04
Merge "Multiple-inclusion protection for Android.common.mk" into dalvik-dev
by Brian Carlstrom
· 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
37c19bc
Multiple-inclusion protection for Android.common.mk
by Dragos Sbirlea
· 11 years ago
166db04
Move assembler out of runtime into compiler/utils.
by Ian Rogers
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 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
d0e4e9e
am 05eecea7: Enable running cpplint.py on art C++ files when using mm and mmm
by Brian Carlstrom
· 11 years ago
05eecea
Enable running cpplint.py on art C++ files when using mm and mmm
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
c0ee650
Fix LOCAL_ADDITIONAL_DEPENDENCIES in Android.oat.mk
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
Next »