index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
ssa_builder.cc
Age
Commit message (
Expand
)
Author
2023-04-27
Optimizing: Add `HInstruction::As##type()`.
Vladimir Marko
2023-04-27
Optimizing: Rename `As##type` to `As##type##OrNull`.
Vladimir Marko
2023-04-25
Use `down_cast<>` in `HInstruction::As##type()`.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-06-28
Get the ClassLoader from the DexCache in ReferenceTypePropagation
Santiago Aboy Solanes
2020-05-13
Move HandleCache to HGraph.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-08-07
Don't compile OSR methods that have phi equivalents at loop entry.
Nicolas Geoffray
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-11-21
ART: Some iwyu for logging.h
Andreas Gampe
2018-10-03
Fix ReplaceUninitializedStringPhis.
Nicolas Geoffray
2018-09-25
Turn DCHECKs into return false in ReplaceUninitializedStringPhis.
Nicolas Geoffray
2018-07-03
Handle String.<init> with a phi input.
Nicolas Geoffray
2018-03-19
Move some remaining dex utilities
David Sehr
2017-12-01
Log at places we fail to compile.
Nicolas Geoffray
2017-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-03
ART: Introduce Uint8 compiler data type.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
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-03
ART: Refactor verify_object.h
Andreas Gampe
2017-02-01
Revert "Hash-based dex cache type array."
Vladimir Marko
2017-01-30
Hash-based dex cache type array.
Vladimir Marko
2016-10-27
Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator.
Vladimir Marko
2016-09-26
Compensate in compiler for verifier shortcomings.
Nicolas Geoffray
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-07-01
Create a typedef for HInstruction::GetInputs() return type.
Vladimir Marko
2016-06-02
Refactor handling of input records.
Vladimir Marko
2016-05-09
Attribute arena allocations previously marked as STL.
Vladimir Marko
2016-04-20
Merge "Revert "Revert "Use dex cache from compilation unit in RTP."""
Vladimir Marko
2016-04-19
Revert "Revert "Use dex cache from compilation unit in RTP.""
Vladimir Marko
2016-04-19
Use iterators "before" the use node in HUserRecord<>.
Vladimir Marko
2016-04-15
Remove the no-longer-needed F/I and D/J alias.
Aart Bik
2016-04-07
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
David Brazdil
2016-04-04
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
David Brazdil
2016-04-04
Refactor HGraphBuilder and SsaBuilder to remove HLocals
David Brazdil
2016-04-04
Build dominator tree before generating HInstructions
David Brazdil
2016-03-25
Avoid removing new-instance instruction twice.
Aart Bik
2016-02-18
Remove string init map.
Nicolas Geoffray
2016-02-15
Merge "Expect less in the presence of a string init call."
Nicolas Geoffray
2016-02-15
Expect less in the presence of a string init call.
Nicolas Geoffray
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-12
Merge "ART: Remove HTemporary"
David Brazdil
2016-02-12
ART: Remove HTemporary
David Brazdil
2016-02-11
Re-enable OSR.
Nicolas Geoffray
[next]