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
2015-10-27
Revert "Remove DCHECK that does not work for gtests."
Vladimir Marko
2015-10-27
Reduce memory used by CompiledMethods.
Vladimir Marko
2015-10-20
Remove ArtCode.
Nicolas Geoffray
2015-09-15
Add option to append to the cfg dump.
Calin Juravle
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-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-21
ART: Add compiled-methods
Andreas Gampe
2015-04-20
ART: Change image_classes and compiled_classes to unordered set
Andreas Gampe
2015-03-31
Merge "Fixed layout for dex caches in boot image."
Vladimir Marko
2015-03-31
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-29
ART: Refactor callbacks_ in common_runtime_test
Andreas Gampe
2015-03-27
ART: Some runtime cleanup
Andreas Gampe
2015-03-27
ART: PathClassLoader for compiler
Andreas Gampe
2015-03-02
Add support for .bss section in oat files.
Vladimir Marko
2015-02-24
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
Revert "Add JIT"
Nicolas Geoffray
2015-02-23
Add JIT
Mathieu Chartier
2015-01-28
Clean up pass driver
Mathieu Chartier
2015-01-13
ART: dex2oat flag for HGraphVisualizer dump file
David Brazdil
2014-12-22
ART: Fix common_compiler_test assumptions
Andreas Gampe
2014-12-22
ART: Swap-space in the compiler
Andreas Gampe
2014-12-12
Remove portable.
Elliott Hughes
2014-12-09
Ensure stack maps are 4 byte aligned.
Nicolas Geoffray
2014-11-24
Delete ArtMethod gc_map_ field
Mathieu Chartier
2014-11-13
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
ART: Compiled-classes list for compiler-driver
Andreas Gampe
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-24
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-16
Some code clean-up.
Ian Rogers
2014-10-16
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-14
Change MemMap::maps_ to not be global variable
Mathieu Chartier
2014-10-09
stdint types all the way!
Ian Rogers
2014-09-15
ART: Rename Handle hierarchy
Andreas Gampe
2014-08-23
Clean up Handle usage.
Mathieu Chartier
2014-08-12
Avoid use of std::string where we have const char*.
Ian Rogers
2014-07-15
Break apart header files.
Ian Rogers