OSDN Git Service

Fix a race condition in JIT state refresh under debugging / misc code cleanup.
[android-x86/dalvik.git] / vm / compiler / codegen / arm / CodegenCommon.c
2010-03-31 Ben ChengFix a race condition in JIT state refresh under debuggi...
2010-03-09 Carl ShapiroMerge "Hoist shape discrimination above thin lock owner...
2010-03-09 Jesse WilsonMerge "Adding support for getUserData() and setUserData...
2010-03-07 Bill BuzbeeJit: Make most Jit compile failures non-fatal; just...
2010-03-05 Jesse WilsonMerge "Implementing the Java 7 APIs for DeflaterOutputS...
2010-03-04 Andy McFaddenMerge "Update local copy of getSchedulerGroup."
2010-03-03 Bill BuzbeeMerge "Jit: Sapphire tuning - mostly scheduling."
2010-03-03 Bill BuzbeeJit: Sapphire tuning - mostly scheduling.
2010-03-03 Elliott Hughesam b16b78db: am 275acdff: Copy Froyo\'s version of...
2010-03-02 Carl ShapiroMerge "Print the self thread id and the owning thread...
2010-03-01 David 'Digit' TurnerMerge "Allow unpriviledged gdbserver to attach to debug...
2010-02-26 Jesse WilsonMerge "Adding tests to parse document attributes from...
2010-02-26 Brian CarlstromMerge "First pass at reorganizing org.apache.harmony...
2010-02-26 Elliott HughesMerge "Fix a couple of typos in JIT function names."
2010-02-25 Bill BuzbeeMerge "Jit: fix typo that caused incorrect def mask...
2010-02-25 Bill BuzbeeJit: fix typo that caused incorrect def mask for blr's.
2010-02-24 Andy McFaddenam cf4e8b02: Merge "This is a contribution of x86-atom...
2010-02-17 Elliott HughesMerge "Add a general-purpose scoped pointer for libcore...
2010-02-11 Jesse WilsonMerge "Fixing some of our XSLT implementation issues."
2010-02-11 The Android Open... am a38780c9: merge from open-source master
2010-02-10 Ben ChengMerge "Support per-application switch to execute the...
2010-02-10 Dan EgnorMerge "Add a setHandshakeTimeout() to OpenSSLSocketImpl...
2010-02-10 Brian CarlstromMerge "Remove TestRunner.success field / Make postCompi...
2010-02-09 Bill BuzbeeMerge "Jit: Phase 1 of register utility cleanup/rewrite...
2010-02-09 Bill BuzbeeJit: Phase 1 of register utility cleanup/rewrite -...
2010-02-05 The Android Open... am adbe0586: am 217f8ef4: reconcile main tree with...
2010-01-28 Jack VeenstraMerge "Added support for filter in dmtracedump tool...
2010-01-28 Brett Chabotam ffea5ceb: am 0e9d568e: Merge "Mark libcore cert...
2010-01-28 Brett Chabotam ff3a96c9: am c4f93305: Fix for DecimalFormatTest...
2010-01-20 Jesse WilsonMerge "Scrubbing some jtreg bugs."
2010-01-13 Carl ShapiroMerge "Separately sweep the monitor list before sweepin...
2010-01-12 Elliott HughesMerge "Shave another 10%-25% off Formatter."
2010-01-12 Bill BuzbeeMerge "Fix for 2367397 - Runtime reset with threshold...
2010-01-12 Bill BuzbeeFix for 2367397 - Runtime reset with threshold lowered...
2010-01-12 Brett Chabotam 82e86144: am 56176a05: Fix ScannerTest failures.
2010-01-11 Brett Chabotam eb9ea32d: am 53a6c01c: Fix DecimalFormatTest#test_se...
2009-12-22 Brett Chabotam d3b06457: am 6cdbef55: Merge change I1d9b205f into...
2009-12-21 Scott Mainresolved conflicts for merge of 4923840c to master
2009-12-15 Brett Chabotam 61fdb24e: (-s ours) am 173411f7: Temporarily omit...
2009-12-15 Android Git AutomergerMerge commit 'goog/eclair-plus-aosp'
2009-12-10 Dan Bornsteinam 2859440d: am c51439a5: Fix a bug where, in static...
2009-12-10 Dan Bornsteinam 78199efa: am 39c5899d: Preflight cleanup of Ropper...
2009-12-10 Andy McFaddenam b2c70f2c: (-s ours) am 4d9f9384: DO NOT MERGE -...
2009-12-10 Elliott Hughesam 0f6512c7: am 3f77d012: Merge change I2ca00c90 into...
2009-12-08 Dan Bornsteinam 66cbe5b1: am bf1bb914: am 4a888b09: Two exception...
2009-12-04 Andy McFaddenam ca77c603: am a7745f97: Remove "unused" opcodes from...
2009-12-04 Elliott Hughesam b90871f4: (-s ours) am 5d26339a: DO NOT MERGE: backp...
2009-11-24 Elliott Hughesam e732bb04: am 1c7705b6: Merge change I96996494 into...
2009-11-24 Android (Google... Merge change I518925b0
2009-11-24 Jesse Wilsonam 683daacf: (-s ours) am d1aead76: Merge change Ie21b2...
2009-11-24 Android (Google... Merge change I9189bd9d
2009-11-23 Android (Google... Merge change I4bd6f817
2009-11-23 Ben ChengRestructure the codegen to make architectural depedency...