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
/
common_compiler_test.h
Age
Commit message (
Expand
)
Author
2021-02-03
Use mmap for compiled code for gtest.
Vladimir Marko
2020-12-10
Make RTP::Visit robust against input order
Alex Light
2020-05-15
Optimizing: Run gtests without creating the Runtime.
Vladimir Marko
2019-03-05
Refactor compiler tests around CompilerDriver.
Vladimir Marko
2018-12-06
Refactor CompilerDriver::CompileAll().
Vladimir Marko
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-21
Remove unnecessary indirection from MemMap.
Vladimir Marko
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
Move dex_files_for_oat_file_ to CompilerOptions.
Vladimir Marko
2018-06-21
Use HashSet<std::string> instead of unordered_set<>.
Vladimir Marko
2018-04-13
ART: Remove support for compiled-methods and compiled-classes
Andreas Gampe
2018-01-22
ART: Refactor profile_compilation_info.h includes
Andreas Gampe
2017-11-28
Clean some dex2oat options.
Nicolas Geoffray
2017-11-08
cpplint: Cleanup errors
Igor Murashkin
2017-04-06
Clean up after MIPS got read barriers support
Goran Jakovljevic
2017-02-17
Make dex2oat support profiles passed to non profile filters
Mathieu Chartier
2017-01-18
Rename offline_profiling_info to profile_compilation_info
Calin Juravle
2016-09-30
Simplify our intrinsic recognizer.
Nicolas Geoffray
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-07-28
Disable CheckSwapUsage test with read barriers on x86.
Roland Levillain
2016-04-07
Remove more Quick-related macros in tests.
Roland Levillain
2016-03-10
Disable some image_test cases with concurrent collector.
Roland Levillain
2016-03-09
ART: Use optimizing compiler in image_test
Andreas Gampe
2016-01-19
Improve profile processing
Calin Juravle
2015-12-10
Revert "Revert "Add support for LZ4 compressed image files""
Mathieu Chartier
2015-12-10
Revert "Add support for LZ4 compressed image files"
Nicolas Geoffray
2015-12-09
Add support for LZ4 compressed image files
Mathieu Chartier
2015-11-24
ARM64 read barrier support for concurrent GC in Optimizing.
Roland Levillain
2015-11-17
ARM read barrier support for concurrent GC in Optimizing.
Roland Levillain
2015-11-15
x86/x86-64 read barrier support for concurrent GC in Optimizing.
Roland Levillain
2015-10-01
Don't force the boot image to using quick.
Nicolas Geoffray
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-07-01
Implement heap poisoning in ART's Optimizing compiler.
Roland Levillain
2015-06-30
Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER.
Roland Levillain
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-04-21
ART: Add compiled-methods
Andreas Gampe
2015-03-29
ART: Refactor callbacks_ in common_runtime_test
Andreas Gampe
2014-11-24
Delete ArtMethod gc_map_ field
Mathieu Chartier
2014-10-16
Make ART compile with GCC -O0 again.
Ian Rogers
2014-09-15
ART: Rename Handle hierarchy
Andreas Gampe
2014-08-23
Clean up Handle usage.
Mathieu Chartier
2014-07-15
Break apart header files.
Ian Rogers
2014-07-07
Enable compiler testing for ARM64 and x86-64.
Ian Rogers
2014-06-24
More advanced timing loggers.
Mathieu Chartier
2014-05-23
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-22
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-16
Fix generic jni issue in ArtMethod::GetQuickFrameInfo
Dmitry Petrochenko
[next]