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
/
compiler.h
Age
Commit message (
Expand
)
Author
2020-06-18
Introduce an enum for the compilation kind.
Nicolas Geoffray
2019-06-10
Pass the memory region to allocate into to the compiler / allocation.
Nicolas Geoffray
2019-02-20
ART: Reduce dependencies on CompilerDriver.
Vladimir Marko
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-10-10
Introduce a 'baseline' variant for the compiler.
Nicolas Geoffray
2018-06-25
ART: Move CopyOption to OatWriter
Andreas Gampe
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-02-28
Revert "Revert "Full-stack integrity: check vdex contents.""
Nicolas Geoffray
2018-02-27
Revert "Full-stack integrity: check vdex contents."
Nicolas Geoffray
2018-02-27
Full-stack integrity: check vdex contents.
Nicolas Geoffray
2018-01-05
Create dex subdirectory
David Sehr
2017-11-15
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-10
Merge "Record @{Fast,Critical}Native in method's access flags."
Vladimir Marko
2017-11-10
Record @{Fast,Critical}Native in method's access flags.
Vladimir Marko
2017-11-08
cpplint: Cleanup errors
Igor Murashkin
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-19
Pass the logger to the JIT compiler.
Nicolas Geoffray
2017-05-30
ART: Add missing namespace comments
Andreas Gampe
2017-03-14
Revert^6 "Hash-based dex cache type array."
Vladimir Marko
2017-03-13
Revert^5 "Hash-based dex cache type array."
Vladimir Marko
2017-02-20
Revert^4 "Hash-based dex cache type array."
Vladimir Marko
2017-02-13
Revert^3 "Hash-based dex cache type array."
Mathieu Chartier
2017-02-10
Revert^2 "Hash-based dex cache type array."
Vladimir Marko
2017-02-01
Revert "Hash-based dex cache type array."
Vladimir Marko
2017-01-30
Hash-based dex cache type array.
Vladimir Marko
2016-10-26
Remove some unneeded header includes
David Sehr
2016-09-14
Separate annotations from dexfile reading.
David Sehr
2016-09-09
jni: Add @CriticalNative optimization to speed up JNI transitions
Igor Murashkin
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-08-16
jni: Fast path for @FastNative annotated java methods
Igor Murashkin
2016-03-24
Post-Quick cleanup: Remove CompilationUnit.
Vladimir Marko
2016-02-05
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
Nicolas Geoffray
2015-11-05
Code cleanup to avoid CompilerDriver abstractions in JIT.
Nicolas Geoffray
2015-10-15
Use ATTRIBUTE_UNUSED more.
Roland Levillain
2015-09-03
Reduce how often we call FindDexCache
Mathieu Chartier
2015-08-12
Remove unnecessary `explicit` qualifiers on constructors.
Roland Levillain
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-04-10
ART: Remove WriteElf from Compiler
Andreas Gampe
2015-04-07
ART: Fix 64-bit ELF file support
Andreas Gampe
2015-01-27
ART: Even more Quick cleanup
Andreas Gampe
2014-12-17
ART: Added Checker, a pattern matching test engine
David Brazdil
2014-12-12
Remove portable.
Elliott Hughes
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-31
Support for CONST_STRING in optimizing compiler.
Nicolas Geoffray
2014-08-22
ART: Clean up compiler
Andreas Gampe
2014-05-06
Give Compiler a back reference to the driver.
Ian Rogers
2014-04-29
Force inlining on trivial accessors.
Ian Rogers
2014-03-13
Add command line support for enabling the optimizing compiler.
Nicolas Geoffray