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.cc
Age
Commit message (
Expand
)
Author
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-09-08
Reland "Add an environment to the beginning of catch blocks"
Santiago Aboy Solanes
2022-09-06
Revert "Add an environment to the beginning of catch blocks"
Santiago Aboy Solanes
2022-09-06
Add an environment to the beginning of catch blocks
Santiago Aboy Solanes
2022-06-08
Revert^2 "ART: Removes SuspendCheck for plain
Stelios Ioannou
2021-09-29
Revert "ART: Removes SuspendCheck for plain loops with a low trip count."
Nicolas Geoffray
2021-09-13
ART: Removes SuspendCheck for plain loops with a low trip count.
Stelios Ioannou
2021-05-24
dex2oat: Abort app compilation without boot image.
Vladimir Marko
2020-07-24
Update language to comply with Android’s inclusive language guidance
Ian Pedowitz
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-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
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
2018-01-16
Improve code sinking near "always throwing" method calls
Aart Bik
2017-10-12
Use ScopedArenaAllocator in BCE, DCE, LSE, ...
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-05-04
optimizing: Fix undefined behavior in graph checker
Igor Murashkin
2017-05-02
optimizing: constructor fence redundancy elimination - remove dmb after LSE
Igor Murashkin
2017-04-26
fix a null pointer dereference
George Burgess IV
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-12-01
ART: Delete unnecessary ScopedObjectAccess
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-04-27
Forbid HDeoptimize instructions in OSR methods.
Nicolas Geoffray
2016-04-19
Use iterators "before" the use node in HUserRecord<>.
Vladimir Marko
2016-04-04
Build dominator tree before generating HInstructions
David Brazdil
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-24
ART: Loosen a GraphChecker rule on Boolean inputs
David Brazdil
2016-03-23
Merge "Fix and improve shift and rotate operations."
Roland Levillain
2016-03-22
Merge "Optimizing: Reduce GraphChecker memory usage."
Vladimir Marko
2016-03-22
Optimizing: Reduce GraphChecker memory usage.
Vladimir Marko
2016-03-22
Merge "Tighten art::HNeg type constraints on its input."
Roland Levillain
2016-03-22
Fix and improve shift and rotate operations.
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-03-18
Ensure art::HRor support boolean, byte, short and char inputs.
Roland Levillain
2016-03-16
Make art::HCompare support boolean, byte, short and char inputs.
Roland Levillain
2016-02-18
Implement polymorphic inlining.
Nicolas Geoffray
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-01-28
ART: Implement HSelect
David Brazdil
2016-01-19
Disable DCE when there are irreducible loops.
Nicolas Geoffray
[next]