index
:
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
replicant-6.0
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
/
quick_compiler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: set the check_bail_out flag to false by default
Wei Wang
2016-06-05
1
-1
/
+1
*
art: allow devices to disable CAF bailout patches
Simon Shields
2015-12-06
1
-0
/
+13
*
art: Fix whitespace errors added by caf
Christopher R. Palmer
2015-11-09
1
-2
/
+1
*
ART: move the check bail flag out of class
Wei Wang
2015-10-06
1
-3
/
+5
*
ART: extension
Wei Wang
2015-10-06
1
-1
/
+20
*
Use a flag from the verifier to know if we should compile.
Nicolas Geoffray
2015-06-24
1
-0
/
+5
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-2
/
+2
*
Quick: Abolish kMirOpCheckPart2.
Vladimir Marko
2015-05-07
1
-1
/
+0
*
Quick: Rely on inferred types in GVN/LVN/DCE.
Vladimir Marko
2015-04-28
1
-1
/
+1
*
Disable Quick's GVN-based dead code elimination.
Roland Levillain
2015-04-25
1
-1
/
+1
*
Quick: Fix and enable DCE and improve GVN/DCE cleanup.
Vladimir Marko
2015-04-23
1
-1
/
+1
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-3
/
+3
*
ART: Remove WriteElf from Compiler
Andreas Gampe
2015-04-10
1
-14
/
+0
*
Implement CFI for Quick.
David Srbecky
2015-04-08
1
-1
/
+1
*
ART: Fix 64-bit ELF file support
Andreas Gampe
2015-04-07
1
-2
/
+7
*
Merge "Fixed layout for dex caches in boot image."
Vladimir Marko
2015-03-31
1
-0
/
+6
|
\
|
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
1
-0
/
+6
*
|
[MIPS] Refactoring code for quick compiler
Goran Jakovljevic
2015-03-27
1
-4
/
+2
|
/
*
Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER
Mathieu Chartier
2015-03-19
1
-1
/
+1
*
Fall back to Quick when Optimizing cannot compile.
Nicolas Geoffray
2015-03-17
1
-1
/
+1
*
Trim arenas for JIT
Mathieu Chartier
2015-03-09
1
-2
/
+3
*
Initial support for quick compiler on MIPS64r6.
Maja Gagic
2015-03-06
1
-6
/
+20
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-0
/
+5
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-5
/
+0
*
Add JIT
Mathieu Chartier
2015-02-23
1
-0
/
+5
*
Quick: Disable DCE until we fix FP/Core reg mismatches.
Vladimir Marko
2015-02-18
1
-1
/
+1
*
Dead code elimination based on GVN results.
Vladimir Marko
2015-02-17
1
-0
/
+1
*
Clean up pass driver
Mathieu Chartier
2015-01-28
1
-43
/
+29
*
ART: Even more Quick cleanup
Andreas Gampe
2015-01-27
1
-3
/
+3
*
ART: More Quick cleanup
Andreas Gampe
2015-01-26
1
-4
/
+206
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
1
-1
/
+2
*
ART: Added Checker, a pattern matching test engine
David Brazdil
2014-12-17
1
-2
/
+2
*
Remove portable.
Elliott Hughes
2014-12-12
1
-11
/
+1
*
Add missing iget quick for bool, byte, char, short
Mathieu Chartier
2014-12-10
1
-4
/
+4
*
Fix no relocate host tests
Mathieu Chartier
2014-11-18
1
-1
/
+2
*
Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)"
Andreas Gampe
2014-11-04
1
-13
/
+14
|
\
|
*
ART: Replace COMPILE_ASSERT with static_assert (compiler)
Andreas Gampe
2014-11-03
1
-13
/
+14
*
|
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-0
/
+1
|
/
*
ARM: Use hardfp calling convention between java to java call.
Zheng Xu
2014-10-24
1
-7
/
+19
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-1
/
+1
*
Revert "Revert "ART: Prepare for ELF64.""
Nicolas Geoffray
2014-09-02
1
-2
/
+2
*
Revert "ART: Prepare for ELF64."
Nicolas Geoffray
2014-09-01
1
-2
/
+2
*
ART: Prepare for ELF64.
Tong Shen
2014-08-29
1
-2
/
+2
*
ART: Change temporaries to positive names
Razvan A Lupusoru
2014-08-26
1
-2
/
+2
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-4
/
+4
*
ART: Clean up compiler
Andreas Gampe
2014-08-22
1
-0
/
+650