index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
thread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Cleanup transaction support"
Sebastien Hertz
2014-04-02
1
-1
/
+2
|
\
|
*
Cleanup transaction support
Sebastien Hertz
2014-04-02
1
-1
/
+2
*
|
Add handler for printing java stack traces for compiled code SIGSEGV.
Mathieu Chartier
2014-04-01
1
-0
/
+4
*
|
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-280
/
+436
*
|
Implement implicit stack overflow checks
Dave Allison
2014-03-31
1
-2
/
+19
*
|
Last patch for running tests on ARM64
Andreas Gampe
2014-03-27
1
-1
/
+5
|
/
*
Revoke rosalloc thread-local buffers at the checkpoint.
Hiroshi Yamauchi
2014-03-21
1
-0
/
+1
*
Optimize stack overflow handling.
Mathieu Chartier
2014-03-19
1
-0
/
+6
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-2
/
+3
*
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
1
-0
/
+22
*
Bump up stack overflow region for 64bit.
Ian Rogers
2014-03-12
1
-4
/
+3
*
Work-around stack overflow issues.
Ian Rogers
2014-03-12
1
-1
/
+7
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-1
/
+1
*
Generic JNI implementation for x86_64
Andreas Gampe
2014-03-05
1
-2
/
+1
*
Fix clang to compile and run host tests.
Ian Rogers
2014-02-28
1
-1
/
+1
*
Add custom SIGSEGV handler to help find heap corruption.
Mathieu Chartier
2014-02-28
1
-0
/
+7
*
Print message when throwing new exception with pending exception.
Mathieu Chartier
2014-02-25
1
-0
/
+1
*
Fix and optimize verify object.
Mathieu Chartier
2014-02-21
1
-2
/
+3
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-0
/
+5
*
Thread-local allocation stack.
Hiroshi Yamauchi
2014-02-13
1
-0
/
+13
*
Fix wrong thread id being passed to SIRT roots.
Mathieu Chartier
2014-02-12
1
-1
/
+1
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-3
/
+4
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-7
/
+7
*
ART can't create more than 8k threads during the worktime
Alexei Zavjalov
2014-02-06
1
-0
/
+1
*
Background compaction support.
Mathieu Chartier
2014-01-08
1
-4
/
+4
*
Add sampling profiler
Dave Allison
2014-01-07
1
-1
/
+14
*
Thread local bump pointer allocator.
Mathieu Chartier
2013-12-16
1
-10
/
+19
*
Workaround for gcc volatile struct member bug
Chris Dearman
2013-12-05
1
-2
/
+9
*
Merge "Move single-step control into thread." into dalvik-dev
Sebastien Hertz
2013-11-20
1
-0
/
+8
|
\
|
*
Move single-step control into thread.
Sebastien Hertz
2013-11-19
1
-0
/
+8
*
|
A custom 'runs-of-slots' memory allocator.
Hiroshi Yamauchi
2013-11-16
1
-0
/
+9
|
/
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-25
/
+16
*
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
1
-23
/
+20
*
Split the allocation path into 'instrumented' and 'uninstrumented'
Hiroshi Yamauchi
2013-09-25
1
-0
/
+2
*
Add support for changing roots through the root visitor callback.
Mathieu Chartier
2013-09-13
1
-3
/
+0
*
Move disassembler out of runtime.
Ian Rogers
2013-09-09
1
-12
/
+1
*
Clean up sampling tracing.
Jeff Hao
2013-08-16
1
-0
/
+22
*
Fix sampling profiler to use thread's cpu clock.
Jeff Hao
2013-08-15
1
-0
/
+3
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-3
/
+3
*
Entry point clean up.
Ian Rogers
2013-08-07
1
-13
/
+17
*
Portable refactorings.
Ian Rogers
2013-07-30
1
-3
/
+5
*
Move assembler out of runtime into compiler/utils.
Ian Rogers
2013-07-29
1
-2
/
+2
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-3
/
+3
*
resolved conflicts for merge of df62950e to dalvik-dev
Brian Carlstrom
2013-07-18
1
-1
/
+1
|
\
|
*
Fix cpplint whitespace/parens issues
Brian Carlstrom
2013-07-18
1
-1
/
+1
*
|
am fc0e3219: Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
1
-3
/
+3
|
\
\
|
|
/
|
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
1
-3
/
+3
*
|
Don't manually mess with sigaltstack on Android any more.
Elliott Hughes
2013-07-16
1
-0
/
+3
|
/
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+791