index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
optimizing_compiler.cc
Age
Commit message (
Expand
)
Author
2019-10-10
Revert^2 "JIT: Separate code allocation and initialization."
David Srbecky
2019-10-09
Revert "JIT: Separate code allocation and initialization."
Nicolas Geoffray
2019-10-09
JIT: Separate code allocation and initialization.
David Srbecky
2019-10-08
JIT mini-debug-info: Generate the debug info sooner.
David Srbecky
2019-09-01
Fix JIT data dual mapping for apps.
David Srbecky
2019-08-22
JIT mini-debug-info: Allocate entries in the JIT data space.
David Srbecky
2019-08-16
JIT mini-debug-info: Remove global maps.
David Srbecky
2019-08-07
Don't compile OSR methods that have phi equivalents at loop entry.
Nicolas Geoffray
2019-06-28
Revert "Revert "Make the JIT zygote memory shared.""
Nicolas Geoffray
2019-06-26
Revert "Make the JIT zygote memory shared."
Nicolas Geoffray
2019-06-26
Make the JIT zygote memory shared.
Nicolas Geoffray
2019-06-24
Move code writing to data portion of the JIT cache in JitMemoryRegion.
Nicolas Geoffray
2019-06-10
Pass the memory region to allocate into to the compiler / allocation.
Nicolas Geoffray
2019-04-29
Fix DWARF line-number generation for JITed methods.
David Srbecky
2019-03-27
Use generic name for JNI trampolines.
David Srbecky
2019-03-26
optimizing_compiler: Avoid extra std::string copy
Greg Kaiser
2019-03-06
Revert "Revert^2 "Add code size to CodeInfo""
Nicolas Geoffray
2019-02-20
ART: Reduce dependencies on CompilerDriver.
Vladimir Marko
2019-02-14
Revert^2 "Add code size to CodeInfo"
David Srbecky
2019-02-12
Revert "Add code size to CodeInfo"
David Srbecky
2019-02-11
Add code size to CodeInfo
David Srbecky
2019-01-28
Selectively allow dead reference elimination
Hans Boehm
2019-01-22
Add timing logger for mini-debug-info generation.
David Srbecky
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-14
Pack JIT mini-debug-infos together.
David Srbecky
2018-12-11
Cleanup native debug interface api.
David Srbecky
2018-12-07
Merge "Refactor CompilerDriver::CompileAll()."
Vladimir Marko
2018-12-06
Refactor CompilerDriver::CompileAll().
Vladimir Marko
2018-12-05
Simplify MakeElfFileForJIT
David Srbecky
2018-11-21
ART: Some iwyu for logging.h
Andreas Gampe
2018-11-19
Remove CompiledMethod dependency on CompilerDriver.
Vladimir Marko
2018-11-14
ART: Rewrite core image detection.
Vladimir Marko
2018-11-08
Emit bit manipulation instructions for x86 and x86_64
Shalini Salomi Bodapati
2018-11-01
Do not cache RequiresConstructorBarrier() results.
Vladimir Marko
2018-11-01
Add compiling class to the DexCompilationUnit.
Vladimir Marko
2018-10-10
Introduce a 'baseline' variant for the compiler.
Nicolas Geoffray
2018-10-03
Fix ReplaceUninitializedStringPhis.
Nicolas Geoffray
2018-09-28
Merge "Remove need for intrinsic recognizer to be a pass."
Nicolas Geoffray
2018-09-28
Remove need for intrinsic recognizer to be a pass.
Nicolas Geoffray
2018-09-24
Fix some performance-unnecessary-value-param tidy and performance-for-range w...
Stephen Hines
2018-09-20
Pass JIT roots as a vector<Handle<>> to JIT cache.
Vladimir Marko
2018-09-19
Remove sharpening as an optimization pass.
Nicolas Geoffray
2018-09-07
ART: Continue adding override annotations
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-20
Fix longstanding bug around implicit NPEs and GC, version 2.
Nicolas Geoffray
2018-08-03
Simplify StackMapStream encoding.
David Srbecky
2018-08-02
Reuse arena memory for each block in scheduler.
Vladimir Marko
2018-08-01
Move MethodInfo to CodeInfo.
David Srbecky
2018-07-27
Remove frame info from OatQuickMethodHeader.
David Srbecky
[next]