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
2019-05-16
ART: Optimize StringBuilder append pattern.
Vladimir Marko
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-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-11-29
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-11-20
ART: Avoid some tidy nullptr warnings
Andreas Gampe
2018-10-16
Fix HNewArray with unresolved primitive array type.
Vladimir Marko
2018-09-20
Pass JIT roots as a vector<Handle<>> to JIT cache.
Vladimir Marko
2018-09-03
Merge "ART: Remove unneeded SideEffects for fatal instructions."
Treehugger Robot
2018-08-31
ART: Remove unneeded SideEffects for fatal instructions.
Artem Serov
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
[next]