index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
stack.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-29
/
+107
*
Add a flag to StackVisitor for inlining.
Nicolas Geoffray
2015-05-11
1
-19
/
+30
*
Check IsReferenceVReg during deopt
Mathieu Chartier
2015-05-08
1
-0
/
+28
*
Debugger: Remove support for setting values in optimizing.
Nicolas Geoffray
2015-04-24
1
-62
/
+2
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-37
/
+38
*
Use unique location catalogs to encode Dex register maps.
Roland Levillain
2015-03-31
1
-8
/
+10
*
[optimizing] Don't record None locations in the stack maps.
Nicolas Geoffray
2015-03-13
1
-11
/
+16
*
API change in StackVisitor::GetVReg*.
Nicolas Geoffray
2015-03-13
1
-9
/
+16
*
Merge "Tweak liveness when instructions are used in environments."
Nicolas Geoffray
2015-03-13
1
-6
/
+0
|
\
|
*
Tweak liveness when instructions are used in environments.
Nicolas Geoffray
2015-03-12
1
-6
/
+0
*
|
Compress the Dex register maps built by the optimizing compiler.
Roland Levillain
2015-03-12
1
-18
/
+21
|
/
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-5
/
+0
*
Revert GetThisObject change.
Nicolas Geoffray
2015-03-03
1
-1
/
+2
*
Stack support for Optimizing compiler
Sebastien Hertz
2015-03-03
1
-156
/
+312
*
Handle variable size of methods properly between 32 and 64 bit.
Jeff Hao
2015-02-05
1
-1
/
+2
*
Refactor register access from StackVisitor
Sebastien Hertz
2015-01-26
1
-41
/
+58
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-0
/
+7
*
Support proxy method in StackVisitor::GetThisObject
Sebastien Hertz
2014-12-09
1
-0
/
+9
*
Fix oatdump to use OatHeader pointer size
Mathieu Chartier
2014-11-21
1
-9
/
+9
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-4
/
+4
*
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-24
1
-1
/
+2
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-1
/
+1
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-7
/
+8
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-6
/
+6
*
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-09-08
1
-3
/
+7
*
Fix access to long/double stack values from debugger
Sebastien Hertz
2014-07-17
1
-19
/
+134
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+0
*
Break apart header files.
Ian Rogers
2014-07-15
1
-4
/
+6
*
Register promotion support for 64-bit targets
buzbee
2014-07-03
1
-0
/
+33
*
Revert "Revert "Fix access to FP registers when visiting stack""
Sebastien Hertz
2014-06-17
1
-12
/
+40
*
Revert "Fix access to FP registers when visiting stack"
Sebastien Hertz
2014-06-17
1
-36
/
+12
*
Fix access to FP registers when visiting stack
Sebastien Hertz
2014-06-17
1
-12
/
+36
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-4
/
+4
*
Don't report down-calls as unhandled exceptions.
Ian Rogers
2014-05-30
1
-2
/
+44
*
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
1
-7
/
+7
*
Improve stack walk performance.
Vladimir Marko
2014-05-20
1
-5
/
+9
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-6
/
+4
*
Merge "Move quick frame info to OatQuickMethodHeader."
Vladimir Marko
2014-05-13
1
-10
/
+9
|
\
|
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-10
/
+9
*
|
Fix stub_test to pass with SS collector.
Mathieu Chartier
2014-05-09
1
-1
/
+1
|
/
*
Handle implicit stack overflow without affecting stack walks
Dave Allison
2014-05-05
1
-53
/
+5
*
Revert "Revert "64bit changes to the stack walker for the Quick ABI.""
Nicolas Geoffray
2014-05-02
1
-1
/
+1
*
Implement implicit stack overflow checks
Dave Allison
2014-03-31
1
-4
/
+57
*
Fix test-art 083-compiler-regressions with work around
Brian Carlstrom
2014-03-19
1
-1
/
+3
*
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
1
-2
/
+2
*
Fixing structure of native frame for Generic JNI
Andreas Gampe
2014-03-12
1
-11
/
+5
*
Fix old stack frame size check
Andreas Gampe
2014-03-10
1
-4
/
+6
*
JNI down call fixes.
Ian Rogers
2014-03-09
1
-7
/
+13
*
Fix and optimize verify object.
Mathieu Chartier
2014-02-21
1
-4
/
+1
*
Change root visitor to use Object**.
Mathieu Chartier
2014-02-18
1
-0
/
+5
[next]