index
:
android_art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
dex
/
quick
/
gen_invoke.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-12
/
+21
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-28
/
+136
*
Quick: Remove broken Mir2Lir::LocToRegClass().
Vladimir Marko
2015-04-22
1
-9
/
+7
*
Quick: Clean up temp use counting.
Vladimir Marko
2015-04-08
1
-4
/
+6
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
1
-0
/
+1
*
Quick: Clean up slow paths.
Vladimir Marko
2015-03-20
1
-1
/
+2
*
Initial support for quick compiler on MIPS64r6.
Maja Gagic
2015-03-06
1
-17
/
+18
*
Fix argument register allocation for mips32.
Douglas Leung
2015-02-25
1
-4
/
+16
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-7
/
+12
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-12
/
+7
*
Add JIT
Mathieu Chartier
2015-02-23
1
-7
/
+12
*
Add suspend checks to special methods.
Vladimir Marko
2015-02-19
1
-13
/
+12
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
1
-2
/
+5
*
ART: Fix GenInlined functions
Chao-ying Fu
2015-01-21
1
-5
/
+25
*
ART: Make some helpers non-virtual in Mir2Lir
Andreas Gampe
2015-01-20
1
-2
/
+2
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-20
1
-125
/
+6
*
Fix handling of long argument spanning register/memory.
Nicolas Geoffray
2015-01-12
1
-6
/
+8
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
1
-12
/
+12
*
Fix running out of temps when storing invoke-interface result.
Vladimir Marko
2014-12-19
1
-1
/
+1
*
Re-factor Quick ABI support
Serguei Katkov
2014-12-08
1
-393
/
+212
*
Skip null check in MarkGCCard() for known non-null values.
Vladimir Marko
2014-11-24
1
-1
/
+1
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-2
/
+3
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-6
/
+6
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-25
/
+26
*
ARM: Use hardfp calling convention between java to java call.
Zheng Xu
2014-10-24
1
-2
/
+3
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-3
/
+6
*
Merge "Implement method calls using relative BL on ARM64."
Vladimir Marko
2014-10-08
1
-2
/
+4
|
\
|
*
Implement method calls using relative BL on ARM64.
Vladimir Marko
2014-10-03
1
-2
/
+4
*
|
Quick compiler: Fix ambiguous LoadValue()
buzbee
2014-10-03
1
-1
/
+1
|
/
*
Remove all uses of MIR_INLINED.
Vladimir Marko
2014-10-02
1
-10
/
+0
*
Implement method calls using relative BL on ARM.
Vladimir Marko
2014-09-25
1
-53
/
+23
*
AddIntrinsicSlowPath with resume requires clobbering
Serguei Katkov
2014-09-11
1
-1
/
+2
*
Change Reference.get() intrinsic to Reference.getReferent().
Mathieu Chartier
2014-09-09
1
-1
/
+1
*
Quick compiler: Fix handling of unused returns
buzbee
2014-09-07
1
-2
/
+8
*
ART: Change temporaries to positive names
Razvan A Lupusoru
2014-08-26
1
-6
/
+3
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-6
/
+6
*
Added support for patching classes from different dex files.
Fred Shih
2014-08-06
1
-38
/
+11
*
Revert "Temporary fix for bad LIR generation in GenInlinedGet."
Fred Shih
2014-08-06
1
-7
/
+1
*
Temporary fix for bad LIR generation in GenInlinedGet.
Alex Light
2014-08-05
1
-1
/
+7
*
AArch64: Add inlining support for ceil(), floor(), rint(), round()
Serban Constantinescu
2014-08-04
1
-0
/
+16
*
ART: Implement the easy long division/remainder by a constant
Alexei Zavjalov
2014-08-04
1
-10
/
+0
*
ART: Remove bogus dcheck
Andreas Gampe
2014-07-29
1
-1
/
+0
*
ART: Rework quick entrypoint code in Mir2Lir, cleanup
Andreas Gampe
2014-07-28
1
-278
/
+124
*
Use vabs/fabs on arm/arm64 for intrinsic abs().
Vladimir Marko
2014-07-21
1
-30
/
+0
*
ART: Lock an arg reg in GenInlinedGet
Andreas Gampe
2014-07-17
1
-3
/
+13
*
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-12
/
+30
*
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
1
-0
/
+85
*
Merge "ART: Rework TargetReg(symbolic_reg, wide)"
Andreas Gampe
2014-07-10
1
-180
/
+159
|
\
|
*
ART: Rework TargetReg(symbolic_reg, wide)
Andreas Gampe
2014-07-12
1
-180
/
+159
*
|
Merge "AArch64: Fix and enable reverseBytes intrinsic."
Andreas Gampe
2014-07-11
1
-2
/
+2
|
\
\
|
|
/
|
/
|
[next]