summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/arm/CodegenDriver.c
Commit message (Expand)AuthorAgeFilesLines
* Made Self Verification mode's memory interface less intrusive.jeffhao2010-02-041-538/+91
* Fix performance issues related to chaining and unchaining.Ben Cheng2010-02-031-5/+1
* Jit: Rework monitor enter/exit to simplify thread suspensionBill Buzbee2010-02-021-29/+24
* Jit: Rework delayed start plus misc. cleanupBill Buzbee2010-01-281-0/+11
* Jit: Fix INSTANCE_OF corner case.Bill Buzbee2010-01-271-1/+13
* Tighten the safe points for code cache resets to happen.Ben Cheng2010-01-251-1/+2
* Fix chaining offset mis-calculation for translations w/ large switch statements.Ben Cheng2010-01-151-4/+7
* Fix bad long negate; bug 2373405 - EnumSetTest failure with JIT todayBill Buzbee2010-01-141-3/+6
* Tear down the code cache when it is full and restart from scratch.Ben Cheng2010-01-071-0/+3
* Jit: Update monitor lock/unlock to reflect thinlock changes (I34b20f49)Bill Buzbee2009-12-221-1/+1
* Repurpose bits 1 and 2 of the lockword for encoding the hash state ofCarl Shapiro2009-12-211-1/+1
* Jit: shift bug fix - 2296099Bill Buzbee2009-12-021-3/+19
* Jit: Support for inline-execute/range [issue 2268232]Bill Buzbee2009-11-231-16/+13
* Jit: Misc fixes, move_exception, blocking mode, self-cosimBill Buzbee2009-11-231-12/+3
* Restructure the codegen to make architectural depedency explicit.Ben Cheng2009-11-221-0/+4220