index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
builder.h
Age
Commit message (
Expand
)
Author
2016-04-19
Revert "Revert "Use dex cache from compilation unit in RTP.""
Vladimir Marko
2016-04-15
Revert "Use dex cache from compilation unit in RTP."
Nicolas Geoffray
2016-04-14
Use dex cache from compilation unit in RTP.
Vladimir Marko
2016-04-07
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
David Brazdil
2016-04-04
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
David Brazdil
2016-04-04
Refactor HGraphBuilder and SsaBuilder to remove HLocals
David Brazdil
2016-04-04
Build dominator tree before generating HInstructions
David Brazdil
2016-03-23
Optimizing: Do not insert suspend checks on back-edges.
Vladimir Marko
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-05
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
Nicolas Geoffray
2016-01-18
ART: Remove Baseline compiler
David Brazdil
2015-12-23
Generate more stack maps during native debugging.
David Srbecky
2015-12-21
Rename NullHandle to ScopedNullHandle
Mathieu Chartier
2015-12-17
Revert "Revert "ART: Reduce the instructions generated by packed switch.""
Vladimir Marko
2015-12-16
Revert "ART: Reduce the instructions generated by packed switch."
Nicolas Geoffray
2015-12-08
ART: Reduce the instructions generated by packed switch.
Zheng Xu
2015-12-02
Revert "Revert "Don't use the compiler driver for method resolution.""
Nicolas Geoffray
2015-12-01
Revert "Don't use the compiler driver for method resolution."
Nicolas Geoffray
2015-12-01
Don't use the compiler driver for method resolution.
Nicolas Geoffray
2015-11-24
A few more optimizations on avoiding HClinit.
Nicolas Geoffray
2015-11-20
Explicitly add HLoadClass/HClinitCheck for HNewInstance.
Nicolas Geoffray
2015-11-18
Revert "Revert "Enable store elimination for singleton objects.""
Mingyao Yang
2015-10-29
Revert "Enable store elimination for singleton objects."
Andreas Gampe
2015-10-27
Enable store elimination for singleton objects.
Mingyao Yang
2015-10-23
Optimizing: Determine invoke-static/-direct dispatch early.
Vladimir Marko
2015-10-06
Add support for unresolved classes in optimizing.
Calin Juravle
2015-10-02
Enable compilation of members with access check failures.
Calin Juravle
2015-09-25
Merge "Optimizing: Tag more arena allocations."
Vladimir Marko
2015-09-25
Optimizing: Tag more arena allocations.
Vladimir Marko
2015-09-25
ART: Preserve loop headers with try/catch
David Brazdil
2015-09-21
[optimizing] Add basic PackedSwitch support
Mark Mendell
2015-09-17
BuildInvoke refactor: extract String.init in its own code path
Calin Juravle
2015-09-09
Add dex_pc to all HInstructions in builder.
Yevgeny Rouban
2015-09-03
Reduce how often we call FindDexCache
Mathieu Chartier
2015-08-25
Add missing field init in constructors
Sebastien Hertz
2015-08-20
Fix BuildInvoke
Calin Juravle
2015-08-20
Refactor BuildInvoke.
Calin Juravle
2015-08-19
Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""
Vladimir Marko
2015-08-19
Revert "Optimizing: Better invoke-static/-direct dispatch."
Vladimir Marko
2015-08-19
Optimizing: Better invoke-static/-direct dispatch.
Vladimir Marko
2015-07-17
Revert "Revert "Use the quickened metadata to compile -QUICK opcodes.""
Nicolas Geoffray
2015-07-17
Revert "Use the quickened metadata to compile -QUICK opcodes."
Nicolas Geoffray
2015-07-16
Use the quickened metadata to compile -QUICK opcodes.
Nicolas Geoffray
2015-07-10
[optimizing] Don't rely on the verifier for String.<init>.
Nicolas Geoffray
2015-07-08
Revert "Revert "ART: Ignore try blocks with no throwing instructions""
David Brazdil
2015-07-08
Revert "ART: Ignore try blocks with no throwing instructions"
David Brazdil
2015-07-08
ART: Ignore try blocks with no throwing instructions
David Brazdil
2015-07-07
Fuse long and FP compare & condition on x86/x86-64 in Optimizing.
Mark Mendell
2015-07-01
Address additional comments on try-catch CL
David Brazdil
2015-07-01
ART: Changes to try-catch in GraphBuilder
David Brazdil
[next]