index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge "Fix topological ordering and use it for optimizations."
Vladimir Marko
2014-06-26
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
Fix topological ordering and use it for optimizations.
Vladimir Marko
2014-06-19
1
-1
/
+9
*
|
Support additional instructions in ARM and thumb assemblers
Dave Allison
2014-06-26
8
-196
/
+728
*
|
Add some more instruction support to optimizing compiler.
Dave Allison
2014-06-24
1
-3
/
+4
|
/
*
Enable the register allocator on x86_64.
Nicolas Geoffray
2014-06-16
4
-2
/
+23
*
Rewrite use/def masks to support 128 bits.
Vladimir Marko
2014-06-12
2
-2
/
+5
*
Merge "x86_64: Fix issue in JNI compiler"
Andreas Gampe
2014-06-10
3
-3
/
+128
|
\
|
*
x86_64: Fix issue in JNI compiler
avignate
2014-06-11
3
-3
/
+128
*
|
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-1
/
+1
|
/
*
Round up arena allocations to 8 bytes.
Vladimir Marko
2014-06-10
4
-4
/
+4
*
Remove unused variable in assembler test.
Dave Allison
2014-06-05
1
-0
/
+2
*
Fix assembler test to use path if it can't find tools.
Dave Allison
2014-06-05
1
-7
/
+7
*
Merge "Thumb2 assembler for JNI compiler and optimizing compiler"
Dave Allison
2014-06-05
11
-1648
/
+11528
|
\
|
*
Thumb2 assembler for JNI compiler and optimizing compiler
Dave Allison
2014-06-05
11
-1648
/
+11528
*
|
Use std::enable_if instead of a custom helper class.
Vladimir Marko
2014-06-05
1
-18
/
+7
*
|
Avoid register pool allocations on the heap.
Vladimir Marko
2014-06-05
1
-0
/
+184
*
|
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
3
-13
/
+20
|
/
*
Add a linear scan register allocator to the optimizing compiler.
Nicolas Geoffray
2014-05-26
3
-3
/
+14
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
5
-13
/
+13
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
11
-113
/
+113
*
Merge changes Icf9afbab,If2409101
Andreas Gampe
2014-05-12
2
-35
/
+57
|
\
|
*
AArch64: Fix the usage of IP0, IP1 as temporary registers
Serban Constantinescu
2014-05-09
2
-20
/
+36
|
*
AArch64: Fix the usage of Thread Register for arm64
Serban Constantinescu
2014-05-09
1
-17
/
+23
*
|
Clean up ScopedArenaAllocatorAdapter.
Vladimir Marko
2014-05-09
3
-1
/
+57
|
/
*
Merge "ART: ChildBlockIterator Implementation"
Vladimir Marko
2014-05-07
1
-1
/
+1
|
\
|
*
ART: ChildBlockIterator Implementation
Jean Christophe Beyler
2014-05-06
1
-1
/
+1
*
|
ART: Use utils.h::RoundUp instead of explicit bit-fiddling
Andreas Gampe
2014-05-05
3
-3
/
+4
|
/
*
ART: Fix assembler_test to use ScratchFile
Andreas Gampe
2014-05-02
1
-3
/
+11
*
Replace CountOneBits and __builtin_popcount with POPCOUNT.
Vladimir Marko
2014-05-02
2
-2
/
+2
*
ART: aarch64 jni compiler needs to extend small return types
Andreas Gampe
2014-05-01
1
-4
/
+18
*
x86_64 Assembler Test Infrastructure, fix x86_64 assembler
Andreas Gampe
2014-04-30
4
-13
/
+959
*
Rewrite suspend test check with LIRSlowPath.
Mingyao Yang
2014-04-29
1
-1
/
+0
*
Merge "ART: Initialization of RegLocation and API for GrowableArray Iterator"
Vladimir Marko
2014-04-29
1
-0
/
+14
|
\
|
*
ART: Initialization of RegLocation and API for GrowableArray Iterator
Jean Christophe Beyler
2014-04-29
1
-0
/
+14
*
|
Merge "ART: Fixes an issue with REX prefix for instructions with no ModRM byte"
Ian Rogers
2014-04-24
1
-2
/
+3
|
\
\
|
*
|
ART: Fixes an issue with REX prefix for instructions with no ModRM byte
Vladimir Kostyukov
2014-04-17
1
-2
/
+3
*
|
|
Delete throw launchpads.
Mingyao Yang
2014-04-21
1
-1
/
+0
|
|
/
|
/
|
*
|
Merge "Long support in optimizing compiler."
Nicolas Geoffray
2014-04-16
3
-3
/
+13
|
\
\
|
|
/
|
/
|
|
*
Long support in optimizing compiler.
Nicolas Geoffray
2014-04-16
3
-3
/
+13
*
|
AArch64: Jni compiler fixes
Serban Constantinescu
2014-04-10
4
-56
/
+116
|
/
*
Merge "Test control flow instruction with optimizing compiler."
Nicolas Geoffray
2014-04-08
2
-0
/
+5
|
\
|
*
Test control flow instruction with optimizing compiler.
Nicolas Geoffray
2014-04-08
2
-0
/
+5
*
|
AArch64: Fix Managed Register unit tests
Serban Constantinescu
2014-04-07
4
-14
/
+171
|
/
*
Do not output ARM64 assembler debug code.
Andreas Gampe
2014-04-03
1
-11
/
+0
*
Calling convention support for cross 64/32 compilation.
Ian Rogers
2014-04-01
6
-39
/
+87
*
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
17
-1293
/
+1188
*
Mark ScopedArenaAllocator's allocations undefined for Valgrind.
Vladimir Marko
2014-03-31
1
-0
/
+1
*
Merge "Add support for invoke-static in optimizing compiler."
Nicolas Geoffray
2014-03-31
3
-0
/
+28
|
\
|
*
Add support for invoke-static in optimizing compiler.
Nicolas Geoffray
2014-03-31
3
-0
/
+28
[prev]
[next]