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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Move dex structs into own header
Andreas Gampe
2019-01-02
1
-1
/
+1
*
Do not cache RequiresConstructorBarrier() results.
Vladimir Marko
2018-11-01
1
-1
/
+0
*
Fix HNewArray with unresolved primitive array type.
Vladimir Marko
2018-10-16
1
-1
/
+1
*
Pass JIT roots as a vector<Handle<>> to JIT cache.
Vladimir Marko
2018-09-20
1
-2
/
+2
*
Remove sharpening as an optimization pass.
Nicolas Geoffray
2018-09-19
1
-1
/
+1
*
Simplify StackMapStream encoding.
David Srbecky
2018-08-03
1
-3
/
+1
*
Move MethodInfo to CodeInfo.
David Srbecky
2018-08-01
1
-2
/
+1
*
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
1
-2
/
+0
*
Add Kind column to stack maps.
David Srbecky
2018-06-13
1
-1
/
+4
*
ART: Adds an entrypoint for invoke-custom
Orion Hodson
2018-06-11
1
-0
/
+3
*
Remove "stack_map.h" include from code_generator.
David Srbecky
2018-05-21
1
-1
/
+0
*
Merge "Revert "Move kVRegSize to globals.h to reduce include dependencies.""
Treehugger Robot
2018-05-14
1
-0
/
+1
|
\
|
*
Revert "Move kVRegSize to globals.h to reduce include dependencies."
David Srbecky
2018-05-14
1
-0
/
+1
*
|
Merge "Move kVRegSize to globals.h to reduce include dependencies."
David Srbecky
2018-05-14
1
-1
/
+0
|
\
|
|
*
Move kVRegSize to globals.h to reduce include dependencies.
David Srbecky
2018-05-11
1
-1
/
+0
*
|
ART: Compiler support for const-method-handle
Orion Hodson
2018-05-11
1
-0
/
+5
*
|
ART: Compiler support for const-method-type
Orion Hodson
2018-05-10
1
-0
/
+5
|
/
*
Clean up include paths
David Sehr
2018-04-26
1
-1
/
+1
*
Revert^2 "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-11
1
-0
/
+6
*
Move remaining runtime/base stuff to libartbase
David Sehr
2018-04-05
1
-1
/
+1
*
Revert "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-04
1
-6
/
+0
*
Compile link-time thunks in codegen.
Vladimir Marko
2018-04-04
1
-0
/
+6
*
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-27
1
-0
/
+2
*
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-26
1
-2
/
+0
*
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-22
1
-0
/
+2
*
Move some remaining dex utilities
David Sehr
2018-03-19
1
-2
/
+2
*
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-03-08
1
-0
/
+4
*
ART: Clean up patching data in codegens.
Vladimir Marko
2018-02-20
1
-6
/
+10
*
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-25
1
-2
/
+0
*
Compiler changes for bitstring based type checks.
Vladimir Marko
2018-01-23
1
-0
/
+2
*
Clean up InstanceOf/CheckCast.
Vladimir Marko
2017-12-14
1
-7
/
+44
*
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-15
1
-1
/
+1
*
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-11-02
1
-1
/
+1
*
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-17
1
-61
/
+28
*
Fix using LiveIntervals beyond their lifetime.
Vladimir Marko
2017-10-12
1
-1
/
+2
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-13
/
+15
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-15
/
+15
*
Refactor compiled_method.h .
Vladimir Marko
2017-09-20
1
-2
/
+5
*
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2017-08-11
1
-2
/
+0
*
Fix x86 and x64 codegens for 8/16 stores.
Nicolas Geoffray
2017-07-24
1
-0
/
+10
*
Introduce a Marking Register in ARM64 code generation.
Roland Levillain
2017-07-11
1
-11
/
+0
*
Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall."
Vladimir Marko
2017-06-07
1
-2
/
+6
|
\
|
*
Replace invoke kind kDexCacheViaMethod with kRuntimeCall.
Vladimir Marko
2017-06-06
1
-2
/
+6
*
|
Merge "Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64""
Vladimir Marko
2017-06-05
1
-3
/
+0
|
\
|
|
*
Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64"
Vladimir Marko
2017-06-02
1
-3
/
+0
*
|
Merge "Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String."
Vladimir Marko
2017-06-05
1
-1
/
+1
|
\
\
|
*
|
Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String.
Vladimir Marko
2017-06-02
1
-1
/
+1
|
|
/
*
/
ART: Clean up thread.h and thread_list.h
Andreas Gampe
2017-06-01
1
-0
/
+1
|
/
*
Refactor profiles to use TypeReference instead of ClassReference
Mathieu Chartier
2017-05-25
1
-1
/
+1
*
Clean up some uses of "auto".
Vladimir Marko
2017-05-11
1
-1
/
+1
[next]