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
/
optimizing
/
code_generator_x86_64.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Optimize mod power 2 for x86"
Vladimir Marko
2018-11-12
1
-0
/
+1
|
\
|
*
Optimize mod power 2 for x86
Shalini Salomi Bodapati
2018-11-12
1
-0
/
+1
*
|
Emit bit manipulation instructions for x86 and x86_64
Shalini Salomi Bodapati
2018-11-08
1
-0
/
+2
|
/
*
Remove sharpening as an optimization pass.
Nicolas Geoffray
2018-09-19
1
-1
/
+1
*
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-28
1
-53
/
+53
*
Implement Integer.valueOf() intrinsic for boot image.
Vladimir Marko
2018-06-29
1
-1
/
+5
*
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
1
-6
/
+2
*
Implement Integer.valueOf() intrinsic for PIC.
Vladimir Marko
2018-06-21
1
-1
/
+3
*
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-27
1
-0
/
+1
*
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-26
1
-1
/
+0
*
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-22
1
-0
/
+1
*
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
Vladimir Marko
2018-03-09
1
-3
/
+4
|
\
|
*
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-03-08
1
-3
/
+4
*
|
Merge "Load ArtMethod* from .data.bimg.rel.ro entries."
Vladimir Marko
2018-03-08
1
-1
/
+2
|
\
|
|
*
Load ArtMethod* from .data.bimg.rel.ro entries.
Vladimir Marko
2018-03-08
1
-1
/
+2
*
|
Minor cleanup of MIN/MAX code.
Aart Bik
2018-03-07
1
-1
/
+2
*
|
Introduce MIN/MAX/ABS as HIR nodes.
Aart Bik
2018-03-07
1
-0
/
+3
|
/
*
ART: Clean up patching data in codegens.
Vladimir Marko
2018-02-20
1
-5
/
+5
*
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-25
1
-1
/
+0
*
Compiler changes for bitstring based type checks.
Vladimir Marko
2018-01-23
1
-0
/
+1
*
Implemented missing move/exchange paths for x86
Aart Bik
2017-12-13
1
-2
/
+3
*
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-17
1
-2
/
+2
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-8
/
+8
*
Refactor compiled_method.h .
Vladimir Marko
2017-09-20
1
-3
/
+3
*
Use mmapped boot image intern table for PIC app HLoadString.
Vladimir Marko
2017-09-07
1
-1
/
+3
*
Use ArtMethod* .bss entries for HInvokeStaticOrDirect.
Vladimir Marko
2017-06-07
1
-3
/
+3
*
Replace invoke kind kDexCacheViaMethod with kRuntimeCall.
Vladimir Marko
2017-06-06
1
-2
/
+4
*
Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64"
Vladimir Marko
2017-06-02
1
-1
/
+0
*
Use PC-relative pointer to boot image methods.
Vladimir Marko
2017-05-22
1
-7
/
+9
*
Remove LoadString/Class kind kBootImageLinkTimeAddress.
Vladimir Marko
2017-05-16
1
-2
/
+2
*
Saves full XMM state along suspend check's slow path.
Aart Bik
2017-03-22
1
-1
/
+3
*
Remove --include-patch-information option from dex2oat.
Richard Uhler
2017-03-08
1
-3
/
+0
*
Refactor code for unresolved field entrypoint.
Nicolas Geoffray
2017-01-26
1
-5
/
+4
*
Put the resolved class in HLoadClass.
Nicolas Geoffray
2017-01-16
1
-1
/
+3
*
Implement HLoadClass/kBssEntry for boot image.
Vladimir Marko
2017-01-16
1
-3
/
+5
*
Store resolved types for AOT code in .bss.
Vladimir Marko
2017-01-16
1
-1
/
+2
*
Keep resolved String in HLoadString.
Nicolas Geoffray
2017-01-10
1
-1
/
+3
*
Remove soon to be obsolete call kinds for direct calls.
Nicolas Geoffray
2016-12-20
1
-3
/
+0
*
Revert "Revert "Add kJitTableAddress for HLoadClass.""
Nicolas Geoffray
2016-12-12
1
-0
/
+9
*
Revert "Add kJitTableAddress for HLoadClass."
Nicolas Geoffray
2016-12-12
1
-9
/
+0
*
Add kJitTableAddress for HLoadClass.
Nicolas Geoffray
2016-12-12
1
-0
/
+9
*
ART: Add dex::StringIndex
Andreas Gampe
2016-11-29
1
-1
/
+1
*
Revert "Revert "Revert "Revert "JIT root tables.""""
Nicolas Geoffray
2016-11-18
1
-0
/
+6
*
Revert "Revert "Revert "JIT root tables."""
Nicolas Geoffray
2016-11-14
1
-6
/
+0
*
Revert "Revert "JIT root tables.""
Nicolas Geoffray
2016-11-11
1
-0
/
+6
*
Use enum for read barrier options in compiler
Mathieu Chartier
2016-11-10
1
-4
/
+4
*
Avoid read barriers for inlined check cast
Mathieu Chartier
2016-11-09
1
-1
/
+2
*
Revert "JIT root tables."
Nicolas Geoffray
2016-11-09
1
-6
/
+0
*
JIT root tables.
Nicolas Geoffray
2016-11-08
1
-0
/
+6
*
X86_64: Inline checking for kInterfaceCheck check cast
Mathieu Chartier
2016-11-04
1
-1
/
+2
[next]