Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
4fa13f65ece3b68fe3d8722d679ebab8656bbf99
/
compiler
/
optimizing
/
optimizing_compiler.cc
335005e
Only do some checks when compiling against the core image.
by Nicolas Geoffray
· 10 years ago
4824c27
Use a flag from the verifier to know if we should compile.
by Nicolas Geoffray
· 10 years ago
69ba7b7
ART: Run GraphChecker after Builder and SsaBuilder
by David Brazdil
· 10 years ago
eb7b739
Opt compiler: Add disassembly to the '.cfg' output.
by Alexandre Rames
· 10 years ago
4dda337
MIPS: Initial version of optimizing compiler for MIPS64R6.
by Alexey Frunze
· 10 years ago
b2bdfce
Run a simplification pass before code generation.
by Nicolas Geoffray
· 10 years ago
18e6873
Fix a bug in optimizing when the null constant has been DCE.
by Nicolas Geoffray
· 10 years ago
a3a3c59
Optimizing: Move optimization objects to Arena.
by Vladimir Marko
· 10 years ago
454a481
Revert "Revert "Support for inlining virtual and interface calls.""
by Nicolas Geoffray
· 10 years ago
6e47586
Revert "Support for inlining virtual and interface calls."
by Nicolas Geoffray
· 10 years ago
1d5006c
Support for inlining virtual and interface calls.
by Nicolas Geoffray
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
8363c77
Add --generate-debug-info flag and remove the other two flags.
by David Srbecky
· 10 years ago
d5111bf
Do not use dex_compilation_unit after inlining.
by Nicolas Geoffray
· 10 years ago
b176d7c
Also encode the InvokeType in an InlineInfo.
by Nicolas Geoffray
· 10 years ago
3cd4fc8
Eliminate redundant constructor barriers when inlining.
by Calin Juravle
· 10 years ago
a4b8c21
ART: Rediscover loops after deleting blocks in DCE
by David Brazdil
· 10 years ago
0a23d74
Add a parent environment to HEnvironment.
by Nicolas Geoffray
· 10 years ago
7bf9bc7
Merge "Minor improvements to 458-checker-instruction-simplification."
by Roland Levillain
· 10 years ago
917f9ab
ART: Run BooleanSimplifier after inlining
by David Brazdil
· 10 years ago
862aaef
[optimizing] Name the last DCE pass.
by Calin Juravle
· 10 years ago
8f20bdb
Run DCE again after all the other optimizations have run.
by Calin Juravle
· 10 years ago
0cdf6d3
Revert "Run DCE again after all the other optimizations have run."
by Nicolas Geoffray
· 10 years ago
7a9c885
Run DCE again after all the other optimizations have run.
by Calin Juravle
· 10 years ago
2be39e0
Use --dump-stats to dump optimizing compiler stats.
by Calin Juravle
· 10 years ago
b2a5847
Minor improvements to 458-checker-instruction-simplification.
by Alexandre Rames
· 10 years ago
8aec061
Merge "Fallback to quick in case of soft verification errors"
by Calin Juravle
· 10 years ago
f1c6d9e
Fallback to quick in case of soft verification errors
by Calin Juravle
· 10 years ago
0d9f17d
Move the linear order to the HGraph.
by Nicolas Geoffray
· 10 years ago
8dc7324
Add --include-cfi compiler option.
by David Srbecky
· 10 years ago
fc4fb0f
Merge "Revert "Fallback to quick in case of soft verification errors""
by Calin Juravle
· 10 years ago
031af41
Revert "Fallback to quick in case of soft verification errors"
by Calin Juravle
· 10 years ago
9134a1a
Merge "Fallback to quick in case of soft verification errors"
by Calin Juravle
· 10 years ago
a29d93b
Merge "ART: Refactor CompileOptimized"
by Andreas Gampe
· 10 years ago
c2bcafe
ART: Refactor CompileOptimized
by Andreas Gampe
· 10 years ago
c751d37
Fallback to quick in case of soft verification errors
by Calin Juravle
· 10 years ago
3773cd0
ART: Remove WriteElf from Compiler
by Andreas Gampe
· 10 years ago
691184d
Fix build - the stack frame is too large.
by David Srbecky
· 10 years ago
c6b4dd8
Implement CFI for Optimizing.
by David Srbecky
· 10 years ago
40f6556
Merge "ART: Fix 64-bit ELF file support"
by Andreas Gampe
· 10 years ago
3c54b00
ART: Fix 64-bit ELF file support
by Andreas Gampe
· 10 years ago
62e074f
ART: Print C1vis header only if visualizer enabled
by David Brazdil
· 10 years ago
f93c6fe
Merge "Fixed layout for dex caches in boot image."
by Vladimir Marko
· 10 years ago
20f8559
Fixed layout for dex caches in boot image.
by Vladimir Marko
· 10 years ago
12be74e
[optimizing] Only print full stats in VLOG(compiler)
by Nicolas Geoffray
· 10 years ago
9437b78
Revert "Revert "Inline across dex files.""
by Nicolas Geoffray
· 10 years ago
3e690d1
Merge "Share the runtime arena for faster compile times."
by Nicolas Geoffray
· 10 years ago
579ea7d
Share the runtime arena for faster compile times.
by Nicolas Geoffray
· 10 years ago
46e2a39
ART: Boolean simplifier
by David Brazdil
· 10 years ago
36540cb
Implement a space filter for optimizing.
by Nicolas Geoffray
· 10 years ago
216eaa2
Fall back to Quick when Optimizing cannot compile.
by Nicolas Geoffray
· 10 years ago
a3d90fb
[optimizing] Use baseline when debuggable is set.
by Nicolas Geoffray
· 10 years ago
234d69d
Revert "Revert "[optimizing] Enable x86 long support.""
by Nicolas Geoffray
· 10 years ago
e0fe7ae
Make the SSA builder honor the debuggable flag.
by Nicolas Geoffray
· 10 years ago
154552e
Revert "[optimizing] Enable x86 long support."
by Nicolas Geoffray
· 10 years ago
b4ba354
[optimizing] Enable x86 long support.
by Nicolas Geoffray
· 10 years ago
7c3952f
ART: Add -Wunused
by Andreas Gampe
· 10 years ago
4fe292e
Merge "Reference type propagation"
by Calin Juravle
· 10 years ago
b666f48
Move arenas into runtime
by Mathieu Chartier
· 10 years ago
acf735c
Reference type propagation
by Calin Juravle
· 10 years ago
aa9b7c4
Have the opt. compiler set the size of "empty" frames to zero.
by Roland Levillain
· 10 years ago
809658e
ART: Fix crash when timing method failing to build
by David Brazdil
· 10 years ago
5e8b137
Create HGraph outside Builder, print timings
by David Brazdil
· 10 years ago
82091da
Implement LICM in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
10e244f
optimizing: NullCheck elimination
by Calin Juravle
· 10 years ago
9c46208
ART: Even more Quick cleanup
by Andreas Gampe
· 10 years ago
827eedb
Move code around and address growable_array comment.
by Nicolas Geoffray
· 10 years ago
86dde16
Introduce a SideEffectsAnalysis class.
by Nicolas Geoffray
· 10 years ago
d97dc40
Support callee save floating point registers on x64.
by Nicolas Geoffray
· 10 years ago
e7fd3e3
Merge "Add implicit null checks for the optimizing compiler"
by Calin Juravle
· 10 years ago
9ee6618
Constant fold after inlining.
by Nicolas Geoffray
· 10 years ago
cd6dffe
Add implicit null checks for the optimizing compiler
by Calin Juravle
· 10 years ago
71fb52f
ART: Optimizing compiler intrinsics
by Andreas Gampe
· 10 years ago
866c031
ART: dex2oat flag for HGraphVisualizer dump file
by David Brazdil
· 10 years ago
6e73272
Revert "ART: dex2oat flag for HGraphVisualizer dump file"
by Andreas Gampe
· 10 years ago
54953df
ART: dex2oat flag for HGraphVisualizer dump file
by David Brazdil
· 10 years ago
12df9eb
Move code around in OptimizingCompiler::Compile to reduce stack space.
by Nicolas Geoffray
· 10 years ago
3416601
Look at instruction set features when generating volatiles code
by Calin Juravle
· 11 years ago
e21dc3d
ART: Swap-space in the compiler
by Andreas Gampe
· 11 years ago
ee690a3
ART: Added Checker, a pattern matching test engine
by David Brazdil
· 11 years ago
e53798a
Inlining support in optimizing.
by Nicolas Geoffray
· 11 years ago
37cbe23
Merge "Add more compilation stats to optimizing"
by Calin Juravle
· 11 years ago
48c2b03
Add more compilation stats to optimizing
by Calin Juravle
· 11 years ago
376b2bb
Ensure stack maps are 4 byte aligned.
by Nicolas Geoffray
· 11 years ago
f384f88
Bounds check elimination.
by Mingyao Yang
· 11 years ago
383993c
Merge "Add some heursitics for compiling, close to Quick's."
by Nicolas Geoffray
· 11 years ago
f537012
Treat SSA transformation special, as we may have to bailout.
by Nicolas Geoffray
· 11 years ago
43a539f
Add some heursitics for compiling, close to Quick's.
by Nicolas Geoffray
· 11 years ago
37b55eb
Don't run optimizations after baseline.
by Nicolas Geoffray
· 11 years ago
3159674
Fix a bug in the type analysis phase of optimizing.
by Nicolas Geoffray
· 11 years ago
6a0ac5c
Merge "Use HOptimization abstraction for running optimizations."
by Nicolas Geoffray
· 11 years ago
5e6916c
Use HOptimization abstraction for running optimizations.
by Nicolas Geoffray
· 11 years ago
4179cc1
Use cross-compilation helper.
by Nicolas Geoffray
· 11 years ago
e2dc6fa
Don't fall back to Quick in optimizing.
by Nicolas Geoffray
· 11 years ago
af07bc1
Minor object store optimizations.
by Nicolas Geoffray
· 11 years ago
de58ab2
Implement try/catch/throw in optimizing.
by Nicolas Geoffray
· 11 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 11 years ago
b5f62b3
Support for CONST_STRING in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
1ba0f59
Support hard float on arm in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 11 years ago
Next »