summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/CompilerCodegen.h
Commit message (Expand)AuthorAgeFilesLines
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-201-0/+4
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-9/+1
* Move the compiler into C++.Carl Shapiro2011-04-191-0/+11
* Handle relocatable class objects in JIT'ed code.Ben Cheng2011-03-101-3/+4
* Add runtime support for method based compilation.Ben Cheng2011-01-261-0/+3
* [JIT] Regalloc cleanupbuzbee2010-12-141-1/+1
* JIT - support for return-void-barrier [Issue 2992352]buzbee2010-11-011-1/+1
* JIT: Support for Dalvik volatiles (issue 2781881)buzbee2010-07-211-0/+3
* Jit: Sapphire tuning - mostly scheduling.Bill Buzbee2010-03-031-0/+3
* Fix performance issues related to chaining and unchaining.Ben Cheng2010-02-031-0/+1
* Tear down the code cache when it is full and restart from scratch.Ben Cheng2010-01-071-0/+3
* Restructure the codegen to make architectural depedency explicit.Ben Cheng2009-11-221-1/+7
* Implement chaining up to the first 64 cases in a switch statement.Ben Cheng2009-11-031-0/+3
* Major registor allocation rework - stage 1.Bill Buzbee2009-10-301-0/+6
* Implement SSA-based loop optimizations.Ben Cheng2009-09-011-2/+2
* First phase of restructuring to support THUMB2 & ARM tracesBill Buzbee2009-07-271-2/+7
* Initial port of the Dalvik JIT enging to the internal repository.Ben Cheng2009-06-041-0/+37