OSDN Git Service

android-x86/art.git
2014-07-10 Dave Allisonam 826d36e3: am 672f8367: Merge "Revert "Add implicit...
2014-07-10 Dave Allisonam 672f8367: Merge "Revert "Add implicit null and stack...
2014-07-10 Ian Rogersam 60c83e0f: am 4770a2e6: Merge "Remove legacy CAS...
2014-07-10 Ian Rogersam 4770a2e6: Merge "Remove legacy CAS implementations...
2014-07-10 Mathieu Chartieram 650385ed: am bcb3b290: Merge "Add notion of released...
2014-07-10 Dave Allisonam d224b8c3: am 5de52242: Merge "Add implicit null...
2014-07-10 Ian Rogersam a0f17e18: am 2929490d: Merge "Move card table away...
2014-07-10 Brian Carlstromam 37588105: am 5472edce: Merge "CW on Master: Propagat...
2014-07-10 Elliott Hughesam c400ffb9: am b288a5ad: Merge "Use the icu4c headers...
2014-07-10 Andreas Gampeam 450b94dd: am 91db19b5: Merge "ART: Add simple tests...
2014-07-10 Mathieu Chartieram bcb3b290: Merge "Add notion of released vs empty...
2014-07-10 Dave Allisonam 5de52242: Merge "Add implicit null and stack checks...
2014-07-10 Ian Rogersam 2929490d: Merge "Move card table away from android_a...
2014-07-10 Brian Carlstromam 5472edce: Merge "CW on Master: Propagate or throw...
2014-07-10 Elliott Hughesam b288a5ad: Merge "Use the icu4c headers from the...
2014-07-10 Andreas Gampeam 91db19b5: Merge "ART: Add simple tests for inlining...
2014-07-09 Mathieu Chartieram ef9b94cc: Merge "Add easy way to ensure the next...
2014-07-09 Dave AllisonMerge "Add implicit null and stack checks for x86"
2014-07-09 Dave AllisonAdd implicit null and stack checks for x86
2014-07-09 Dave Allisonam b796d1bf: Merge "Remove incorrect check for sa_mask...
2014-07-09 Ian RogersMerge "Remove legacy CAS implementations from mutex."
2014-07-10 Ian RogersRemove legacy CAS implementations from mutex.
2014-07-09 Ian Rogersam c21dc06a: Merge "ART: Check slow_paths_.Size() every...
2014-07-09 Ian Rogersam 68e5f442: Merge "x86_64: GenInlinedCas must use...
2014-07-09 Ian Rogersam a76dc41f: Merge "Allow method tracing for run-test"
2014-07-09 Ian Rogersam 0f635b10: Merge "Fix method tracing from command...
2014-07-09 Ian Rogersam 32710dd4: Merge "x86_64: enable Peek and Poke intrin...
2014-07-09 Ian RogersMerge "ART: Check slow_paths_.Size() every time"
2014-07-09 Chao-ying FuART: Check slow_paths_.Size() every time
2014-07-09 Ian RogersMerge "Fix method tracing from command-line"
2014-07-09 Ian RogersMerge "x86_64: enable Peek and Poke intrinsics"
2014-07-09 Ian RogersMerge "Move card table away from android_atomic_cas."
2014-07-10 Ian RogersMove card table away from android_atomic_cas.
2014-07-09 Mathieu ChartierMerge "Add easy way to ensure the next allocation does...
2014-07-09 Mathieu ChartierAdd easy way to ensure the next allocation does GC.
2014-07-09 Dave AllisonMerge "Remove incorrect check for sa_mask in signal...
2014-07-09 Dave AllisonRemove incorrect check for sa_mask in signal chaining
2014-07-09 Ian RogersMerge "x86_64: GenInlinedCas must use wide rl_src_offse...
2014-07-09 Chao-ying Fux86_64: GenInlinedCas must use wide rl_src_offset under...
2014-07-09 Dave AllisonMerge "Revert "Add implicit null and stack checks for...
2014-07-10 Dave AllisonRevert "Add implicit null and stack checks for x86"
2014-07-09 Mathieu ChartierMerge "Add notion of released vs empty pages to ROSAlloc."
2014-07-10 Mathieu ChartierAdd notion of released vs empty pages to ROSAlloc.
2014-07-09 Elliott HughesMerge "Use the icu4c headers from the new location."
2014-07-09 Elliott HughesUse the icu4c headers from the new location.
2014-07-09 Andreas GampeMerge "ART: Add simple tests for inlining of CAS"
2014-07-09 Andreas GampeART: Add simple tests for inlining of CAS
2014-07-09 Ian RogersMerge "Allow method tracing for run-test"
2014-07-09 Alexei Zavjalovx86_64: enable Peek and Poke intrinsics
2014-07-09 Sebastien HertzFix method tracing from command-line
2014-07-09 Sebastien HertzAllow method tracing for run-test
2014-07-09 Vladimir Markoam 62f28f94: Merge "Fix a compile assert name with...
2014-07-09 Vladimir Markoam 665f6810: Merge "Workaround for invalid monitor...
2014-07-09 Nicolas Geoffrayam 8078b294: Merge "Revert "ART: Key-Value Store in...
2014-07-09 Ian Rogersam 608520c8: Merge "Adds PGO_GEN and PGO_USE for libart...
2014-07-09 Ian Rogersam 2cfe30bd: Merge "X86 Backend support for vectorized...
2014-07-09 Ian Rogersam 7b68fb3b: Merge "x86_64: Clean-up after cmp-long...
2014-07-09 Ian Rogersam dfc56e68: Merge "Clean-up call_x86.cc"
2014-07-09 Andreas Gampeam 251a057f: Merge "ART: Fix FP promotion"
2014-07-09 Brian Carlstromam dac3f4af: Merge "Whitelist another exception during...
2014-07-09 Brian Carlstromam 6e524ddc: Merge "Make dex2oat heap size product...
2014-07-09 Andreas Gampeam 3d30b073: Merge "ART: Do not emit load when inlining...
2014-07-09 Ian Rogersam 8746860d: Merge "Only allow instance-of to improve...
2014-07-09 Ian RogersMerge "Adds PGO_GEN and PGO_USE for libart and libart...
2014-07-09 Brian CarlstromMerge "CW on Master: Propagate or throw exception when...
2014-07-09 Sean WanCW on Master: Propagate or throw exception when no...
2014-07-09 Brian CarlstromMerge "CW on Master: Propagate or throw exception when...
2014-07-09 Mathieu Chartieram cb2e23f8: am ef9b94cc: Merge "Add easy way to ensure...
2014-07-09 Dave Allisonam d1cfc9eb: am b796d1bf: Merge "Remove incorrect check...
2014-07-09 Sean WanCW on Master: Propagate or throw exception when no...
2014-07-09 Ian Rogersam 77dee8c9: am c21dc06a: Merge "ART: Check slow_paths_...
2014-07-09 Ian Rogersam b42fb83a: am 68e5f442: Merge "x86_64: GenInlinedCas...
2014-07-09 Ian Rogersam 9e5599d9: am a76dc41f: Merge "Allow method tracing...
2014-07-09 Ian Rogersam 55cd98a0: am 0f635b10: Merge "Fix method tracing...
2014-07-09 Ian Rogersam fb31dffa: am 32710dd4: Merge "x86_64: enable Peek...
2014-07-09 Vladimir Markoam 116bee4b: am 62f28f94: Merge "Fix a compile assert...
2014-07-09 Vladimir Markoam 9e55c90c: am 665f6810: Merge "Workaround for invalid...
2014-07-09 Nicolas Geoffrayam c8fb7efa: am 8078b294: Merge "Revert "ART: Key-Value...
2014-07-09 Ian Rogersam c9058b71: am 608520c8: Merge "Adds PGO_GEN and PGO_U...
2014-07-09 Ian Rogersam cafde465: am 2cfe30bd: Merge "X86 Backend support...
2014-07-09 Ian Rogersam daf3aa92: am 7b68fb3b: Merge "x86_64: Clean-up after...
2014-07-09 Ian Rogersam ae37b34a: am dfc56e68: Merge "Clean-up call_x86.cc"
2014-07-09 Andreas Gampeam b75e7b3c: am 251a057f: Merge "ART: Fix FP promotion"
2014-07-09 Brian Carlstromam 9152d407: am dac3f4af: Merge "Whitelist another...
2014-07-09 Brian Carlstromam b7382afd: am 6e524ddc: Merge "Make dex2oat heap...
2014-07-09 Andreas Gampeam 4e7e7342: am 3d30b073: Merge "ART: Do not emit load...
2014-07-09 Ian Rogersam 359bcdad: am 8746860d: Merge "Only allow instance...
2014-07-08 Ian RogersMerge "X86 Backend support for vectorized float and...
2014-07-09 Udayan BanerjiX86 Backend support for vectorized float and byte 16x16...
2014-07-08 Ian RogersMerge "x86_64: Clean-up after cmp-long fix"
2014-07-09 Serguei Katkovx86_64: Clean-up after cmp-long fix
2014-07-08 Ian RogersMerge "Clean-up call_x86.cc"
2014-07-09 Serguei KatkovClean-up call_x86.cc
2014-07-08 Andreas GampeMerge "ART: Fix FP promotion"
2014-07-09 Andreas GampeART: Fix FP promotion
2014-07-08 Brian CarlstromMerge "Make dex2oat heap size product configurable...
2014-07-08 Ian RogersMerge "Only allow instance-of to improve knowledge...
2014-07-09 Ian RogersOnly allow instance-of to improve knowledge of a type...
2014-07-08 Andreas Gampeam c16fc5fc: am 09341a57: Merge "ART: Key-Value Store...
2014-07-08 Andreas Gampeam 09341a57: Merge "ART: Key-Value Store in Oat header"
next