summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_cfi_test.cc
AgeCommit message (Expand)Author
2020-02-13Remove MIPS support from Optimizing.Vladimir Marko
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2018-09-07ART: Continue adding override annotationsAndreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
2018-07-19ART: Clean up unused using declarationsAndreas Gampe
2018-06-25Move instruction_set_ to CompilerOptions.Vladimir Marko
2018-04-11Revert^2 "Compile link-time thunks in codegen."Vladimir Marko
2018-04-04Revert "Compile link-time thunks in codegen."Vladimir Marko
2018-04-04Compile link-time thunks in codegen.Vladimir Marko
2018-01-13Change compiler tests to have aligned code itemMathieu Chartier
2018-01-02ART: Emit runtime read barrier checks only in slow-debugAndreas Gampe
2017-11-02ART: Make InstructionSet an enum class and add kLast.Vladimir Marko
2017-10-17Use ScopedArenaAllocator for code generation.Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko
2017-09-18ART: Move read barrier config out of globalsAndreas Gampe
2017-07-24ART: Include cleanupAndreas Gampe
2017-07-14Remove the old ARM code generator from ART's Optimizing compiler.Roland Levillain
2017-07-12Fix ART ARM64 CFI gtests with GCs other than CC with Baker read barriers.Roland Levillain
2017-03-16Revert "Revert "ARM: VIXL32: Use VIXL backend by default.""Nicolas Geoffray
2017-03-14Revert "ARM: VIXL32: Use VIXL backend by default."Nicolas Geoffray
2017-02-21ARM: VIXL32: Use VIXL backend by default.Scott Wakeling
2016-12-12ARM: VIXL32: Test both current and new assemblers with optimizing_cfi_test.Scott Wakeling
2016-10-26ART: Change InstructionSetFeatures to return unique_ptrAndreas Gampe
2016-10-17ARM: VIXL32: Pass initial ART tests with new code generator.Scott Wakeling
2016-09-02Clean up some includes.Vladimir Marko
2016-08-19Fix building tests with partial arch codegen supportColin Cross
2016-04-22Refactor use of __ANDROID__ macroBilyan Borisov
2016-04-12Allocate code generators on the arena.Vladimir Marko
2015-11-21MIPS64: Support short and long branchesAlexey Frunze
2015-11-04Delay emitting CFI PC adjustments until after Thumb2/Mips fixup.Vladimir Marko
2015-09-16Optimizing: Tag arena allocations in HGraph.Vladimir Marko
2015-07-30ART: Use __ANDROID__ instead of HAVE_ANDROID_OSAndreas Gampe
2015-06-17Revert "Revert "ART: Implement literal pool for arm, fix branch fixup.""Vladimir Marko
2015-05-29Move mirror::ArtMethod to nativeMathieu Chartier
2015-05-11Add a parent environment to HEnvironment.Nicolas Geoffray
2015-04-12Move 'ret' instruction generation inside GenerateFrameExit.David Srbecky
2015-04-09Fix memory leaks in the CFI tests.David Srbecky
2015-04-09Implement CFI for Optimizing.David Srbecky