aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/Codegen.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kk_2.7_rb1.9' of git://codeaurora.org/platform/dalvik into cafSteve Kondik2013-11-111-0/+2
|\
| * dalvik: dalvik device extension pack.Xin Qi2013-10-311-0/+2
* | Add support for ARMv6J and ARMv6-VFP processor targetArne Coucheron2013-07-241-1/+1
|/
* 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/+8
* Remove the unused monitor tracking and deadlock prediction code.Carl Shapiro2011-02-011-2/+1
* JIT: Source code reorganization to isolate target independent codebuzbee2010-09-241-23/+1
* JIT: Reworked the assembler to be smarter about short instruction formsbuzbee2010-08-041-0/+2
* Clean up warnings detected by gcc.Ben Cheng2010-05-281-0/+7
* Clean up the codegen for invoking helper callout functions.Ben Cheng2010-04-021-0/+1
* Fix for 2542488 JIT codegen bug with overlapping wide operandsBill Buzbee2010-03-271-0/+2
* Made Self Verification mode's memory interface less intrusive.jeffhao2010-02-041-0/+4
* Restructure the codegen to make architectural depedency explicit.Ben Cheng2009-11-221-69/+50
* Major registor allocation rework - stage 1.Bill Buzbee2009-10-301-7/+40
* Implemented a new scheduler and FP register allocator.Ben Cheng2009-09-251-3/+3
* Model resource usage for each Thumb/Thumb2 instrution.Ben Cheng2009-09-111-0/+1
* Thumb/Thumb2 instruction selection rework.Bill Buzbee2009-08-251-2/+2
* Stage 3 of Thumb2 support. armv7-a now generates vfp code inline.Bill Buzbee2009-07-311-0/+57