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
/
builder.cc
Age
Commit message (
Expand
)
Author
2024-10-07
Reland "Calculate the number of out vregs."
Vladimír Marko
2024-08-21
Revert "Calculate the number of out vregs."
Vladimír Marko
2024-08-13
Calculate the number of out vregs.
Vladimir Marko
2024-02-06
CompilerOptions refactor after aosp/2808063
Santiago Aboy Solanes
2024-01-30
Allow compilation of large methods with no branches
Santiago Aboy Solanes
2023-01-13
Update the graph flags and check consistency
Santiago Aboy Solanes
2022-12-14
Move adding extra goto blocks to InlineInto
Santiago Aboy Solanes
2022-12-08
Update loop information correctly in MaybeAddExtraGotoBlocks
Santiago Aboy Solanes
2022-12-06
Update domination chain and RPO manually in MaybeAddExtraGotoBlocks
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
Vladimír Marko
2022-10-13
Update MaybeAddExtraGotoBlocks to bail for irreducible loops
Santiago Aboy Solanes
2022-10-10
Compiler implementation of try catch inlining
Santiago Aboy Solanes
2021-07-14
Remove the need of VerifiedMethod in the compiler.
Nicolas Geoffray
2021-03-23
Remove Vdex::GetQuickenedInfoOf and all its users.
Nicolas Geoffray
2020-12-04
Remove DexCache arrays from image.
David Srbecky
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
2018-11-01
Do not cache RequiresConstructorBarrier() results.
Vladimir Marko
2018-01-13
Revert "Revert "Move quickening info logic to its own table""
Mathieu Chartier
2018-01-12
Revert "Move quickening info logic to its own table"
Nicolas Geoffray
2018-01-11
Move quickening info logic to its own table
Mathieu Chartier
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-11-15
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-08-11
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
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-29
Optimizing: Improve const-string code generation.
Vladimir Marko
2016-03-24
Merge "Optimizing: Do not insert suspend checks on back-edges."
Vladimir Marko
2016-03-23
Optimizing: Do not insert suspend checks on back-edges.
Vladimir Marko
2016-03-23
Revert "Revert "Use compiler filter to determine oat file status.""
Andreas Gampe
2016-03-23
Revert "Use compiler filter to determine oat file status."
Nicolas Geoffray
2016-03-22
Use compiler filter to determine oat file status.
Richard Uhler
2016-03-21
Optimizing: Fix register allocator validation memory usage.
Vladimir Marko
2016-02-26
Optimizing: Reduce memory usage of HInstructions.
Vladimir Marko
2016-02-24
Remove HNativeDebugInfo from start of basic blocks.
David Srbecky
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-12
ART: Remove HTemporary
David Brazdil
2016-02-05
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
Nicolas Geoffray
2016-01-28
Optimizing compiler support for directly calling interface methods
Alex Light
2016-01-14
ART: Remove incorrect HFakeString optimization
David Brazdil
2016-01-06
ART: Create BoundType for CheckCast early
David Brazdil
2015-12-23
Generate more stack maps during native debugging.
David Srbecky
2015-12-10
Don't generate a slow path for strings in the dex cache.
Nicolas Geoffray
[next]