index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify the behavior of thread suspend shootouts.
Ian Rogers
2014-11-12
2
-22
/
+5
*
Allow JNI AttachCurrentThread to fail if not enough stack.
Ian Rogers
2014-11-11
2
-0
/
+28
*
Add hash map, reduce excessive hashing
Mathieu Chartier
2014-11-07
2
-3
/
+83
*
Merge "Add hash set"
Mathieu Chartier
2014-11-07
3
-1
/
+611
|
\
|
*
Add hash set
Mathieu Chartier
2014-11-06
3
-1
/
+611
*
|
Mac host doesn't define ART_USE_FUTEXES.
Ian Rogers
2014-11-06
1
-1
/
+2
*
|
Move include of system headers outside namesapce.
Chih-Hung Hsieh
2014-11-06
1
-4
/
+6
|
/
*
Merge "ART: More warnings"
Andreas Gampe
2014-11-05
2
-26
/
+4
|
\
|
*
ART: More warnings
Andreas Gampe
2014-11-04
2
-26
/
+4
*
|
Don't define DISALLOW_COPY_AND_ASSIGN if already defined.
Ian Rogers
2014-11-04
1
-0
/
+2
|
/
*
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-11-03
5
-9
/
+9
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
7
-548
/
+26
*
Fix mixed signed/unsigned arithmetic in BitVector.
Ian Rogers
2014-10-30
1
-2
/
+3
*
ART: Fix leak in bit_vector
Andreas Gampe
2014-10-24
1
-1
/
+6
*
Make out-of-line mutex contention dependent on ART_USE_FUTEXES.
Ian Rogers
2014-10-23
2
-2
/
+4
*
Merge "ART: Use static_assert in down_cast"
Andreas Gampe
2014-10-23
1
-9
/
+4
|
\
|
*
ART: Use static_assert in down_cast
Andreas Gampe
2014-10-23
1
-9
/
+4
*
|
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
7
-63
/
+72
*
|
Merge "Tidy up logging."
Ian Rogers
2014-10-22
8
-321
/
+338
|
\
\
|
|
/
|
/
|
|
*
Tidy up logging.
Ian Rogers
2014-10-22
8
-321
/
+338
*
|
Fix bug in UnionIfNotIn.
Nicolas Geoffray
2014-10-22
2
-4
/
+27
|
/
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
3
-2
/
+14
*
Change MemMap::maps_ to not be global variable
Mathieu Chartier
2014-10-14
1
-0
/
+1
*
Switch to C++11 style [[noreturn]].
Ian Rogers
2014-10-10
1
-1
/
+0
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
3
-6
/
+16
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-0
/
+42
*
stdint types all the way!
Ian Rogers
2014-10-09
3
-18
/
+18
*
Merge "Tidy ELF builder."
Ian Rogers
2014-10-09
1
-0
/
+37
|
\
|
*
Tidy ELF builder.
Ian Rogers
2014-10-09
1
-0
/
+37
*
|
Dump mutator lock for thread suspend timeout
Mathieu Chartier
2014-10-08
1
-1
/
+7
|
/
*
Header file clean up.
Ian Rogers
2014-10-08
3
-27
/
+72
*
Enable -Wunreachable-code
Ian Rogers
2014-09-30
1
-0
/
+1
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
2
-1
/
+10
*
Fix some more pedantic compiler warnings.
Ian Rogers
2014-09-25
1
-4
/
+4
*
Fix Class::IsInSamePackage to not read beyond the end of a StringPiece.
Ian Rogers
2014-09-25
2
-64
/
+70
*
Merge "Avoid suspending for alloc trace enabling when already suspended."
Jeff Hao
2014-09-17
2
-5
/
+5
|
\
|
*
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
2
-5
/
+5
*
|
Add allocation tracking allocators to ROSAlloc
Mathieu Chartier
2014-09-16
1
-0
/
+5
|
/
*
Avoid printing absolute addresses in oatdump
Brian Carlstrom
2014-09-16
1
-0
/
+29
*
Add native support for FinalizerList.makeCircularListIfUnenqueued
Mathieu Chartier
2014-09-14
2
-3
/
+56
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
3
-3
/
+20
*
Fix numerous issues with DdmVmInternal allocation tracking
Brian Carlstrom
2014-09-05
2
-7
/
+32
*
Reduce lock contention when debugging
Sebastien Hertz
2014-09-02
2
-3
/
+3
*
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-29
2
-0
/
+133
*
Make common BitVector operations inline-able.
Ian Rogers
2014-08-20
5
-373
/
+331
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-3
/
+5
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
2
-2
/
+11
*
Fix performance regression in OatFile::GetOatDexFile().
Vladimir Marko
2014-08-08
1
-0
/
+1
*
ART: Remove test files after test
Andreas Gampe
2014-08-06
3
-2
/
+15
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
2
-0
/
+21
[next]