index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
code_generator.h
Age
Commit message (
Expand
)
Author
2021-01-08
arm64: Implement VarHandle intrinsics for byte array views.
Vladimir Marko
2020-10-29
Refactor Integer.valueOf() intrinsic implementation.
Vladimir Marko
2020-10-07
Change interface conflict stub to take the interface method.
Nicolas Geoffray
2020-08-03
Check if VarHandle access mode is supported.
Andra Danciu
2020-06-22
Optimizing: Introduce {Increase,Decrease}Frame().
Vladimir Marko
2020-06-19
Direct calls to @CriticalNative methods.
Vladimir Marko
2020-05-04
RFC: ARM64: Split arm64 codegen into scalar and vector (SVE and NEON).
Artem Serov
2020-04-17
ART: Refactor SIMD slots and regs size processing.
Artem Serov
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-10-10
Fix uses of MaybeRecordImplicitNullCheck without special scopes
Evgeny Astigeevich
2019-08-02
ART: ARM64: Optimize frame size for SIMD graphs.
Artem Serov
2019-07-15
ART: Introduce stackmap with no DexRegInfo.
Artem Serov
2019-05-16
ART: Optimize StringBuilder append pattern.
Vladimir Marko
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-11-01
Do not cache RequiresConstructorBarrier() results.
Vladimir Marko
2018-10-16
Fix HNewArray with unresolved primitive array type.
Vladimir Marko
2018-09-20
Pass JIT roots as a vector<Handle<>> to JIT cache.
Vladimir Marko
2018-09-19
Remove sharpening as an optimization pass.
Nicolas Geoffray
2018-08-03
Simplify StackMapStream encoding.
David Srbecky
2018-08-01
Move MethodInfo to CodeInfo.
David Srbecky
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-13
Add Kind column to stack maps.
David Srbecky
2018-06-11
ART: Adds an entrypoint for invoke-custom
Orion Hodson
2018-05-21
Remove "stack_map.h" include from code_generator.
David Srbecky
2018-05-14
Merge "Revert "Move kVRegSize to globals.h to reduce include dependencies.""
Treehugger Robot
2018-05-14
Revert "Move kVRegSize to globals.h to reduce include dependencies."
David Srbecky
2018-05-14
Merge "Move kVRegSize to globals.h to reduce include dependencies."
David Srbecky
2018-05-11
Move kVRegSize to globals.h to reduce include dependencies.
David Srbecky
2018-05-11
ART: Compiler support for const-method-handle
Orion Hodson
2018-05-10
ART: Compiler support for const-method-type
Orion Hodson
2018-04-26
Clean up include paths
David Sehr
2018-04-11
Revert^2 "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-05
Move remaining runtime/base stuff to libartbase
David Sehr
2018-04-04
Revert "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-04
Compile link-time thunks in codegen.
Vladimir Marko
2018-03-27
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-26
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-22
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-19
Move some remaining dex utilities
David Sehr
2018-03-08
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-02-20
ART: Clean up patching data in codegens.
Vladimir Marko
2018-01-25
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-23
Compiler changes for bitstring based type checks.
Vladimir Marko
2017-12-14
Clean up InstanceOf/CheckCast.
Vladimir Marko
2017-11-15
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-17
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-12
Fix using LiveIntervals beyond their lifetime.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
[next]