index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
codegen
/
GenInvoke.cc
Age
Commit message (
Expand
)
Author
2012-10-09
Fast path interface dispatch.
Ian Rogers
2012-09-21
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-09-18
Sqrt intrinsic
Ian Rogers
2012-09-13
Prune useless entries from dex to pc map
buzbee
2012-09-07
Support for 32bit CAS as an intrinsic.
Ian Rogers
2012-08-10
Implemented inline of String charAton x86.
jeffhao
2012-08-10
Implemented inline of String indexOf and compareTo on x86.
jeffhao
2012-08-07
Fix and enable inlining of some intrinsics on x86.
jeffhao
2012-08-02
Populate call info and inline float/double conversions on x86.
jeffhao
2012-06-20
Fix string.compareTo regression
buzbee
2012-06-20
Milestone: close Quick side channel communication
buzbee
2012-06-13
More Quick compiler mir/bb cleanup
buzbee
2012-06-13
More Quick compiler restructuring
buzbee
2012-06-06
Restructure to reduce MIR references
buzbee
2012-06-01
Various missing hunks.
Elliott Hughes
2012-05-03
[Compiler] use Art indentation standard
Bill Buzbee
2012-04-20
Tidy up some C-isms.
Elliott Hughes
2012-04-04
Implement various missing parts of the X86 compiler
Ian Rogers
2012-03-29
Refactor runtime support.
Ian Rogers
2012-03-26
Fix cpplint's whitespace complaints.
Elliott Hughes
2012-03-26
Compiler intrinsics
buzbee
2012-03-20
Add 3rd argument register to X86.
Ian Rogers
2012-03-20
Trivial cleanup of typos and fixed-length buffers.
Elliott Hughes
2012-03-19
oat file patching
Brian Carlstrom
2012-03-19
Enable compiler_test on host.
Ian Rogers
2012-03-18
Support for promoting Method* and compiler temps
buzbee
2012-03-18
Patch support for the boot image.
Ian Rogers
2012-03-18
Refactor callRuntimeHelper
Ian Rogers
2012-03-17
Implement direct apk -> boot calling
Ian Rogers
2012-03-16
X86 invocation tidy up.
Ian Rogers
2012-03-07
Fix branch bug (showed up in codegen for debug)
buzbee
2012-03-02
More MIPS support
buzbee
2012-03-02
Multi-target Codegen cleanup
buzbee
2012-02-29
More target-independence
buzbee