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
*
Fix ScopedArenaAllocator::Reset() for Create()d allocators.
Vladimir Marko
2014-10-10
2
-1
/
+11
*
Cleanup baseline register allocator.
Nicolas Geoffray
2014-10-10
1
-1
/
+5
*
stdint types all the way!
Ian Rogers
2014-10-09
12
-36
/
+36
*
ARM64: Update code after the VIXL 1.6 release.
Alexandre Rames
2014-10-09
3
-10
/
+6
*
Merge "Tidy ELF builder."
Ian Rogers
2014-10-09
1
-14
/
+3
|
\
|
*
Tidy ELF builder.
Ian Rogers
2014-10-09
1
-14
/
+3
*
|
Stop converting from Location to ManagedRegister.
Nicolas Geoffray
2014-10-09
1
-0
/
+1
|
/
*
Add support for floats and doubles.
Nicolas Geoffray
2014-10-07
4
-0
/
+20
*
Fix movw on x86/x86_64 to accept any 16bits immediate.
Nicolas Geoffray
2014-10-07
2
-2
/
+2
*
Add a prepare for register allocation pass.
Nicolas Geoffray
2014-10-06
4
-0
/
+28
*
Fix x86_64 assembler LoadRef to use movl.
Hiroshi Yamauchi
2014-09-30
1
-1
/
+1
*
Merge "Get heap poisoning working in 64-bit."
Hiroshi Yamauchi
2014-09-30
2
-1
/
+7
|
\
|
*
Get heap poisoning working in 64-bit.
Hiroshi Yamauchi
2014-09-29
2
-1
/
+7
*
|
ART: Fix typo
Andreas Gampe
2014-09-30
1
-1
/
+1
*
|
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
5
-129
/
+129
|
/
*
Merge "Implement method calls using relative BL on ARM."
Vladimir Marko
2014-09-25
1
-3
/
+14
|
\
|
*
Implement method calls using relative BL on ARM.
Vladimir Marko
2014-09-25
1
-3
/
+14
*
|
Merge "Optimize suspend checks in optimizing compiler."
Nicolas Geoffray
2014-09-25
4
-0
/
+20
|
\
\
|
|
/
|
/
|
|
*
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray
2014-09-25
4
-0
/
+20
*
|
Deprecate GrowableArray, use ArenaVector instead.
Vladimir Marko
2014-09-23
3
-49
/
+24
|
/
*
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
[next]