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