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 "ART: Fix host test failure (assembler_thumb_test)."
Ian Rogers
2014-09-19
1
-0
/
+13
|
\
|
*
ART: Fix host test failure (assembler_thumb_test).
Tong Shen
2014-09-05
1
-0
/
+13
*
|
ART: Fix things for valgrind
Andreas Gampe
2014-09-10
3
-1
/
+9
|
/
*
ARM64: Avoid the duplication of condition codes.
Alexandre Rames
2014-08-22
2
-36
/
+16
*
Make common BitVector operations inline-able.
Ian Rogers
2014-08-20
2
-12
/
+13
*
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
4
-29
/
+75
*
Merge "Reduce stack usage for overflow checks"
Dave Allison
2014-08-12
1
-4
/
+3
|
\
|
*
Reduce stack usage for overflow checks
Dave Allison
2014-08-13
1
-4
/
+3
*
|
ART: Don't leave rex_ & length_ uninitialized
Andreas Gampe
2014-08-12
1
-1
/
+1
|
/
*
ART: Make assembler_test less chatty
Andreas Gampe
2014-08-08
1
-2
/
+5
*
Emit CFI for x86 & x86_64 JNI compiler.
Tong Shen
2014-08-05
9
-3
/
+340
*
ART: Remove test files after test
Andreas Gampe
2014-08-06
1
-2
/
+9
*
Fix SIB for base + index addressing in x86_64 assembler.
Nicolas Geoffray
2014-08-06
2
-3
/
+12
*
Fix movw in x86_64 assembler.
Nicolas Geoffray
2014-08-05
2
-1
/
+8
*
Create allocator adapter for using Arena in std containers.
Vladimir Marko
2014-08-05
4
-122
/
+360
*
Reduce time and memory usage of GVN.
Vladimir Marko
2014-07-31
1
-2
/
+2
*
AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.
Zheng Xu
2014-07-29
2
-29
/
+76
*
Implement array get and array put in optimizing.
Nicolas Geoffray
2014-07-28
3
-0
/
+14
*
Stack overflow checks and NPE checks for optimizing.
Nicolas Geoffray
2014-07-22
5
-0
/
+62
*
ART: Increase command buffer size in assembler_thumb_test
Andreas Gampe
2014-07-21
1
-1
/
+1
*
Fix sizeof -> strlen to get the test to run on build servers.
Nicolas Geoffray
2014-07-21
1
-1
/
+1
*
Add write barriers to optimizing compiler.
Nicolas Geoffray
2014-07-21
3
-12
/
+43
*
Add assembly operations with constants in optimizing compiler.
Nicolas Geoffray
2014-07-21
7
-17
/
+65
*
Fix lint errors.
Nicolas Geoffray
2014-07-17
1
-3
/
+3
*
Use the thumb2 assembler for the optimizing compiler.
Nicolas Geoffray
2014-07-16
3
-7
/
+19
*
ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler
Serban Constantinescu
2014-07-12
1
-4
/
+2
*
x86_64: Enable fp-reg promotion
Serguei Katkov
2014-07-10
2
-12
/
+40
*
Support longs in the register allocator for x86_64.
Nicolas Geoffray
2014-07-02
2
-0
/
+18
*
Merge "Fix off-by-one errors in limit checking for ldr/str instructions."
Dave Allison
2014-06-26
3
-9
/
+64
|
\
|
*
Fix off-by-one errors in limit checking for ldr/str instructions.
Dave Allison
2014-06-26
3
-9
/
+64
*
|
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
[next]