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
/
graph_checker.h
Age
Commit message (
Expand
)
Author
2024-03-25
Remove extra uses of ClearAllBits
Santiago Aboy Solanes
2024-02-21
Make graph delegate visitor classes final.
Vladimir Marko
2024-01-29
Revert^7 "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2024-01-24
Revert^6 "Disable write-barrier elimination pass"
Matthew Reynolds
2024-01-24
Revert^5 "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2024-01-22
Revert^4 "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2024-01-22
Revert^3 "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2024-01-19
Revert^2 "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2024-01-19
Revert "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2023-10-18
Speed up graph checker by avoiding HInstructionList::Contains calls
Santiago Aboy Solanes
2023-10-04
GraphChecker/Arena container cleanups
Santiago Aboy Solanes
2023-10-04
Speed up graph checker for graphs with instructions with many uses
Santiago Aboy Solanes
2023-02-15
Remove RTI validation from our checks
Santiago Aboy Solanes
2023-01-13
Update the graph flags and check consistency
Santiago Aboy Solanes
2022-12-16
Set HasMonitorOperations in the outer graph when inlining
Santiago Aboy Solanes
2022-12-05
Update CanTriggerGC flag for ArraySet
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2020-06-09
ART: Introduce predicated vector instructions.
Artem Serov
2020-01-08
Add OptimizingUnitTestHelper::GraphChecker methods
Evgeny Astigeevich
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-05-03
Perform rudimentary check on graph size for no-change assertions.
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-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-10-12
Use ScopedArenaAllocator in BCE, DCE, LSE, ...
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2016-04-27
Forbid HDeoptimize instructions in OSR methods.
Nicolas Geoffray
2016-03-30
Fix Boolean to integral types conversions.
Roland Levillain
2016-03-25
Optimizing: Reduce arena memory used by GraphChecker.
Vladimir Marko
2016-03-22
Merge "Tighten art::HNeg type constraints on its input."
Roland Levillain
2016-03-22
Tighten art::HNeg type constraints on its input.
Roland Levillain
2016-03-21
Optimizing: Fix register allocator validation memory usage.
Vladimir Marko
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-01-28
ART: Implement HSelect
David Brazdil
2016-01-06
ART: Create BoundType for CheckCast early
David Brazdil
2015-11-06
ART: Fix simplification of catch blocks in the presence of dead code
David Brazdil
2015-10-12
Optimizing: Move GraphChecker memory allocations to arena.
Vladimir Marko
2015-09-21
[optimizing] Add basic PackedSwitch support
Mark Mendell
2015-07-15
ART: Build SSA form when try/catch is present
David Brazdil
2015-06-29
Revert "Revert "Do not update the type of something we already know.""
Nicolas Geoffray
2015-06-29
Revert "Do not update the type of something we already know."
Calin Juravle
2015-06-29
Do not update the type of something we already know.
Nicolas Geoffray
2015-06-26
Revert "Revert "ART: Implement try/catch blocks in Builder""
David Brazdil
2015-06-26
Revert "ART: Implement try/catch blocks in Builder"
David Brazdil
2015-06-25
ART: Implement try/catch blocks in Builder
David Brazdil
2015-04-24
[optimizing] Rename HasArrayAccesses and check it
Mark Mendell
[next]