Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
64ed882e0787014e5a0e5d62fe049dbfce150f92
/
build
/
Android.gtest.mk
e5e76f4
Add Valgrind target tests
by Anton Kirilov
· 9 years ago
372f10e
Refactor handling of input records.
by Vladimir Marko
· 9 years ago
5edb063
Fix check_jni_compiler tests
by Dimitry Ivanov
· 9 years ago
3e0e717
Reduce memory lost by ArenaAllocator for large allocations.
by Vladimir Marko
· 9 years ago
6435910
Merge "Use iterators "before" the use node in HUserRecord<>."
by Vladimir Marko
· 9 years ago
46817b8
Use iterators "before" the use node in HUserRecord<>.
by Vladimir Marko
· 9 years ago
8b3f9b2
Avoid constructing types with errors.
by Aart Bik
· 9 years ago
9d07e3d
Clean up OatQuickMethodHeader after Quick removal.
by Vladimir Marko
· 9 years ago
29d38e7
Revert "Revert "Use compiler filter to determine oat file status.""
by Andreas Gampe
· 9 years ago
845e506
Revert "Use compiler filter to determine oat file status."
by Nicolas Geoffray
· 9 years ago
a62d2f0
Use compiler filter to determine oat file status.
by Richard Uhler
· 9 years ago
3c94f09
Remove Quick from tree.
by Nicolas Geoffray
· 9 years ago
dc15e89
Suppress a valgrind libc issue.
by Hiroshi Yamauchi
· 9 years ago
07f6818
ART: Do not use vixld - workaround to fix dex2oatds.
by Vladimir Marko
· 9 years ago
970e191
Made art/runtime/arch/stub_test.cc compile with -O2 again.
by Bilyan Borisov
· 9 years ago
bf63303
Merge "ART: Allow method references across oat files for multi-image, 2nd attempt."
by Vladimir Marko
· 9 years ago
944da60
ART: Allow method references across oat files for multi-image, 2nd attempt.
by Vladimir Marko
· 9 years ago
2e2db78
Revert "Revert "Add profman tool: responsible to process profiles""
by Calin Juravle
· 9 years ago
3da7468
Revert "Add profman tool: responsible to process profiles"
by Nicolas Geoffray
· 9 years ago
6caefd9
Add profman tool: responsible to process profiles
by Calin Juravle
· 9 years ago
4fda4eb
Move code related to debug info generation to its own directory.
by David Srbecky
· 9 years ago
28b1cf7
Change space base test to use parameters
by Mathieu Chartier
· 9 years ago
f74388d
Merge "Improve profile processing"
by Calin Juravle
· 9 years ago
877fd96
Improve profile processing
by Calin Juravle
· 9 years ago
10edbb1
ART: Use libopenjdkd
by Andreas Gampe
· 9 years ago
c7d4a58
ART: Use non-stripped core jars in gtests
by Andreas Gampe
· 9 years ago
aa0fab3
Merge "art: use -O1 to compile tests with clang for arm64" am: 2f125e3c7a
by Colin Cross
· 9 years ago
ba257bc
art: use -O1 to compile tests with clang for arm64
by Colin Cross
· 9 years ago
8701fc2
Merge "Allow initializing runtime with parsed options." am: e0d25b156e am: 2433d4e17c
by Vladimir Marko
· 9 years ago
88b2b80
Allow initializing runtime with parsed options.
by Vladimir Marko
· 9 years ago
22ad8de
Merge "Add ElfWriter::GetStream()." am: cf6bd55863 am: e3ce7c04c7 am: 4d7bd60566
by Vladimir Marko
· 9 years ago
131980f
Add ElfWriter::GetStream().
by Vladimir Marko
· 9 years ago
a7a4759
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 9 years ago
3a09092
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 9 years ago
121b25e
Merge mnc-dr-enso-dev into goog/master
by Przemyslaw Szczepaniak
· 9 years ago
457e874
lambda: Add support for invoke-interface for boxed innate lambdas
by Igor Murashkin
· 9 years ago
763a31e
Add immune spaces abstraction
by Mathieu Chartier
· 9 years ago
d7b3c7f
Rename native library.
by Narayan Kamath
· 9 years ago
d50687e
Fix a few art-test related issues.
by Narayan Kamath
· 9 years ago
bc36a0f
Build libxxavacore library for gtests
by Yi Kong
· 9 years ago
07ddb6f
Fix elf writer to properly handle empty text sections
by Mathieu Chartier
· 9 years ago
d9786b0
Implementation of fast lookup table to search class_def by descriptor
by Artem Udovichenko
· 9 years ago
35831e8
Reduce memory used by CompiledMethods.
by Vladimir Marko
· 9 years ago
66e33f1
Merge "Use DlMallocSpace for the JIT code cache."
by Nicolas Geoffray
· 9 years ago
0c3c266
Use DlMallocSpace for the JIT code cache.
by Nicolas Geoffray
· 9 years ago
d57d454
Allocate dex cache arrays in their class loader's linear alloc
by Mathieu Chartier
· 9 years ago
8c434dc
MIPS: Assemblers changes needed for optimizing compiler
by Goran Jakovljevic
· 9 years ago
dbce0d7
MIPS64r6 Assembler Tests
by Chris Larsen
· 9 years ago
51c6c18
KNOWN_BROKEN/FAILING does not work for gtests.
by Nicolas Geoffray
· 9 years ago
b2ae66a
Test fails on mips.
by Nicolas Geoffray
· 9 years ago
22af3be
Use induction variable range analysis in BCE (statically).
by Aart Bik
· 9 years ago
fc1ccd7
lambda: Infrastructure to support capture/liberate-variable dex opcodes
by Igor Murashkin
· 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
50fa993
Svelter libart-compiler
by Alex Light
· 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
· 10 years ago
3f307f3
Added unit tests to LICM.
by Aart Bik
· 10 years ago
854a02b
Improved side effect analysis (field/array write/read).
by Aart Bik
· 10 years ago
22c26f5
Revert "Make Art dexdump/list the real utilities."
by Aart Bik
· 10 years ago
d10ee1c
Make Art dexdump/list the real utilities.
by Aart Bik
· 10 years ago
3e40f4a
Migrated dexlist from Dalvik (libdex) into Art (libart)
by Aart Bik
· 10 years ago
cfbe53c
List dependence of dexdump gtest on dexdump binary.
by Aart Bik
· 10 years ago
69ae54a
Migrated dexdump from Dalvik (libdex) into Art (libart)
by Aart Bik
· 10 years ago
b1f3753
Added index type of dex byte instructions.
by Aart Bik
· 10 years ago
12bd721
If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS.
by Roland Levillain
· 10 years ago
3db3600
ART: Fix valgrind Makefile
by Andreas Gampe
· 10 years ago
0f7c06d
Fix rule: the exe must be first dependency.
by Nicolas Geoffray
· 10 years ago
01908eb
Merge "Refactor makefiles to allow just building tests."
by Nicolas Geoffray
· 10 years ago
58035ae
Refactor makefiles to allow just building tests.
by Nicolas Geoffray
· 10 years ago
2b3f42e
Add missing oatdump test dependency
by Mathieu Chartier
· 10 years ago
ea216b3
Add missing oatdump test dependency
by Mathieu Chartier
· 10 years ago
c930980
Add oatdump test
by Mathieu Chartier
· 10 years ago
19510f0
Add oatdump test
by Mathieu Chartier
· 10 years ago
41b175a
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
99ca40c
ART: Refactor UnstartedRuntime for testing
by Andreas Gampe
· 10 years ago
48b7918
ART: Fix gtest dependency
by Andreas Gampe
· 10 years ago
0ae3bf8
ART: Fix gtest dependency
by Andreas Gampe
· 10 years ago
799681b
ART: Refactor UnstartedRuntime for testing
by Andreas Gampe
· 10 years ago
67ff7d1
Test and fix bug checking status of secondary multidex files.
by Richard Uhler
· 10 years ago
a5a1c13
Test and fix bug checking status of secondary multidex files.
by Richard Uhler
· 10 years ago
5eae455
Support multiple instrumentation clients
by Sebastien Hertz
· 10 years ago
0462c4c
Support multiple instrumentation clients
by Sebastien Hertz
· 10 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
9b14dc3
ART: Fix gtests for missing-noreturn
by Andreas Gampe
· 10 years ago
758a801
ART: Enable Clang's -Wdeprecated
by Andreas Gampe
· 10 years ago
ca71458
ART: Add Clang's -Wused-but-marked-unused
by Andreas Gampe
· 10 years ago
3f311cf
Add tests for Arm64RelativePatcher.
by Vladimir Marko
· 10 years ago
4d23c9d
Add tests for Thumb2RelativePatcher.
by Vladimir Marko
· 10 years ago
Next »