Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
5fd92d4b8dbb6bd3d4b698300c9f2ac524edbfd8
/
compiler
/
optimizing
/
optimizing_compiler.cc
f384f88
Bounds check elimination.
by Mingyao Yang
· 10 years ago
383993c
Merge "Add some heursitics for compiling, close to Quick's."
by Nicolas Geoffray
· 10 years ago
f537012
Treat SSA transformation special, as we may have to bailout.
by Nicolas Geoffray
· 10 years ago
43a539f
Add some heursitics for compiling, close to Quick's.
by Nicolas Geoffray
· 10 years ago
37b55eb
Don't run optimizations after baseline.
by Nicolas Geoffray
· 10 years ago
3159674
Fix a bug in the type analysis phase of optimizing.
by Nicolas Geoffray
· 10 years ago
6a0ac5c
Merge "Use HOptimization abstraction for running optimizations."
by Nicolas Geoffray
· 10 years ago
5e6916c
Use HOptimization abstraction for running optimizations.
by Nicolas Geoffray
· 10 years ago
4179cc1
Use cross-compilation helper.
by Nicolas Geoffray
· 10 years ago
e2dc6fa
Don't fall back to Quick in optimizing.
by Nicolas Geoffray
· 10 years ago
af07bc1
Minor object store optimizations.
by Nicolas Geoffray
· 10 years ago
de58ab2
Implement try/catch/throw in optimizing.
by Nicolas Geoffray
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
b5f62b3
Support for CONST_STRING in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
1ba0f59
Support hard float on arm in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 10 years ago
5319def
ART: optimizing compiler: initial support for ARM64.
by Alexandre Rames
· 10 years ago
75be283
Revert "Revert "Introduce a class to implement optimization passes.""
by Roland Levillain
· 10 years ago
26a25ef
Add a prepare for register allocation pass.
by Nicolas Geoffray
· 10 years ago
1ddbf6d
Revert "Introduce a class to implement optimization passes."
by Nicolas Geoffray
· 10 years ago
bf9cd7b
Introduce a class to implement optimization passes.
by Roland Levillain
· 10 years ago
3c04974
Optimize suspend checks in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
d31cf3d
First optimization in new compiler: simple GVN.
by Nicolas Geoffray
· 11 years ago
ce71ae7
It can be that no method has been compiled.
by Nicolas Geoffray
· 11 years ago
88157ef
Add the "time" compilation filter and output compilation stats.
by Nicolas Geoffray
· 11 years ago
3946844
Runtime support for the new stack maps for the opt compiler.
by Nicolas Geoffray
· 11 years ago
53c913b
ART: Clean up compiler
by Andreas Gampe
· 11 years ago
e3ea838
ART source line debug info in OAT files
by Yevgeny Rouban
· 11 years ago
8d48673
Use the thumb2 assembler for the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
7dc206a
Add two phi pruning phases.
by Nicolas Geoffray
· 11 years ago
e503832
Support fields in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
8fb5ce3
Do not attempt to compile on architectures we do not support.
by Nicolas Geoffray
· 11 years ago
f61b537
Re-enable tests with the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
e61fd35
Revert "Re-enable tests with the optimizing compiler."
by Nicolas Geoffray
· 11 years ago
2055091
Re-enable tests with the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
20dfc79
Add some more instruction support to optimizing compiler.
by Dave Allison
· 11 years ago
86dbb9a
Final CL to enable register allocation on x86.
by Nicolas Geoffray
· 11 years ago
31d76b4
Plug code generator into liveness analysis.
by Nicolas Geoffray
· 11 years ago
a7062e0
Add a linear scan register allocator to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
ddb311f
Build live ranges in preparation for register allocation.
by Nicolas Geoffray
· 11 years ago
f635e63
Add a compilation tracing mechanism to the new compiler.
by Nicolas Geoffray
· 11 years ago
622d9c3
Add loop recognition and CFG simplifications in new compiler.
by Nicolas Geoffray
· 11 years ago
f23a719
Merge "Build live-in, live-out and kill sets for each block."
by Nicolas Geoffray
· 11 years ago
804d093
Build live-in, live-out and kill sets for each block.
by Nicolas Geoffray
· 11 years ago
72d3262
Give Compiler a back reference to the driver.
by Ian Rogers
· 11 years ago
c32e770
Add a Transform to SSA phase to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
d6ed642
Revert "Revert "Revert "Use trampolines for calls to helpers"""
by Dave Allison
· 11 years ago
f9487c0
Revert "Revert "Use trampolines for calls to helpers""
by Dave Allison
· 11 years ago
081f73e
Revert "Use trampolines for calls to helpers"
by Dave Allison
· 11 years ago
754ddad
Use trampolines for calls to helpers
by Dave Allison
· 11 years ago
8ccc3f5
Add support for invoke-static in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
92cf83e
Run Java tests with the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
787c307
Plug new optimizing compiler in compilation pipeline.
by Nicolas Geoffray
· 11 years ago
b34f69a
Add command line support for enabling the optimizing compiler.
by Nicolas Geoffray
· 11 years ago