Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
b688611f1c40a7d6867b084a045c0d5ce87e869e
/
compiler
/
dex
a9014f9
Merge "Support for CONST_STRING in optimizing compiler."
by Nicolas Geoffray
· 10 years ago
b5f62b3
Support for CONST_STRING in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
7d4ecd5
Avoid signed integer overflow.
by Ian Rogers
· 10 years ago
fb311f8
Remove useless suspend points from arm/arm64 AGET/APUT.
by Vladimir Marko
· 10 years ago
66c6d7b
Rewrite class initialization check elimination.
by Vladimir Marko
· 10 years ago
1ef3495
Merge "Quick: Fix wide Phi detection in GVN, clean up INVOKEs."
by Vladimir Marko
· 10 years ago
3e3364e
Merge "Tidy logging code not using UNIMPLEMENTED."
by Ian Rogers
· 10 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 10 years ago
b62ff57
Merge "ART: Add div/rem zero check elimination flag"
by Ian Rogers
· 10 years ago
8fe0e35
ART: Prevent float inference back to SSA in-regs.
by Stephen Kyle
· 10 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 10 years ago
a4426cf
Quick: Fix wide Phi detection in GVN, clean up INVOKEs.
by Vladimir Marko
· 10 years ago
aea6888
Merge "Tidy up logging."
by Ian Rogers
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
a65c1db
X86 Long Min/Max: Avoid calling SRegToVReg with -1
by Mark Mendell
· 10 years ago
415ac88
Quick: In GVN, apply modifications early if outside loop.
by Vladimir Marko
· 10 years ago
b3f18cf
Merge "Make ART compile with GCC -O0 again."
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
4ffed25
Merge "Quick: Avoid node iteration for passes that don't need it."
by Vladimir Marko
· 10 years ago
a78e66a
Quick: Handle kMirOpNullCheck in LVN/GVN.
by Vladimir Marko
· 10 years ago
312eb25
Quick: Improve the BBCombine pass.
by Vladimir Marko
· 10 years ago
7baa6f8
Rewrite null check elimination to work on dalvik regs.
by Vladimir Marko
· 10 years ago
aa7b8a3
Quick: Avoid node iteration for passes that don't need it.
by Vladimir Marko
· 10 years ago
423b137
ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK
by Yevgeny Rouban
· 10 years ago
5c5676b
ART: Add div/rem zero check elimination flag
by Razvan A Lupusoru
· 10 years ago
7cd01f5
Add regression test for null check elimination.
by Vladimir Marko
· 10 years ago
72ab3ca
Merge "Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK""
by Vladimir Marko
· 10 years ago
cb46ee1
Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"
by Vladimir Marko
· 10 years ago
fc787ec
Enable -Wimplicit-fallthrough.
by Ian Rogers
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
d8c3e36
ART: X86: GenLongArith should handle overlapped VRs
by Alexei Zavjalov
· 10 years ago
5229cf1
Quick: Reduce memory usage and improve compile time.
by Vladimir Marko
· 10 years ago
67c72b8
Quick: Separate null check elimination and type inference.
by Vladimir Marko
· 10 years ago
832336b
Don't copy fill array data to quick literal pool.
by Ian Rogers
· 10 years ago
7e70b00
Header file clean up.
by Ian Rogers
· 10 years ago
edc34c8
Merge "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"
by Bill Buzbee
· 10 years ago
254aa0d
Merge "ART: Fix SelectKind to work with nullptr"
by Bill Buzbee
· 10 years ago
1293b6b
Merge "ART: Fix issues with SplitBlock"
by Bill Buzbee
· 10 years ago
893e855
Merge "Fix to MirGraph::GetSSANameWithConst()"
by Bill Buzbee
· 10 years ago
33c1702
ART: Fix issues with SplitBlock
by Mathew Zaleski
· 11 years ago
50940ea
Merge "Implement method calls using relative BL on ARM64."
by Vladimir Marko
· 10 years ago
504b788
ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK
by Yevgeny Rouban
· 10 years ago
9944b3b
Fix to MirGraph::GetSSANameWithConst()
by Mark Mendell
· 10 years ago
cc8cc7c
Propagate optimization flags to kMirOpCheck.
by Vladimir Marko
· 10 years ago
dfaf4c3
Merge "Quick compiler: Fix ambiguous LoadValue()"
by buzbee
· 10 years ago
7c02e91
Quick compiler: Fix ambiguous LoadValue()
by buzbee
· 10 years ago
7c2ad5a
Implement method calls using relative BL on ARM64.
by Vladimir Marko
· 10 years ago
6346244
Merge "AArch64: oat patches should be 32-bit ints."
by Vladimir Marko
· 10 years ago
27cc093
AArch64: oat patches should be 32-bit ints.
by Matteo Franchin
· 11 years ago
ff0ac47
Remove all uses of MIR_INLINED.
by Vladimir Marko
· 10 years ago
6e301ec
Merge "Fix build_all_egdes in MIRGraph::ProcessCanThrow()."
by Vladimir Marko
· 10 years ago
8ac41af
ART: Fix SelectKind to work with nullptr
by Chao-ying Fu
· 10 years ago
37241e5
Merge "Quick: Fix LVN/GVN handling of acquire operations."
by Vladimir Marko
· 10 years ago
e767f6c
Fix build_all_egdes in MIRGraph::ProcessCanThrow().
by Vladimir Marko
· 10 years ago
fa23645
Quick: Fix LVN/GVN handling of acquire operations.
by Vladimir Marko
· 10 years ago
0714083
Enable -Wunreachable-code
by Ian Rogers
· 10 years ago
f9098ea
Merge "ART: Fix GenReduceVector and GenSetVector"
by Bill Buzbee
· 10 years ago
955af68
Merge "ART: Reset bb id to the last list mir"
by Bill Buzbee
· 10 years ago
f4ae8d8
Merge "ART: Allow overridable calculation of basic block dataflow"
by Bill Buzbee
· 10 years ago
a2a9108
Merge "Update maximum number of reachable blocks in last step"
by Bill Buzbee
· 10 years ago
6f4dcae
ART: Allow overridable calculation of basic block dataflow
by Razvan A Lupusoru
· 10 years ago
00ade1e
Merge "ART: Fix some -Wpedantic errors"
by Andreas Gampe
· 10 years ago
4163c53
AArch64: address some outstanding TODOs.
by Matteo Franchin
· 11 years ago
cc6b59e
Merge "ART: Fix movnti assembler"
by Ian Rogers
· 10 years ago
c8ccf68
ART: Fix some -Wpedantic errors
by Andreas Gampe
· 10 years ago
1edf638
Merge "ART: Deprecate CompilationUnit's code_item"
by Ian Rogers
· 10 years ago
7503597
ART: Deprecate CompilationUnit's code_item
by Razvan A Lupusoru
· 11 years ago
584cc79
Reduce scope of MIR analysis attributes.
by Ian Rogers
· 10 years ago
ae9f3e6
ART: Fix movnti assembler
by Razvan A Lupusoru
· 10 years ago
53cec00
ART: Fix GenReduceVector and GenSetVector
by Udayan Banerji
· 10 years ago
d282d59
Merge "Elimination of redundant instructuion"
by Ian Rogers
· 10 years ago
f4da675
Implement method calls using relative BL on ARM.
by Vladimir Marko
· 11 years ago
590c6a4
ART: Reset bb id to the last list mir
by Chao-ying Fu
· 10 years ago
e39c54e
Deprecate GrowableArray, use ArenaVector instead.
by Vladimir Marko
· 10 years ago
b7e9e32
Elimination of redundant instructuion
by Anton Shamin
· 10 years ago
04db946
Merge "ART: Address three issues with x86 assembler before enabling load store elimination."
by Ian Rogers
· 10 years ago
8147dcb
Merge "ART: Overflow of bound check in ArrayCopy intrinsic"
by Ian Rogers
· 10 years ago
87258ed
Merge "Slow path should break def tracking"
by Bill Buzbee
· 10 years ago
8d050d8
Merge "AddIntrinsicSlowPath with resume requires clobbering"
by Bill Buzbee
· 10 years ago
d872b79
Merge "ART: Fix instruction flags of kMirOpCheck and kMirOpCheckPart2"
by Ian Rogers
· 10 years ago
f33e4d4
Merge "X86 QBE: Make some X86 routines virtual"
by Ian Rogers
· 10 years ago
b7fc629
ART: Fix instruction flags of kMirOpCheck and kMirOpCheckPart2
by Udayan Banerji
· 11 years ago
497d62e
ART: skip compilation of huge methods.
by buzbee
· 11 years ago
f9f0ed4
ART: Overflow of bound check in ArrayCopy intrinsic
by avignate
· 11 years ago
88157ef
Add the "time" compilation filter and output compilation stats.
by Nicolas Geoffray
· 11 years ago
0a1174e
X86 QBE: Make some X86 routines virtual
by Mark Mendell
· 11 years ago
c80605d
ART: Consider clinit elimination for inlining
by Razvan A Lupusoru
· 11 years ago
ebab3bb
Merge "Compile time performance improvements focusing on interpret-only."
by Ian Rogers
· 11 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 11 years ago
98cb689
Quick compiler (arm64) Fix inline Math.round()
by buzbee
· 11 years ago
a870bc5
ART: Address three issues with x86 assembler before enabling load store elimination.
by Haitao Feng
· 11 years ago
589e046
Slow path should break def tracking
by Serguei Katkov
· 11 years ago
9863daf
AddIntrinsicSlowPath with resume requires clobbering
by Serguei Katkov
· 11 years ago
a87a795
Merge "Revert "Add read barriers for the roots in the verifier.""
by Ian Rogers
· 11 years ago
be428b4
Merge "ART: Fix variable formatting and CodeLayout's multiple visits"
by Bill Buzbee
· 11 years ago
d8f69b0
Revert "Add read barriers for the roots in the verifier."
by Ian Rogers
· 11 years ago
75bcc37
ART: Fix variable formatting and CodeLayout's multiple visits
by Jean Christophe Beyler
· 11 years ago
b5477f0
Fix kThumb2Vldrd definition to set correct flag.
by Junmo Park
· 11 years ago
cd48f2d
Change Reference.get() intrinsic to Reference.getReferent().
by Mathieu Chartier
· 11 years ago
a464466
x86: evaluation destination should be after load of source in RA
by Serguei Katkov
· 11 years ago
Next »