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
/
constant_folding_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
2024-01-15
Revert "Restrict the use of ConstantFolding's VisitIf"
Santiago Aboy Solanes
2023-12-07
Fix "the the" typos in the compiler.
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
2023-04-19
Restrict the use of ConstantFolding's VisitIf
Santiago Aboy Solanes
2023-02-13
Don't run ReferenceTypePropagation without a Thread
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-08-17
Reland "Propagating values from if clauses to its successors"
Santiago Aboy Solanes
2022-08-09
Revert "Propagating values from if clauses to its successors"
Santiago Aboy Solanes
2022-08-09
Propagating values from if clauses to its successors
Santiago Aboy Solanes
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-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-01-13
Change compiler tests to have aligned code item
Mathieu Chartier
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
2016-11-08
ART: Fix tidy warnings
Andreas Gampe
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-23
Optimizing: Do not insert suspend checks on back-edges.
Vladimir Marko
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2015-12-31
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-15
Revert "ART: Refactor SsaBuilder for more precise typing info"
Alex Light
2015-12-14
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-10-29
Simplify unsigned comparisons against zero (with unit tests).
Aart Bik
2015-10-20
ART: Fix left-shift of negative numbers
Andreas Gampe
2015-10-12
Optimizing: Move GraphChecker memory allocations to arena.
Vladimir Marko
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-08-05
Add constant folding for long unary operations in opt. compiler.
Roland Levillain
2015-06-19
Be careful with predecessor/successor index.
Nicolas Geoffray
2015-04-24
ART: Fix gtests broken by dead block elimination
David Brazdil
2015-04-22
[optimizing] Name the last DCE pass.
Calin Juravle
2015-04-22
Run DCE again after all the other optimizations have run.
Calin Juravle
2015-04-21
Revert "fix optimizing gtests"
Nicolas Geoffray
2015-04-21
fix optimizing gtests
Calin Juravle
2015-04-01
[optimizing] Implement x86/x86_64 math intrinsics
Mark Mendell
2015-03-26
ART: Force constants into the entry block
David Brazdil
2015-01-16
Add implicit null checks for the optimizing compiler
Calin Juravle
2014-12-17
Now that GraphChecker has a state, don't re-use it.
Nicolas Geoffray
2014-12-15
Inlining support in optimizing.
Nicolas Geoffray
2014-11-19
Use HOptimization abstraction for running optimizations.
Nicolas Geoffray
2014-11-06
Add support for not-long on ARM64 in the optimizing compiler.
Roland Levillain
2014-10-21
Constant folding on unary operations in the optimizing compiler.
Roland Levillain
2014-10-17
Revert "Revert "Introduce a class to implement optimization passes.""
Roland Levillain
[next]