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.h
Age
Commit message (
Expand
)
Author
2014-11-28
Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug.
Serban Constantinescu
2014-11-27
Add support for long-to-float in the optimizing compiler.
Roland Levillain
2014-11-17
Fix lint error.
Nicolas Geoffray
2014-11-17
Merge "Minor object store optimizations."
Nicolas Geoffray
2014-11-14
Minor object store optimizations.
Nicolas Geoffray
2014-11-13
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-12
Do a parallel move in BoundsCheckSlowPath.
Nicolas Geoffray
2014-11-06
Implement try/catch/throw in optimizing.
Nicolas Geoffray
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-30
Merge "Follow-up CL after hard float changes."
Nicolas Geoffray
2014-10-29
Add support for static fields in optimizing compiler.
Nicolas Geoffray
2014-10-28
Follow-up CL after hard float changes.
Nicolas Geoffray
2014-10-27
Support hard float on arm in optimizing compiler.
Nicolas Geoffray
2014-10-21
Implement register allocator for floating point registers.
Nicolas Geoffray
2014-10-16
Don't use assembler classes in code_generator.h.
Nicolas Geoffray
2014-10-10
Cleanup baseline register allocator.
Nicolas Geoffray
2014-10-09
Stop converting from Location to ManagedRegister.
Nicolas Geoffray
2014-10-07
Add support for floats and doubles.
Nicolas Geoffray
2014-09-25
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray
2014-09-23
Support for saving and restoring live registers in a slow path.
Nicolas Geoffray
2014-09-08
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-08-20
Fix bug introduced in https://android-review.googlesource.com/102610.
Nicolas Geoffray
2014-08-15
ART source line debug info in OAT files
Yevgeny Rouban
2014-07-22
Make unit test tell if a method is a leaf.
Nicolas Geoffray
2014-07-22
Stack overflow checks and NPE checks for optimizing.
Nicolas Geoffray
2014-07-15
Fix a braino in the stack layout.
Nicolas Geoffray
2014-07-14
Support fields in optimizing compiler.
Nicolas Geoffray
2014-07-02
Support longs in the register allocator for x86_64.
Nicolas Geoffray
2014-06-13
Add x86_64 support to the optimizing compiler.
Nicolas Geoffray
2014-06-12
Enable the register allocator on ARM.
Nicolas Geoffray
2014-06-12
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-05-26
Add a linear scan register allocator to the optimizing compiler.
Nicolas Geoffray
2014-05-23
Import Dart's parallel move resolver.
Nicolas Geoffray
2014-05-07
Build live-in, live-out and kill sets for each block.
Nicolas Geoffray
2014-04-29
Setup policies for register allocation.
Nicolas Geoffray
2014-04-28
Add a Transform to SSA phase to the optimizing compiler.
Nicolas Geoffray
2014-04-17
Code cleanup in preparation for x64 backend.
Nicolas Geoffray
2014-04-16
Long support in optimizing compiler.
Nicolas Geoffray
2014-04-08
Test control flow instruction with optimizing compiler.
Nicolas Geoffray
2014-04-04
Use target-specific word instead of runtime word.
Nicolas Geoffray
2014-04-03
Support passing arguments to invoke-static* instructions.
Nicolas Geoffray
2014-03-31
Add support for invoke-static in optimizing compiler.
Nicolas Geoffray
2014-03-19
Run Java tests with the optimizing compiler.
Nicolas Geoffray
2014-03-18
Plug new optimizing compiler in compilation pipeline.
Nicolas Geoffray
2014-03-13
More code generation for the optimizing compiler.
Nicolas Geoffray
2014-03-04
Add codegen support to the optimizing compiler.
Nicolas Geoffray