summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/arm/ArchUtility.c
Commit message (Expand)AuthorAgeFilesLines
* Move the compiler into C++.Carl Shapiro2011-04-191-427/+0
* Generate code for loops formed with the new builderBen Cheng2011-03-311-0/+5
* Dump the current code stream when the assembler fails on size issues.Ben Cheng2011-03-241-0/+1
* Print class/method info for virtual callsites in JIT verbose mode.Ben Cheng2011-03-141-2/+5
* Handle relocatable class objects in JIT'ed code.Ben Cheng2011-03-101-1/+8
* Handle OP_THROW in the method JIT.Ben Cheng2011-03-021-2/+2
* Add support to do suspend polling on backward branches in JIT'ed code.Ben Cheng2011-02-161-0/+12
* Misc goodies in the JIT in preparation for more aggressive code motion.Ben Cheng2011-02-081-4/+4
* Add runtime support for method based compilation.Ben Cheng2011-01-261-5/+5
* Fix push/pop instruction selection and encoding.Ben Cheng2011-01-241-5/+11
* Stamp out some x86/host mode warningsbuzbee2010-12-141-0/+6
* Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-071-1/+1
* It's "opcode" not "opCode".Dan Bornstein2010-12-011-3/+3
* Rename OpCode.h -> DexOpcodes.h.Dan Bornstein2010-12-011-1/+1
* JIT: Support for shift field in disassembler [issue 2465170]buzbee2010-08-051-0/+14
* Implement method inlining for getters/settersBen Cheng2010-08-021-1/+2
* JIT: Support for Dalvik volatiles (issue 2781881)buzbee2010-07-211-0/+27
* Relocate OpCodeNames.[ch].Andy McFadden2010-06-221-1/+1
* Remove unused labels, variables, and functions. Enable warnings.Carl Shapiro2010-05-211-1/+0
* Fix a race condition in JIT state refresh under debugging / misc code cleanup.Ben Cheng2010-03-311-10/+10
* Fix chaining offset mis-calculation for translations w/ large switch statements.Ben Cheng2010-01-151-0/+3
* Major registor allocation rework - stage 1.Bill Buzbee2009-10-301-25/+25
* Make the traige process for self-verification found divergence easier.Ben Cheng2009-10-151-1/+1
* Implemented a new scheduler and FP register allocator.Ben Cheng2009-09-251-11/+61
* Model resource usage for each Thumb/Thumb2 instrution.Ben Cheng2009-09-111-1/+5
* Implement SSA-based loop optimizations.Ben Cheng2009-09-011-2/+13
* Improved codegen for inline, continuing codegen restructuringBill Buzbee2009-08-281-8/+15
* Thumb/Thumb2 instruction selection rework.Bill Buzbee2009-08-251-1/+5
* New changes to enable self verification mode.Jeff Hao2009-08-211-0/+3
* Continuing evolution of Thumb2 support.Bill Buzbee2009-08-131-0/+28
* Fixed 2 floating point bugs; improved debug output; armv7-a thumb2 inline sqrtBill Buzbee2009-08-011-0/+6
* Stage 2 of structural changes for support of THUMB2. No logic changes.Bill Buzbee2009-07-281-0/+230