Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
8c434dcc78d497e18590461700894d1c3e96013d
/
build
8c434dc
MIPS: Assemblers changes needed for optimizing compiler
by Goran Jakovljevic
· 9 years ago
dbce0d7
MIPS64r6 Assembler Tests
by Chris Larsen
· 9 years ago
4b6d025
Merge "Make it possible to change the read barrier type as build config."
by Hiroshi Yamauchi
· 9 years ago
d0f5b02
Merge "Fix typo from previous commit."
by Nicolas Geoffray
· 9 years ago
7701d10
Fix typo from previous commit.
by Nicolas Geoffray
· 9 years ago
2e28775
Make it possible to change the read barrier type as build config.
by Hiroshi Yamauchi
· 9 years ago
51c6c18
KNOWN_BROKEN/FAILING does not work for gtests.
by Nicolas Geoffray
· 9 years ago
00f2428
Merge "Test fails on mips."
by Nicolas Geoffray
· 9 years ago
b2ae66a
Test fails on mips.
by Nicolas Geoffray
· 9 years ago
409e809
Don't force the boot image to using quick.
by Nicolas Geoffray
· 9 years ago
f6010ec
Fix static build when libbacktrace links llvm libraries.
by Yabin Cui
· 9 years ago
8a159fd
ART: Use JIT image for JIT run tests
by Andreas Gampe
· 9 years ago
22af3be
Use induction variable range analysis in BCE (statically).
by Aart Bik
· 9 years ago
d472066
Revert "Revert "Re-enable Clang's -Wpessimizing-move""
by Pirama Arumuga Nainar
· 9 years ago
4a37953
Revert "Re-enable Clang's -Wpessimizing-move"
by Pirama Arumuga Nainar
· 9 years ago
8f5d2d8
Re-enable Clang's -Wpessimizing-move
by Pirama Arumuga Nainar
· 9 years ago
fc1ccd7
lambda: Infrastructure to support capture/liberate-variable dex opcodes
by Igor Murashkin
· 9 years ago
f54cde6
Increase max stack frame for sanitizers to handle x86.
by Ivan Krasin
· 9 years ago
b00ae4a
Merge "Make Art's dexlist the real one!"
by Aart Bik
· 9 years ago
b1b45be
Make Art's dexlist the real one!
by Aart Bik
· 9 years ago
30efb4e
Induction variable analysis (with unit tests).
by Aart Bik
· 9 years ago
f71ad9e
Merge "Svelter libart-compiler"
by Alex Light
· 9 years ago
50fa993
Svelter libart-compiler
by Alex Light
· 9 years ago
bc0d79b
Only apply aarch64 clang WAR to the target.
by Dan Albert
· 9 years ago
b47bad5
Force Clang aarch64 builds to -O1.
by Dan Albert
· 9 years ago
799e81c
Merge "Add -Wno-pessimizing-move to Clang flags"
by Stephen Hines
· 9 years ago
275bc5e
Merge "ART: Extend ISA features option for (host) run tests"
by Andreas Gampe
· 9 years ago
4d2ef33
ART: Extend ISA features option for (host) run tests
by Andreas Gampe
· 9 years ago
02f0771
Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting""
by Igor Murashkin
· 9 years ago
4382f1e
Revert "Revert "ART: Use bionic TLS slot for thread-self""
by Andreas Gampe
· 9 years ago
1cf8551
Merge "Revert "ART: Use bionic TLS slot for thread-self""
by Andreas Gampe
· 9 years ago
50832b6
Revert "ART: Use bionic TLS slot for thread-self"
by Andreas Gampe
· 9 years ago
bab71e2
Merge "ART: Use bionic TLS slot for thread-self"
by Andreas Gampe
· 9 years ago
b1d8c31
Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"
by Igor Murashkin
· 9 years ago
fb326cf
base: replace raw pointers for out-parameters with safer out<T>
by Igor Murashkin
· 9 years ago
b815358
ART: Use bionic TLS slot for thread-self
by Andreas Gampe
· 9 years ago
0fae2f5
Merge "Enable art host static builds only for checkbuilds."
by Calin Juravle
· 9 years ago
825570c
ART: Abbreviate interpreter-access-checks
by Andreas Gampe
· 9 years ago
676ff8e
Enable art host static builds only for checkbuilds.
by Calin Juravle
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
3f307f3
Added unit tests to LICM.
by Aart Bik
· 9 years ago
754a445
Prefer 32-bit host executables on Mac.
by Ying Wang
· 9 years ago
e07300b
Merge "Improved side effect analysis (field/array write/read)."
by Aart Bik
· 9 years ago
854a02b
Improved side effect analysis (field/array write/read).
by Aart Bik
· 9 years ago
7617abd
runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS
by Igor Murashkin
· 9 years ago
093f1b4
Add ART_TEST_DEBUG_GC to help with debugging gc.
by Hiroshi Yamauchi
· 9 years ago
1e13374
Generalize Valgrind annotations in ART to support ASan.
by Evgenii Stepanov
· 9 years ago
15144b8
Add -Wno-pessimizing-move to Clang flags
by Pirama Arumuga Nainar
· 9 years ago
a51df8a
Merge "Fix makefile test against host os."
by Calin Juravle
· 9 years ago
0e26f46
Fix makefile test against host os.
by Calin Juravle
· 9 years ago
0f40fbc
Merge "Support compiling run-tests with jack"
by Sebastien Hertz
· 9 years ago
22c26f5
Revert "Make Art dexdump/list the real utilities."
by Aart Bik
· 9 years ago
d10ee1c
Make Art dexdump/list the real utilities.
by Aart Bik
· 9 years ago
19ac027
Support compiling run-tests with jack
by Sebastien Hertz
· 10 years ago
3e40f4a
Migrated dexlist from Dalvik (libdex) into Art (libart)
by Aart Bik
· 9 years ago
cfbe53c
List dependence of dexdump gtest on dexdump binary.
by Aart Bik
· 9 years ago
e7ea17b
Merge "Migrated dexdump from Dalvik (libdex) into Art (libart)"
by Aart Bik
· 9 years ago
69ae54a
Migrated dexdump from Dalvik (libdex) into Art (libart)
by Aart Bik
· 9 years ago
4895ea4
Disable static builds for mac and asan.
by Calin Juravle
· 9 years ago
06b6da5
Merge "Fix mac build: use -lrt only on linux."
by Calin Juravle
· 9 years ago
9b36914
Fix mac build: use -lrt only on linux.
by Calin Juravle
· 9 years ago
a3529ea
Merge "Enable ART_BUILD_HOST_STATIC for check builds."
by Calin Juravle
· 9 years ago
dc56161
Enable ART_BUILD_HOST_STATIC for check builds.
by Calin Juravle
· 9 years ago
23bfc0b
Merge "Build statically linked version of dex2oat."
by Calin Juravle
· 9 years ago
7a20ae6
Merge "Allow for sig chain to be disabled."
by Calin Juravle
· 9 years ago
65e069d
Build statically linked version of dex2oat.
by Calin Juravle
· 9 years ago
01aaf6e
Allow for sig chain to be disabled.
by Calin Juravle
· 9 years ago
b1f3753
Added index type of dex byte instructions.
by Aart Bik
· 9 years ago
7526d78
ART: Fix streaming tracing issues
by Andreas Gampe
· 9 years ago
ab00b7a
Make dump-oat-target work with second architecture
by Brian Carlstrom
· 9 years ago
e1b6e97
Disable -Wframe-larger-than when building SANITIZE_TARGET.
by Evgenii Stepanov
· 9 years ago
461d72a
Generate debug info for core.oat files.
by David Srbecky
· 9 years ago
12bd721
If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS.
by Roland Levillain
· 9 years ago
3db3600
ART: Fix valgrind Makefile
by Andreas Gampe
· 9 years ago
0f7c06d
Fix rule: the exe must be first dependency.
by Nicolas Geoffray
· 9 years ago
01908eb
Merge "Refactor makefiles to allow just building tests."
by Nicolas Geoffray
· 9 years ago
58035ae
Refactor makefiles to allow just building tests.
by Nicolas Geoffray
· 9 years ago
6130f73
Fix valgrind includes
by Dmitriy Ivanov
· 9 years ago
ea216b3
Add missing oatdump test dependency
by Mathieu Chartier
· 9 years ago
19510f0
Add oatdump test
by Mathieu Chartier
· 9 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 9 years ago
0ae3bf8
ART: Fix gtest dependency
by Andreas Gampe
· 9 years ago
799681b
ART: Refactor UnstartedRuntime for testing
by Andreas Gampe
· 9 years ago
67ff7d1
Test and fix bug checking status of secondary multidex files.
by Richard Uhler
· 9 years ago
958fa02
Revert "Revert "Remove junit from our core image.""
by Nicolas Geoffray
· 9 years ago
b6cee94
Undo arm64 workaround.
by Chih-Hung Hsieh
· 9 years ago
0462c4c
Support multiple instrumentation clients
by Sebastien Hertz
· 10 years ago
91ddd0d
Re-enable clang for Mips/Mips64 targets.
by Duane Sand
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
c4013ea
ART: Fix addpd opcode, add Quick x86 assembler test
by Chao-ying Fu
· 10 years ago
c91df2d
Revert "Revert "Quick: Rewrite type inference pass.""
by Vladimir Marko
· 10 years ago
1b717f6
Revert "Quick: Rewrite type inference pass."
by Andreas Gampe
· 10 years ago
e490b01
Quick: Rewrite type inference pass.
by Vladimir Marko
· 10 years ago
70bef0d
ART: Add compiled-methods
by Andreas Gampe
· 10 years ago
3e52aa4
Move GetAndroidToolsDir to common location.
by David Srbecky
· 10 years ago
7848da4
ART: Store classpath information into oat file
by Andreas Gampe
· 10 years ago
c6b4dd8
Implement CFI for Optimizing.
by David Srbecky
· 10 years ago
dd97393
Implement CFI for JNI.
by David Srbecky
· 10 years ago
1109fb3
Implement CFI for Quick.
by David Srbecky
· 10 years ago
6622266
ART: Turn off missing-noreturn for Mac
by Andreas Gampe
· 10 years ago
Next »