index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
compiler.cc
Age
Commit message (
Expand
)
Author
2024-03-11
Revert^2 "Remove Compiler::Kind"
Santiago Aboy Solanes
2024-03-07
Revert "Remove Compiler::Kind"
Vaibhav Devmurari
2024-03-07
Remove Compiler::Kind
Santiago Aboy Solanes
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2022-11-18
Make remaining compiler/ symbols hidden.
Vladimir Marko
2022-10-10
ART: Move `CompiledMethod{,-Storage}` to dex2oat/.
Vladimir Marko
2019-03-22
Compare the oat version of runtime, dex2oat and the compiler.
David Srbecky
2019-02-20
ART: Reduce dependencies on CompilerDriver.
Vladimir Marko
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-01-08
Clean up CodeItemAccessors and Compact/StandardDexFile
Mathieu Chartier
2018-01-05
Create dex subdirectory
David Sehr
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-03-21
Remove Quick from tree.
Nicolas Geoffray
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-01-28
Clean up pass driver
Mathieu Chartier
2014-12-12
Remove portable.
Elliott Hughes
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-31
Support for CONST_STRING in optimizing compiler.
Nicolas Geoffray
2014-10-24
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-08-22
ART: Clean up compiler
Andreas Gampe
2014-05-06
Give Compiler a back reference to the driver.
Ian Rogers
2014-03-13
Add command line support for enabling the optimizing compiler.
Nicolas Geoffray