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