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_test.cc
Age
Commit message (
Expand
)
Author
2024-08-21
Change `MakeCondition()` to take `IfCondition`...
Vladimir Marko
2024-08-12
ART: Clean up HIR construction in gtests.
Vladimir Marko
2023-04-27
Optimizing: Add `HInstruction::As##type()`.
Vladimir Marko
2023-04-27
Optimizing: Rename `As##type` to `As##type##OrNull`.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-01-22
Revert "Revert "Inline methods with loops.""
Nicolas Geoffray
2016-01-20
Revert "Fix gtests after loop inlining support."
Andreas Gampe
2016-01-20
Fix gtests after loop inlining support.
Nicolas Geoffray
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-08
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-03
Revert "Optimizing: Tag basic block allocations with their source."
Vladimir Marko
2015-09-03
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-03-26
ART: Force constants into the entry block
David Brazdil
2015-02-19
Move arenas into runtime
Mathieu Chartier
2014-06-24
Add some more instruction support to optimizing compiler.
Dave Allison
2014-06-09
Fix some bugs in graph construction/simplification methods.
Nicolas Geoffray