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
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-9
/
+1
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-0
/
+3
*
Work around ICE bugs with MIPS GCC and O1.
Ian Rogers
2014-10-10
1
-1
/
+1
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-9
/
+9
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-1
/
+1
*
Add ScopedAssertNoThreadSuspension
Mathieu Chartier
2014-09-19
1
-0
/
+17
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-2
/
+11
*
Handle nested signals
Dave Allison
2014-08-27
1
-0
/
+8
*
ART: Improve error message on oat writer failure
Andreas Gampe
2014-08-26
1
-0
/
+1
*
Merge stack usage reduction for overflow checks
Dave Allison
2014-08-19
1
-8
/
+2
*
Reduce stack usage for overflow checks
Dave Allison
2014-08-13
1
-6
/
+52
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-4
/
+3
*
ART: Clean up API after change 102631
Andreas Gampe
2014-07-25
1
-1
/
+3
*
Interpreter can kick in even when implicit checks are enabled.
Nicolas Geoffray
2014-07-22
1
-0
/
+10
*
ART: Throw StackOverflowError in native code
Andreas Gampe
2014-07-21
1
-3
/
+2
*
Break apart header files.
Ian Rogers
2014-07-15
1
-2
/
+3
*
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
Zuo Wang
2014-07-11
1
-1
/
+1
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-2
/
+1
*
Faster TLAB allocator.
Mathieu Chartier
2014-07-11
1
-1
/
+1
*
Missed use of android_atomic and thread state_.
Ian Rogers
2014-07-09
1
-2
/
+6
*
Move thread state to art::Atomic.
Ian Rogers
2014-07-09
1
-0
/
+3
*
ART: Target-dependent stack overflow, less check elision
Andreas Gampe
2014-06-18
1
-22
/
+3
*
Fix exception reporting from interpreter
Sebastien Hertz
2014-06-11
1
-1
/
+14
*
ART: Add a test checking TLS offsets and entrypoints
Andreas Gampe
2014-06-04
1
-0
/
+2
*
ART: Fix forbidden thread state change in interpreter
Andreas Gampe
2014-06-04
1
-2
/
+12
*
Fix GC race condition in visit roots
Serguei Katkov
2014-06-02
1
-1
/
+1
*
Don't report down-calls as unhandled exceptions.
Ian Rogers
2014-05-30
1
-0
/
+1
*
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
1
-1
/
+1
*
Make use of sigchainlib for signal chaining for implicit checks
Dave Allison
2014-05-29
1
-1
/
+1
*
Move SetMonitorEnterObject outside of blocked thread state change.
Mathieu Chartier
2014-05-22
1
-2
/
+2
*
Move modify_ldt_lock into global lock order.
Chao-ying Fu
2014-05-22
1
-3
/
+3
*
Merge "Now we have a proper C++ library, use std::unique_ptr."
Ian Rogers
2014-05-20
1
-1
/
+1
|
\
|
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
|
Don't get and restore thread state for ScopedFastNativeObjectAccess.
Mathieu Chartier
2014-05-19
1
-8
/
+8
|
/
*
Increase the size of guard for Stack Overflow (x86_64)
Serguei Katkov
2014-05-19
1
-1
/
+1
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Workaround x86 interpretter stack overflow
Brian Carlstrom
2014-05-15
1
-0
/
+5
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-20
/
+25
*
Fix stub_test to pass with SS collector.
Mathieu Chartier
2014-05-09
1
-0
/
+1
*
Add thread unsafe allocation methods to spaces.
Mathieu Chartier
2014-04-30
1
-9
/
+3
*
Visit deoptimized shadow frames as roots
Sebastien Hertz
2014-04-29
1
-0
/
+4
*
Refactor exception handling for deoptimization
Sebastien Hertz
2014-04-25
1
-0
/
+5
*
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
[next]