index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
optimizing_cfi_test.cc
Age
Commit message (
Expand
)
Author
2020-02-13
Remove MIPS support from Optimizing.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-09-07
ART: Continue adding override annotations
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-07-19
ART: Clean up unused using declarations
Andreas Gampe
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-04-11
Revert^2 "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-04
Revert "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-04
Compile link-time thunks in codegen.
Vladimir Marko
2018-01-13
Change compiler tests to have aligned code item
Mathieu Chartier
2018-01-02
ART: Emit runtime read barrier checks only in slow-debug
Andreas Gampe
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-17
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-18
ART: Move read barrier config out of globals
Andreas Gampe
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-14
Remove the old ARM code generator from ART's Optimizing compiler.
Roland Levillain
2017-07-12
Fix ART ARM64 CFI gtests with GCs other than CC with Baker read barriers.
Roland Levillain
2017-03-16
Revert "Revert "ARM: VIXL32: Use VIXL backend by default.""
Nicolas Geoffray
2017-03-14
Revert "ARM: VIXL32: Use VIXL backend by default."
Nicolas Geoffray
2017-02-21
ARM: VIXL32: Use VIXL backend by default.
Scott Wakeling
2016-12-12
ARM: VIXL32: Test both current and new assemblers with optimizing_cfi_test.
Scott Wakeling
2016-10-26
ART: Change InstructionSetFeatures to return unique_ptr
Andreas Gampe
2016-10-17
ARM: VIXL32: Pass initial ART tests with new code generator.
Scott Wakeling
2016-09-02
Clean up some includes.
Vladimir Marko
2016-08-19
Fix building tests with partial arch codegen support
Colin Cross
2016-04-22
Refactor use of __ANDROID__ macro
Bilyan Borisov
2016-04-12
Allocate code generators on the arena.
Vladimir Marko
2015-11-21
MIPS64: Support short and long branches
Alexey Frunze
2015-11-04
Delay emitting CFI PC adjustments until after Thumb2/Mips fixup.
Vladimir Marko
2015-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-07-30
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
Andreas Gampe
2015-06-17
Revert "Revert "ART: Implement literal pool for arm, fix branch fixup.""
Vladimir Marko
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-04-12
Move 'ret' instruction generation inside GenerateFrameExit.
David Srbecky
2015-04-09
Fix memory leaks in the CFI tests.
David Srbecky
2015-04-09
Implement CFI for Optimizing.
David Srbecky