index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
assembler_arm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Method prologue and epilogues, add missing x86 functionality.
Ian Rogers
2012-03-12
1
-2
/
+3
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
Fix an "unsigned int"/"size_t" discrepancy.
Elliott Hughes
2012-01-06
1
-2
/
+1
*
Add missing 'explicit's on single-argument constructors.
Elliott Hughes
2011-10-17
1
-1
/
+1
*
Always log the value when an alignment check fails.
Elliott Hughes
2011-10-16
1
-1
/
+1
*
Various assembly fixes.
Ian Rogers
2011-10-09
1
-0
/
+1
*
Support for JNI local reference cookie.
Ian Rogers
2011-09-27
1
-2
/
+11
*
Save/restore local table state on down calls.
Ian Rogers
2011-09-23
1
-0
/
+9
*
Fix JNI thread state transitions.
Ian Rogers
2011-09-18
1
-0
/
+2
*
Support for exception throwing from JNI.
Ian Rogers
2011-09-17
1
-1
/
+3
*
Support for exception throwing.
Ian Rogers
2011-09-15
1
-9
/
+6
*
Add oat file generation and tests to build
Brian Carlstrom
2011-09-15
1
-1
/
+0
*
Support for cross compilation.
Ian Rogers
2011-09-08
1
-74
/
+124
*
Fix various JNI compiler bugs/unimplementeds.
Ian Rogers
2011-09-07
1
-0
/
+2
*
Decoding references. Otherwise, buggy code works only on stack refs.
Shih-wei Liao
2011-09-02
1
-0
/
+4
*
Add validate object, clean up stack indirect reference table.
Ian Rogers
2011-08-23
1
-7
/
+7
*
Updating the compiler to use the new-world model
buzbee
2011-08-21
1
-0
/
+4
*
Issue 5177609: remove Monitor(Enter|Exit)Helper
Ian Rogers
2011-08-17
1
-0
/
+1
*
Fix JNI compiler for synchronized methods.
Ian Rogers
2011-08-15
1
-2
/
+9
*
Use the UNIMPLEMENTED macro everywhere.
Elliott Hughes
2011-08-12
1
-6
/
+0
*
Initial ARM JNI compiler support.
Carl Shapiro
2011-07-25
1
-0
/
+1
*
Move DexFiles to be allocated on the heap
Brian Carlstrom
2011-07-22
1
-5
/
+5
*
Exception and suspend count polling on JNI bridge return.
Ian Rogers
2011-07-22
1
-0
/
+13
*
Add allocation and garbage collection infrastructure.
Carl Shapiro
2011-07-21
1
-0
/
+1
*
Support for synchronized native methods.
Ian Rogers
2011-07-21
1
-10
/
+4
*
x86 JNI compiler and unit tests.
Ian Rogers
2011-07-20
1
-3
/
+66
*
Add the implementation for the ARM assembler.
Carl Shapiro
2011-06-21
1
-0
/
+493
*
Shorten the namespace and re-normalize include guards.
Carl Shapiro
2011-06-21
1
-3
/
+2
*
Add basic assembler interface and an x86 backend.
Carl Shapiro
2011-06-21
1
-0
/
+14