Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
3bc01748ef1c3e43361bdf520947a9d656658bf8
/
compiler
/
dex
3bc0174
GenSpecialCase support for x86
by Razvan A Lupusoru
· 11 years ago
ed8081a
Merge "Support to generate inline long to FP bytecodes for x86"
by Ian Rogers
· 11 years ago
7655968
Merge "Generate ARM special methods from InlineMethod data."
by Vladimir Marko
· 11 years ago
614c2b4
Support to generate inline long to FP bytecodes for x86
by Razvan A Lupusoru
· 12 years ago
0177e53
Work in the direction of hard float quick ABIs.
by Ian Rogers
· 11 years ago
abaf927
Merge "Re-apply: Implement cumulative timings for CompilerDriver."
by Nicolas Geoffray
· 11 years ago
ea3fa0b
Re-apply: Implement cumulative timings for CompilerDriver.
by Nicolas Geoffray
· 11 years ago
b1e61ad
Merge "Tweak Mir2Lir::GenInstanceofCallingHelper for X86"
by Ian Rogers
· 11 years ago
6607d97
Tweak Mir2Lir::GenInstanceofCallingHelper for X86
by Mark Mendell
· 11 years ago
41ccc3b
Merge "Added inlined abs method with float and double type"
by Ian Rogers
· 11 years ago
35d7e41
Merge "Support Direct Method/Type access for X86"
by Ian Rogers
· 11 years ago
6c92e7d
Merge "Rewrite GenInlinedCharAt for x86"
by Ian Rogers
· 11 years ago
55d0eac
Support Direct Method/Type access for X86
by Mark Mendell
· 11 years ago
502c2a8
Generate ARM special methods from InlineMethod data.
by Vladimir Marko
· 11 years ago
c9bf407
Fix special getter/setter generation.
by Vladimir Marko
· 11 years ago
2bc4780
Revert "Revert "Check FastInstance() early for special getters and setters.""
by Vladimir Marko
· 11 years ago
632e458
Revert "Check FastInstance() early for special getters and setters."
by Ian Rogers
· 11 years ago
dbb17e3
Added inlined abs method with float and double type
by Yixin Shou
· 11 years ago
5dc5727
Check FastInstance() early for special getters and setters.
by Vladimir Marko
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 12 years ago
2b724cb
Rewrite GenInlinedCharAt for x86
by Mark Mendell
· 11 years ago
2c498d1
Specializing x86 range argument copying
by Razvan A Lupusoru
· 12 years ago
67c39c4
Support Literal pools for x86
by Mark Mendell
· 12 years ago
6a5ed25
Merge "Redo x86 int arithmetic"
by Ian Rogers
· 11 years ago
bcec6fb
Make slow paths easier to write
by Dave Allison
· 12 years ago
d69835d
Art Compiler: fix compiler temps
by buzbee
· 12 years ago
feb2b4e
Redo x86 int arithmetic
by Mark Mendell
· 12 years ago
316116b
Merge "Remove redundant compare for x86 OpDecAndBranch"
by Ian Rogers
· 12 years ago
616ffaf
Merge "Enable compiler temporaries"
by Ian Rogers
· 12 years ago
da7a69b
Enable compiler temporaries
by Razvan A Lupusoru
· 12 years ago
f0c3718
Merge "Address another opportunity for reducing x86 sequence for GP pair to XMM"
by Ian Rogers
· 12 years ago
39a5489
Merge "Improve GenConstString, GenS{get,put} for x86"
by Ian Rogers
· 12 years ago
95e3eeb
Merge "x86 updates GenInlinedUnsafePut/GenInstanceofFinal"
by Ian Rogers
· 12 years ago
75ba13f
Reduce PassDriver overhead, clean up Pass and PassDriver.
by Vladimir Marko
· 12 years ago
f7a0c5e
Merge "Embed array class pointers at array allocation sites."
by Hiroshi Yamauchi
· 12 years ago
f43adf6
Address another opportunity for reducing x86 sequence for GP pair to XMM
by Razvan A Lupusoru
· 12 years ago
df8ee2e
x86 updates GenInlinedUnsafePut/GenInstanceofFinal
by Mark Mendell
· 12 years ago
2730db0
Add VerfiedMethod to DexCompilationUnit.
by Vladimir Marko
· 12 years ago
c7f8320
Refactor verification results.
by Vladimir Marko
· 12 years ago
766e929
Improve GenConstString, GenS{get,put} for x86
by Mark Mendell
· 12 years ago
bb8f0ab
Embed array class pointers at array allocation sites.
by Hiroshi Yamauchi
· 12 years ago
7ea5daf
Merge "Improve x86 long multiply and shifts"
by Ian Rogers
· 12 years ago
6e65720
Merge "Remove the link from dalvik instruction back to kMirOpCheck."
by Vladimir Marko
· 12 years ago
4376c87
Remove the link from dalvik instruction back to kMirOpCheck.
by Vladimir Marko
· 12 years ago
b429d1d
Merge "Support GenSelect for x86"
by Vladimir Marko
· 12 years ago
e27b3bf
Support GenSelect for x86
by Razvan A Lupusoru
· 12 years ago
d3266bc
Reduce x86 sequence for GP pair to XMM
by Razvan A Lupusoru
· 12 years ago
787bbf8
Merge "64bit printf flag clean-up for MIR graph."
by Ian Rogers
· 12 years ago
e4a8d91
Merge "Revert "Remove the link from dalvik instruction back to kMirOpCheck.""
by Ian Rogers
· 12 years ago
c6dbf90
Revert "Remove the link from dalvik instruction back to kMirOpCheck."
by Ian Rogers
· 12 years ago
4708dcd
Improve x86 long multiply and shifts
by Mark Mendell
· 12 years ago
23b03b5
64bit printf flag clean-up for MIR graph.
by Ian Rogers
· 12 years ago
a278ac3
Merge "Improve x86 long divide"
by Ian Rogers
· 12 years ago
5710355
Merge "Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV"
by Ian Rogers
· 12 years ago
67122a0
Merge "64bit friendly printf modifiers in LIR dumping."
by Ian Rogers
· 12 years ago
2bf31e6
Improve x86 long divide
by Mark Mendell
· 12 years ago
ae427c3
Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV
by Mark Mendell
· 12 years ago
3f5b42f
Merge "Optimize x86 long arithmetic"
by Vladimir Marko
· 12 years ago
8a3e7e7
Remove the link from dalvik instruction back to kMirOpCheck.
by Vladimir Marko
· 12 years ago
e1cf6d8
Merge "Move fused cmp branch ccode to MIR::meta."
by Vladimir Marko
· 12 years ago
107c31e
64bit friendly printf modifiers in LIR dumping.
by Ian Rogers
· 12 years ago
be1ca55
Use direct class pointers at allocation sites in the compiled code.
by Hiroshi Yamauchi
· 12 years ago
e02d48f
Optimize x86 long arithmetic
by Mark Mendell
· 12 years ago
a894607
Move fused cmp branch ccode to MIR::meta.
by Vladimir Marko
· 12 years ago
a0dac3e
Remove redundant compare for x86 OpDecAndBranch
by Yixin Shou
· 12 years ago
05bded2
Clean up frontend.h includes and forward declarations.
by Vladimir Marko
· 12 years ago
650be76
Revert "Implement cumulative timings for CompilerDriver."
by Brian Carlstrom
· 12 years ago
f3f139f
Merge "Implement cumulative timings for CompilerDriver."
by Nicolas Geoffray
· 12 years ago
775c472
Pass Framework Cleanup
by Jean Christophe Beyler
· 12 years ago
df01317
Implement cumulative timings for CompilerDriver.
by Nicolas Geoffray
· 12 years ago
a3058e7
Fix memory error when dumping timings.
by Nicolas Geoffray
· 12 years ago
4e97c53
Added pass framework
by Jean Christophe Beyler
· 12 years ago
d61ba4b
Revert "Revert "Better support for x86 XMM registers""
by Bill Buzbee
· 12 years ago
d0a5155
Add suffix parameter to DumpCFG
by Jean Christophe Beyler
· 12 years ago
0adc680
Merge "Add conditional move support to x86 and allow GenMinMax to use it"
by Ian Rogers
· 12 years ago
ef6a776
Inline codegen for long-to-double on ARM.
by Ian Rogers
· 12 years ago
988e6ea
Fix -O0 builds.
by Ian Rogers
· 12 years ago
bd288c2
Add conditional move support to x86 and allow GenMinMax to use it
by Razvan A Lupusoru
· 12 years ago
5ddb410
Remove intialized static storage from dex cache.
by Ian Rogers
· 12 years ago
53ee14a
Merge "Avoid inliner spam wrt String.length."
by Ian Rogers
· 12 years ago
dce164a
Avoid inliner spam wrt String.length.
by Ian Rogers
· 12 years ago
5115473
Fix oatdump "compilercallbacks" option for runtime.
by Vladimir Marko
· 12 years ago
6e3cb66
DataflowIterator normalization
by Jean Christophe Beyler
· 12 years ago
090dd44
Eliminate redundant x86 compare for GenDivZeroCheck
by Razvan A Lupusoru
· 12 years ago
dac68ba
Merge "Fix build: style issue."
by Vladimir Marko
· 12 years ago
459f4df
Fix build: style issue.
by Vladimir Marko
· 12 years ago
47d79fd
Merge "Clean up usage of carry flag condition codes."
by Vladimir Marko
· 12 years ago
58af1f9
Clean up usage of carry flag condition codes.
by Vladimir Marko
· 12 years ago
b122a4b
Tidy up memory barriers.
by Ian Rogers
· 12 years ago
e40687d
Merge "Fix SEGV when dumping MIR CFG"
by Narayan Kamath
· 12 years ago
412d4f8
Improve x86 Fused long compare to literal
by Mark Mendell
· 12 years ago
e47ee24
Merge "Enhance GenArrayGet, GenArrayPut for x86"
by Vladimir Marko
· 12 years ago
343adb5
Enhance GenArrayGet, GenArrayPut for x86
by Mark Mendell
· 12 years ago
1d6df5b
Merge "Change safecast data from set to an ordered vector."
by Vladimir Marko
· 12 years ago
5dce0c9
Generate devirtualization map only for native compilation.
by Sebastien Hertz
· 12 years ago
a9faa70
Change safecast data from set to an ordered vector.
by Vladimir Marko
· 12 years ago
778127a
Fix build - style issues.
by Vladimir Marko
· 12 years ago
5bb149e
Fix SEGV when dumping MIR CFG
by Mark Mendell
· 12 years ago
5816ed4
Detect special methods at the end of verification.
by Vladimir Marko
· 12 years ago
2b5eaa2
Move compiler code out of method verifier.
by Vladimir Marko
· 12 years ago
Next »