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
/
block_builder.cc
Age
Commit message (
Expand
)
Author
2024-01-30
Allow compilation of large methods with no branches
Santiago Aboy Solanes
2023-07-06
Remove code related to quicken
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2019-11-25
Ensure we can always enter OSR code
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-01-09
Fix compiler bug when typing exceptions.
Nicolas Geoffray
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-04-06
Count switch as branch.
Aart Bik
2018-03-19
Move some remaining dex utilities
David Sehr
2018-01-05
Create dex subdirectory
David Sehr
2017-12-27
Move dex exception helpers to their own file and use dex accessor
Mathieu Chartier
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-12-01
Log at places we fail to compile.
Nicolas Geoffray
2017-11-15
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-13
Use CodeItemAccessor helpers for method verifier
Mathieu Chartier
2017-11-07
Delete CodeItemIterator
Mathieu Chartier
2017-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-07-12
Reduce quicken info size
Mathieu Chartier
2017-05-11
Clean up some uses of "auto".
Vladimir Marko
2016-04-04
Build dominator tree before generating HInstructions
David Brazdil