index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ReferenceMap
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch GCC -O flags, O3 non-debug, 01 debug.
Ian Rogers
2013-08-15
1
-0
/
+1
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-3
/
+3
*
Uleb128 compression of vmap and mapping table.
Ian Rogers
2013-08-09
1
-17
/
+17
*
resolved conflicts for merge of 7934ac28 to dalvik-dev
Brian Carlstrom
2013-07-26
1
-23
/
+23
|
\
|
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-22
/
+22
*
|
Revert "Revert "Remove non-live vregs from GC map on return.""
Ian Rogers
2013-07-25
1
-2
/
+4
|
/
*
Fix cpplint whitespace/indent issues
Brian Carlstrom
2013-07-18
1
-2
/
+2
*
Fix cpplint whitespace/parens issues
Brian Carlstrom
2013-07-18
1
-2
/
+2
*
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
1
-1
/
+1
*
Various performance improvements.
Ian Rogers
2013-03-18
1
-0
/
+2
*
Fix ReferenceMap oat test.
Ian Rogers
2013-02-08
1
-4
/
+0
*
Directory restructuring of object.h
Ian Rogers
2013-01-30
1
-2
/
+4
*
Refactor StackVisitor to take a Thread*.
Ian Rogers
2013-01-23
1
-6
/
+4
*
Support for deoptimization needed for debugging.
Ian Rogers
2013-01-02
1
-1
/
+1
*
Add "kind" argument to Get/SetVReg.
Ian Rogers
2012-11-16
1
-5
/
+0
*
Pulled out instrumentation into its own class separate from trace.
jeffhao
2012-11-14
1
-3
/
+3
*
Split dex_pc<->native_pc mapping table
Bill Buzbee
2012-09-28
1
-18
/
+18
*
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-09-21
1
-1
/
+1
*
NativePcOffsetToReferenceMap
Ian Rogers
2012-09-20
1
-24
/
+20
*
Rename PcToReferenceMap adding Dex.
Ian Rogers
2012-09-18
1
-1
/
+1
*
Rename GlobalSynchronization to Locks
Ian Rogers
2012-09-05
1
-2
/
+2
*
Global lock levels.
Ian Rogers
2012-08-14
1
-4
/
+7
*
Include held locks in SIGQUIT thread dumps.
Elliott Hughes
2012-06-27
1
-1
/
+1
*
Remove Frame, merge shadow and quick representations.
Ian Rogers
2012-06-21
1
-11
/
+10
*
Separate out more of LLVM build. Move verifier.
Ian Rogers
2012-04-14
1
-2
/
+3
*
Remove the useless "suspend count already zero" message for new threads.
Elliott Hughes
2012-04-09
1
-1
/
+1
*
Fix cpplint's whitespace complaints.
Elliott Hughes
2012-03-26
1
-1
/
+1
*
Fix all our unused parameter warnings so we let GCC report them.
Elliott Hughes
2012-03-16
1
-2
/
+1
*
Give WalkStack's callback a way to terminate early.
Elliott Hughes
2012-03-12
1
-4
/
+6
*
Fix copyright headers.
Elliott Hughes
2012-01-30
2
-2
/
+30
*
Add GC map to oat file
Brian Carlstrom
2012-01-17
1
-1
/
+1
*
Reduce meta-data object sizes, introduce meta-data helper classes.
Ian Rogers
2011-12-06
1
-4
/
+6
*
Testing with the new verifier, fix comments as going through code.
Shih-wei Liao
2011-10-28
1
-20
/
+149
*
Fix the ReferenceMap test.
Shih-wei Liao
2011-10-27
1
-108
/
+83
*
Verifier clean up.
Ian Rogers
2011-10-24
1
-58
/
+56
*
Reuse SIRT for C++ references
Brian Carlstrom
2011-10-20
1
-1
/
+1
*
Move test codes out of src/. They belong to the test/ directory.
Shih-wei Liao
2011-10-17
1
-0
/
+172
*
Add a unit test for ReferenceMap that involves try-catch-finally.
Shih-wei Liao
2011-10-15
1
-0
/
+33