index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
exception_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-8
/
+7
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-1
/
+1
*
Remove portable.
Elliott Hughes
2014-12-12
1
-52
/
+29
*
Delete ArtMethod gc_map_ field
Mathieu Chartier
2014-11-24
1
-4
/
+5
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-1
/
+1
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-23
/
+39
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-2
/
+2
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-1
/
+1
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-1
/
+1
*
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
1
-1
/
+3
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+2
*
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
1
-6
/
+7
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-4
/
+3
*
Move mapping table and vmap table offsets to OatMethodHeader.
Vladimir Marko
2014-04-25
1
-10
/
+22
*
Cleanup transaction support
Sebastien Hertz
2014-04-02
1
-1
/
+1
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-1
/
+1
*
Fix tests for 64b
Andreas Gampe
2014-03-12
1
-3
/
+3
*
Generic JNI implementation for x86_64
Andreas Gampe
2014-03-05
1
-1
/
+1
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
1
-6
/
+6
*
Encode VmapTable entries offset by 2 to reduce size.
Vladimir Marko
2014-02-25
1
-1
/
+2
*
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-24
1
-1
/
+1
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-47
/
+48
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-3
/
+5
*
Delta-encoding of mapping tables.
Vladimir Marko
2013-11-29
1
-10
/
+10
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-1
/
+1
*
Omit OatMethodOffsets for classes without compiled code
Brian Carlstrom
2013-10-28
1
-1
/
+1
*
Don't allow class status to go backward except for error.
Ian Rogers
2013-08-21
1
-1
/
+1
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-2
/
+2
*
Uleb128 compression of vmap and mapping table.
Ian Rogers
2013-08-09
1
-14
/
+15
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-1
/
+1
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+227