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
/
code_generator.cc
Age
Commit message (
Expand
)
Author
2018-08-20
Fix longstanding bug around implicit NPEs and GC, version 2.
Nicolas Geoffray
2018-08-03
Merge "Simplify StackMapStream encoding."
Treehugger Robot
2018-08-03
Simplify StackMapStream encoding.
David Srbecky
2018-08-03
Rename type resolution entrypoints.
Vladimir Marko
2018-08-02
Rewrite Class init entrypoint to take a Class arg.
Vladimir Marko
2018-08-01
Move MethodInfo to CodeInfo.
David Srbecky
2018-07-13
Remove unused InvokeInfo from stack maps and the runtime.
David Srbecky
2018-06-27
Merge "Move instruction_set_ to CompilerOptions."
Vladimir Marko
2018-06-26
Add method frame info to CodeInfo.
David Srbecky
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-14
Merge "Move some helper methods to DexRegisterLocation."
David Srbecky
2018-06-14
Move some helper methods to DexRegisterLocation.
David Srbecky
2018-06-13
Add Kind column to stack maps.
David Srbecky
2018-06-11
ART: Adds an entrypoint for invoke-custom
Orion Hodson
2018-06-08
ART: Simplify invoke-polymorphic entrypoints
Orion Hodson
2018-06-01
Rewrite dex register map encoding in stackmaps.
David Srbecky
2018-05-30
Remove the CodeOffset helper class.
David Srbecky
2018-05-21
Rewrite stackmap encoding code.
David Srbecky
2018-05-14
ART: Add dex::ProtoIndex
Orion Hodson
2018-05-11
ART: Compiler support for const-method-handle
Orion Hodson
2018-05-10
ART: Compiler support for const-method-type
Orion Hodson
2018-04-11
Revert^2 "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-04
Revert "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-04
Compile link-time thunks in codegen.
Vladimir Marko
2018-03-19
Move some remaining dex utilities
David Sehr
2018-03-08
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-02-28
Header library to remove dependence on runtime/
David Sehr
2018-01-08
Clean up CodeItemAccessors and Compact/StandardDexFile
Mathieu Chartier
2018-01-05
Create dex subdirectory
David Sehr
2018-01-02
Remove CodeItem accessor functions
Mathieu Chartier
2017-12-14
Clean up InstanceOf/CheckCast.
Vladimir Marko
2017-12-04
Minor cleanup in CodeGenerator::RecordPcInfo().
Vladimir Marko
2017-11-27
Fix stats reporting over 100% methods compiled.
Vladimir Marko
2017-11-15
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-03
Merge "Refactor DexInstructionIterator"
Mathieu Chartier
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-11-01
Refactor DexInstructionIterator
Mathieu Chartier
2017-11-01
ART: Intrinsify polymorphic signature methods
Orion Hodson
2017-10-17
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-12
Fix using LiveIntervals beyond their lifetime.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-27
Add DexInstructionIterator and use it a few places
Mathieu Chartier
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-09-20
Refactor compiled_method.h .
Vladimir Marko
2017-08-11
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-14
Remove the old ARM code generator from ART's Optimizing compiler.
Roland Levillain
2017-06-08
ART: Refactor bit_utils and stl_util
Andreas Gampe
2017-06-07
Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall."
Vladimir Marko
[next]