index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
driver
/
compiler_driver_test.cc
Age
Commit message (
Expand
)
Author
2016-04-07
Remove more Quick-related macros in tests.
Roland Levillain
2016-04-06
Fix and re-enable compiler_driver_test
Yi Kong
2016-02-26
Add and use loaded class profiling
Mathieu Chartier
2016-02-12
Fix compiler driver gtest.
Calin Juravle
2016-01-19
Improve profile processing
Calin Juravle
2015-12-21
Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df
Mathieu Chartier
2015-12-21
Rename NullHandle to ScopedNullHandle
Mathieu Chartier
2015-12-17
resolve merge conflicts of 9f784b26a1 to master.
Alex Light
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-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-14
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
Alex Light
2015-11-23
Temporarily disable compiler_driver_test.
Yi Kong
2015-11-15
x86/x86-64 read barrier support for concurrent GC in Optimizing.
Roland Levillain
2015-08-31
Revert "Revert "Change dex caches to be weak roots""
Mathieu Chartier
2015-08-28
Fix some HandleScope bugs and add corresponding checks
Mathieu Chartier
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-07-01
Implement heap poisoning in ART's Optimizing compiler.
Roland Levillain
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-21
ART: Add compiled-methods
Andreas Gampe
2015-04-13
ART: Clean up includes.
Vladimir Marko
2015-04-10
Move ArtField to native
Mathieu Chartier
2015-03-27
ART: PathClassLoader for compiler
Andreas Gampe
2015-01-13
Use unique_ptr to track ownership of dex files.
Richard Uhler
2014-12-12
Remove portable.
Elliott Hughes
2014-11-04
ART: More warnings
Andreas Gampe
2014-07-15
Break apart header files.
Ian Rogers
2014-06-24
More advanced timing loggers.
Mathieu Chartier
2014-06-02
Fix GC race condition in visit roots
Serguei Katkov
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-15
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-13
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-03-19
Make test-art pass with heap reference poisoning enabled.
Hiroshi Yamauchi
2014-03-07
Add more VerifyObject calls.
Mathieu Chartier
2014-03-01
Make out arguments non-reference types.
Ian Rogers
2014-02-26
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-24
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-06
Object model changes to support 64bit.
Ian Rogers
2013-11-14
Fix memory leaks relating to timing logger.
Ian Rogers
2013-11-11
Compacting collector.
Mathieu Chartier
2013-08-13
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-07-25
Fix compiler_driver_test/image_test.
Ian Rogers
2013-07-25
Add systrace support to NewTimingLogger, migrate compiler timing logging to N...
Anwar Ghuloum
2013-07-21
Move TimingLogger creation to dex2oat
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom