index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
common_compiler_test.cc
Age
Commit message (
Expand
)
Author
2018-06-21
Use HashSet<std::string> instead of unordered_set<>.
Vladimir Marko
2018-06-20
ART: Ensure OatQuickMethodHeader is trivially copyable
Andreas Gampe
2018-05-23
ObjPtr<>-ify tests using ClassLinker::FindClass().
Vladimir Marko
2018-04-13
ART: Remove support for compiled-methods and compiled-classes
Andreas Gampe
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-02-21
Remove duplication, split tests
David Sehr
2017-11-28
Clean some dex2oat options.
Nicolas Geoffray
2017-09-20
Refactor compiled_method.h .
Vladimir Marko
2017-07-27
Remove ClassLinker::SetEntryPointsToCompiledCode().
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-20
Merge "Move IsVeryLarge check before we create verification results"
Mathieu Chartier
2017-07-20
Move IsVeryLarge check before we create verification results
Mathieu Chartier
2017-07-20
ART: Change method lookup to be more consistent to JLS and the RI.
Vladimir Marko
2017-06-08
ART: Move CalleeSaveType to callee_save_type.h
Andreas Gampe
2017-06-02
ART: Introduce thread-current-inl.h
Andreas Gampe
2017-04-21
ART: Clean up art_method.h
Andreas Gampe
2017-03-16
Add method info to oat files
Mathieu Chartier
2017-03-03
Extend profman to generate profiles with inline caches
Calin Juravle
2017-02-17
Make dex2oat support profiles passed to non profile filters
Mathieu Chartier
2016-10-26
ART: Change InstructionSetFeatures to return unique_ptr
Andreas Gampe
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-10-04
Revert "Revert "Store resolved Strings for AOT code in .bss.""
Vladimir Marko
2016-09-30
Revert "Store resolved Strings for AOT code in .bss."
Vladimir Marko
2016-09-30
Merge "Store resolved Strings for AOT code in .bss."
Vladimir Marko
2016-09-30
Simplify our intrinsic recognizer.
Nicolas Geoffray
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-09-29
Store resolved Strings for AOT code in .bss.
Vladimir Marko
2016-09-23
Smarter image layout
Mathieu Chartier
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-04-28
Revert "Revert "Write conflict tables in image""
Mathieu Chartier
2016-04-07
Fix image_test for the CC collector.
Hiroshi Yamauchi
2016-04-04
Clean up OatQuickMethodHeader after Quick removal.
Vladimir Marko
2016-03-21
Remove Quick from tree.
Nicolas Geoffray
2016-03-09
ART: Use optimizing compiler in image_test
Andreas Gampe
2016-02-24
ART: Allow method references across oat files for multi-image, 2nd attempt.
Vladimir Marko
2016-02-17
Revert "Allow method references across oat files for multi-image."
Vladimir Marko
2016-02-17
Allow method references across oat files for multi-image.
Vladimir Marko
2016-02-01
Ensure instruction cache is flushed in compiler tests with Clang.
Roland Levillain
2016-01-19
Merge "Improve profile processing"
Calin Juravle
2016-01-19
Improve profile processing
Calin Juravle
2016-01-18
Move --dump-cfg and dump-cfg-append to CompilerOptions.
Nicolas Geoffray
2016-01-07
Perform profile file analysis in dex2oat
Calin Juravle
2015-12-23
Dex2oat support for multiple oat file and image file outputs.
Jeff Hao
2015-12-16
Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror...
Alex Light
2015-12-15
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
Alex Light
2015-12-14
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
Alex Light
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-15
x86/x86-64 read barrier support for concurrent GC in Optimizing.
Roland Levillain
[next]