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
/
reference_type_propagation.cc
Age
Commit message (
Expand
)
Author
2021-01-21
Partial Load Store Elimination
Alex Light
2020-12-10
Make RTP::Visit robust against input order
Alex Light
2020-09-08
Pass a full MethodReference of the invoke in HInvoke nodes.
Nicolas Geoffray
2020-08-28
X86: Replace VarHandle.get() return type check with CheckCast node
Andra Danciu
2020-08-21
Improved LSE: Replacing loads with Phis.
Vladimir Marko
2020-07-23
Reword some comments to be more inclusive
Orion Hodson
2020-05-15
Optimizing: Run gtests without creating the Runtime.
Vladimir Marko
2020-05-13
Move HandleCache to HGraph.
Vladimir Marko
2020-05-13
Move implementations from class_root.h to -inl.h .
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-01-09
Fix compiler bug when typing exceptions.
Nicolas Geoffray
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-09-07
ART: Continue adding override annotations
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-07-19
ObjPtr<>-ify ArtMethod and mirror::Method.
Vladimir Marko
2018-05-25
Refactor ClassRoot/GetClassRoot().
Vladimir Marko
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
Step 1 of 2: conditional passes.
Aart Bik
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-02-15
Pass the right dex_file/method_index for String.<init>.
Nicolas Geoffray
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-12
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
Vladimir Marko
2017-12-11
Do not pass DexFile to ClassLinker::Lookup/ResolveMethod().
Vladimir Marko
2017-12-08
Change ArtField::ProxyFindSystemClass() to lookup the class.
Vladimir Marko
2017-11-06
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
Vladimir Marko
2017-10-12
Use ScopedArenaAllocator in BCE, DCE, LSE, ...
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-08-10
RFC: Generate select instruction for conditional returns.
Mads Ager
2017-07-27
ART: Refactor retrieval of types through ArtMethod.
Vladimir Marko
2017-07-20
Hash-based DexCache methods array.
Vladimir Marko
2017-07-20
ART: Change method lookup to be more consistent to JLS and the RI.
Vladimir Marko
2017-04-21
ART: Clean up art_field.h
Andreas Gampe
2017-04-21
ART: Clean up art_method.h
Andreas Gampe
2017-03-27
Make data dependency around HDeoptimize correct.
Nicolas Geoffray
2017-03-14
Revert^6 "Hash-based dex cache type array."
Vladimir Marko
2017-03-13
Revert^5 "Hash-based dex cache type array."
Vladimir Marko
2017-02-20
Revert^4 "Hash-based dex cache type array."
Vladimir Marko
2017-02-13
Revert^3 "Hash-based dex cache type array."
Mathieu Chartier
2017-02-10
Revert^2 "Hash-based dex cache type array."
Vladimir Marko
2017-02-09
Fix dex cache resolved types and class table mismatch.
Vladimir Marko
2017-02-01
Revert "Hash-based dex cache type array."
Vladimir Marko
2017-01-30
Hash-based dex cache type array.
Vladimir Marko
2017-01-19
Revert "Revert "Load the array class in the compiler for allocations.""
Nicolas Geoffray
2017-01-19
Revert "Load the array class in the compiler for allocations."
Hiroshi Yamauchi
[next]