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