index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
code_generator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Move dex structs into own header
Andreas Gampe
2019-01-02
1
-2
/
+2
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-27
1
-9
/
+9
*
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-11-29
1
-1
/
+1
*
ART: Avoid some tidy nullptr warnings
Andreas Gampe
2018-11-20
1
-0
/
+1
*
Fix HNewArray with unresolved primitive array type.
Vladimir Marko
2018-10-16
1
-13
/
+6
*
Pass JIT roots as a vector<Handle<>> to JIT cache.
Vladimir Marko
2018-09-20
1
-11
/
+13
*
Merge "ART: Remove unneeded SideEffects for fatal instructions."
Treehugger Robot
2018-09-03
1
-1
/
+6
|
\
|
*
ART: Remove unneeded SideEffects for fatal instructions.
Artem Serov
2018-08-31
1
-1
/
+6
*
|
Fix longstanding bug around implicit NPEs and GC, version 2.
Nicolas Geoffray
2018-08-20
1
-28
/
+3
|
/
*
Merge "Simplify StackMapStream encoding."
Treehugger Robot
2018-08-03
1
-12
/
+5
|
\
|
*
Simplify StackMapStream encoding.
David Srbecky
2018-08-03
1
-12
/
+5
*
|
Rename type resolution entrypoints.
Vladimir Marko
2018-08-03
1
-4
/
+4
|
/
*
Rewrite Class init entrypoint to take a Class arg.
Vladimir Marko
2018-08-02
1
-3
/
+1
*
Move MethodInfo to CodeInfo.
David Srbecky
2018-08-01
1
-6
/
+1
*
Remove unused InvokeInfo from stack maps and the runtime.
David Srbecky
2018-07-13
1
-12
/
+0
*
Merge "Move instruction_set_ to CompilerOptions."
Vladimir Marko
2018-06-27
1
-15
/
+7
|
\
|
*
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
1
-15
/
+7
*
|
Add method frame info to CodeInfo.
David Srbecky
2018-06-26
1
-6
/
+8
|
/
*
Merge "Move some helper methods to DexRegisterLocation."
David Srbecky
2018-06-14
1
-36
/
+28
|
\
|
*
Move some helper methods to DexRegisterLocation.
David Srbecky
2018-06-14
1
-36
/
+28
*
|
Add Kind column to stack maps.
David Srbecky
2018-06-13
1
-38
/
+27
|
/
*
ART: Adds an entrypoint for invoke-custom
Orion Hodson
2018-06-11
1
-0
/
+8
*
ART: Simplify invoke-polymorphic entrypoints
Orion Hodson
2018-06-08
1
-2
/
+4
*
Rewrite dex register map encoding in stackmaps.
David Srbecky
2018-06-01
1
-0
/
+1
*
Remove the CodeOffset helper class.
David Srbecky
2018-05-30
1
-4
/
+3
*
Rewrite stackmap encoding code.
David Srbecky
2018-05-21
1
-2
/
+1
*
ART: Add dex::ProtoIndex
Orion Hodson
2018-05-14
1
-1
/
+1
*
ART: Compiler support for const-method-handle
Orion Hodson
2018-05-11
1
-0
/
+20
*
ART: Compiler support for const-method-type
Orion Hodson
2018-05-10
1
-0
/
+20
*
Revert^2 "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-11
1
-0
/
+12
*
Revert "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-04
1
-12
/
+0
*
Compile link-time thunks in codegen.
Vladimir Marko
2018-04-04
1
-0
/
+12
*
Move some remaining dex utilities
David Sehr
2018-03-19
1
-1
/
+1
*
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-03-08
1
-0
/
+43
*
Header library to remove dependence on runtime/
David Sehr
2018-02-28
1
-1
/
+1
*
Clean up CodeItemAccessors and Compact/StandardDexFile
Mathieu Chartier
2018-01-08
1
-1
/
+1
*
Create dex subdirectory
David Sehr
2018-01-05
1
-1
/
+1
*
Remove CodeItem accessor functions
Mathieu Chartier
2018-01-02
1
-1
/
+3
*
Clean up InstanceOf/CheckCast.
Vladimir Marko
2017-12-14
1
-9
/
+0
*
Minor cleanup in CodeGenerator::RecordPcInfo().
Vladimir Marko
2017-12-04
1
-23
/
+19
*
Fix stats reporting over 100% methods compiled.
Vladimir Marko
2017-11-27
1
-2
/
+2
*
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-15
1
-3
/
+3
*
Merge "Refactor DexInstructionIterator"
Mathieu Chartier
2017-11-03
1
-4
/
+3
|
\
|
*
Refactor DexInstructionIterator
Mathieu Chartier
2017-11-01
1
-4
/
+3
*
|
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-11-02
1
-7
/
+7
|
/
*
ART: Intrinsify polymorphic signature methods
Orion Hodson
2017-11-01
1
-0
/
+4
*
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-17
1
-79
/
+269
*
Fix using LiveIntervals beyond their lifetime.
Vladimir Marko
2017-10-12
1
-13
/
+12
*
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-10-09
1
-27
/
+15
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-10
/
+12
[next]