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
/
nodes.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Move dex structs into own header
Andreas Gampe
2019-01-02
1
-1
/
+1
*
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
-2
/
+2
*
ART: Some iwyu for logging.h
Andreas Gampe
2018-11-21
1
-0
/
+1
*
Remove need for intrinsic recognizer to be a pass.
Nicolas Geoffray
2018-09-28
1
-0
/
+73
*
Look at phis in ReplaceUsesDominatedBy.
Nicolas Geoffray
2018-08-06
1
-0
/
+9
*
Always produce PIC code for AOT compilation.
Vladimir Marko
2018-07-16
1
-8
/
+8
*
Don't use StringFactory.newEmptyString in compiled code
Alex Light
2018-07-10
1
-2
/
+1
*
Handle String.<init> with a phi input.
Nicolas Geoffray
2018-07-03
1
-0
/
+13
*
ART: Make GVN work with BoundType.
Artem Serov
2018-06-15
1
-0
/
+8
*
Merge changes Iaf172f37,I15a8ade7,Icbc6b62b
Vladimir Marko
2018-05-25
1
-2
/
+2
|
\
|
*
Refactor ClassRoot/GetClassRoot().
Vladimir Marko
2018-05-25
1
-2
/
+2
*
|
ART: SBC: Support single exit loops with live_outs.
Artem Serov
2018-05-24
1
-0
/
+17
|
/
*
LSE improvement: better singleton array optimization
Aart Bik
2018-05-18
1
-0
/
+5
*
ART: Do not define abstract HIR kinds.
Vladimir Marko
2018-05-08
1
-1
/
+1
*
ART: Remove InstructionTypeEquals().
Vladimir Marko
2018-05-08
1
-3
/
+2
*
Revert "Revert^2: Deopt does not throw"
Aart Bik
2018-04-21
1
-0
/
+9
*
Revert^2: Deopt does not throw
Aart Bik
2018-04-19
1
-9
/
+0
*
Revert "Deopt does not throw"
Aart Bik
2018-04-19
1
-0
/
+9
*
Deopt does not throw
Aart Bik
2018-04-18
1
-9
/
+0
*
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-27
1
-0
/
+2
*
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-26
1
-2
/
+0
*
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-22
1
-0
/
+2
*
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-03-08
1
-6
/
+6
*
Load ArtMethod* from .data.bimg.rel.ro entries.
Vladimir Marko
2018-03-08
1
-0
/
+2
*
Fix iCache misses for GetKind on x86,x86_64
Gupta Kumar, Sanjiv
2018-02-21
1
-4
/
+0
*
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-25
1
-2
/
+0
*
Merge "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-01-23
1
-0
/
+2
|
\
|
*
Compiler changes for bitstring based type checks.
Vladimir Marko
2018-01-23
1
-0
/
+2
*
|
ART: Implement SuperblockCloner.
Artem Serov
2018-01-09
1
-0
/
+9
|
/
*
Merge "ART: Fix single-preheader transformation."
Aart Bik
2017-12-18
1
-12
/
+112
|
\
|
*
ART: Fix single-preheader transformation.
Artem Serov
2017-12-13
1
-12
/
+112
*
|
Merge "Revert "ART: Try to statically evaluate some conditions.""
Treehugger Robot
2017-12-14
1
-10
/
+4
|
\
\
|
|
/
|
/
|
|
*
Revert "ART: Try to statically evaluate some conditions."
Nicolas Geoffray
2017-12-14
1
-10
/
+4
*
|
Merge "ART: Try to statically evaluate some conditions."
Treehugger Robot
2017-12-13
1
-4
/
+10
|
\
|
|
*
ART: Try to statically evaluate some conditions.
Artem Serov
2017-12-12
1
-4
/
+10
*
|
Determine HLoadClass/String load kind early.
Vladimir Marko
2017-12-08
1
-30
/
+0
*
|
Merge "Log at places we fail to compile."
Nicolas Geoffray
2017-12-04
1
-0
/
+1
|
\
\
|
*
|
Log at places we fail to compile.
Nicolas Geoffray
2017-12-01
1
-0
/
+1
|
|
/
*
/
Type conversion elimination of constants
Mingyao Yang
2017-11-30
1
-0
/
+16
|
/
*
Merge "ART: Introduce individual HInstruction cloning."
Aart Bik
2017-11-21
1
-0
/
+29
|
\
|
*
ART: Introduce individual HInstruction cloning.
Artem Serov
2017-11-07
1
-0
/
+29
*
|
Don't merge values for exit block in LSE.
Mingyao Yang
2017-11-16
1
-0
/
+5
|
/
*
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-11
1
-13
/
+26
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-36
/
+36
*
ART: Introduce Uint8 compiler data type.
Vladimir Marko
2017-10-03
1
-0
/
+1
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-26
/
+26
*
Merge "Use mmapped boot image class table for PIC app HLoadClass."
Vladimir Marko
2017-09-11
1
-0
/
+3
|
\
|
*
Use mmapped boot image class table for PIC app HLoadClass.
Vladimir Marko
2017-09-11
1
-0
/
+3
*
|
Merge "optimizing: add block-scoped constructor fence merging pass"
Treehugger Robot
2017-09-08
1
-6
/
+47
|
\
\
|
|
/
|
/
|
[next]