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
/
code_generator.cc
Age
Commit message (
Expand
)
Author
2015-06-26
Revert "Revert "ART: Implement try/catch blocks in Builder""
David Brazdil
2015-06-26
Revert "ART: Implement try/catch blocks in Builder"
David Brazdil
2015-06-25
ART: Implement try/catch blocks in Builder
David Brazdil
2015-06-22
Opt compiler: Add disassembly to the '.cfg' output.
Alexandre Rames
2015-06-19
MIPS: Initial version of optimizing compiler for MIPS64R6.
Alexey Frunze
2015-06-18
ART: Remove old DCHECK that trips Baseline
David Brazdil
2015-06-12
Merge "Optimizing: Remove PcInfo, use the StackMapStream instead."
Vladimir Marko
2015-06-12
Optimizing: Remove PcInfo, use the StackMapStream instead.
Vladimir Marko
2015-06-08
Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""
Nicolas Geoffray
2015-06-04
Revert "Use HCurrentMethod in HInvokeStaticOrDirect."
Nicolas Geoffray
2015-06-04
Use HCurrentMethod in HInvokeStaticOrDirect.
Nicolas Geoffray
2015-06-03
Fix lint error.
Nicolas Geoffray
2015-06-03
Factorize code for common LocationSummary of HInvoke.
Nicolas Geoffray
2015-05-31
Fix some ArtMethod related bugs
Mathieu Chartier
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-21
Also encode the InvokeType in an InlineInfo.
Nicolas Geoffray
2015-05-18
Support InlineInfo in StackMap.
Nicolas Geoffray
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-04-28
Have HInvoke instructions know their number of actual arguments.
Roland Levillain
2015-04-23
Cleanup and improve stack map stream
Calin Juravle
2015-04-22
[optimizing] Fix a bug in moving the null check to the user.
Calin Juravle
2015-04-20
Opt compiler: Correctly require register or FPU register.
Alexandre Rames
2015-04-15
Type MoveOperands.
Nicolas Geoffray
2015-04-09
Implement CFI for Optimizing.
David Srbecky
2015-04-06
ART: Enable more Clang warnings
Andreas Gampe
2015-04-01
[optimizing] Implement x86/x86_64 math intrinsics
Mark Mendell
2015-03-24
Merge "ART: Boolean simplifier"
David Brazdil
2015-03-24
ART: Boolean simplifier
David Brazdil
2015-03-24
Unify ART's various implementations of bit_cast.
Roland Levillain
2015-03-16
Update locations of registers after slow paths spilling.
Nicolas Geoffray
2015-03-13
Merge "[optimizing] Don't record None locations in the stack maps."
Nicolas Geoffray
2015-03-13
[optimizing] Don't record None locations in the stack maps.
Nicolas Geoffray
2015-03-13
Refactor code in preparation of correct stack maps in slow path.
Nicolas Geoffray
2015-03-13
Fix build breakage.
Nicolas Geoffray
2015-03-13
Merge "Tweak liveness when instructions are used in environments."
Nicolas Geoffray
2015-03-12
Tweak liveness when instructions are used in environments.
Nicolas Geoffray
2015-03-12
Compress the Dex register maps built by the optimizing compiler.
Roland Levillain
2015-03-05
[optimizing] Use callee-save registers for x86
Mark Mendell
2015-03-02
Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release
Serban Constantinescu
2015-02-20
Merge "Display optimizing compiler's CodeInfo objects in oatdump."
Roland Levillain
2015-02-19
Ensure the graph is correctly typed.
Nicolas Geoffray
2015-02-19
Display optimizing compiler's CodeInfo objects in oatdump.
Roland Levillain
2015-02-18
Avoid generating jmp +0.
Nicolas Geoffray
2015-02-06
Optimize leaf methods.
Nicolas Geoffray
2015-02-04
Finally implement Location::kNoOutputOverlap.
Nicolas Geoffray
2015-02-03
Use a different block order when not compiling baseline.
Nicolas Geoffray
2015-01-24
Support callee-save registers on ARM.
Nicolas Geoffray
2015-01-23
Support callee save floating point registers on x64.
Nicolas Geoffray
2015-01-21
Enable core callee-save on x64.
Nicolas Geoffray
2015-01-21
Merge "ART: Replace NULL to nullptr in the optimizing compiler"
Roland Levillain
[next]