OSDN Git Service

android-x86/art.git
2014-07-10 Ian RogersMerge "Fix tracing."
2014-07-10 Ian RogersFix tracing.
2014-07-09 Ian RogersMerge "Move thread state to art::Atomic."
2014-07-10 Ian RogersMove thread state to art::Atomic.
2014-07-09 Ian RogersMerge "Move another field away from android_atomic_cas."
2014-07-10 Ian RogersMove another field away from android_atomic_cas.
2014-07-09 Colin CrossMerge "art: fix host dex2oat runtime args"
2014-07-10 Colin Crossart: fix host dex2oat runtime args
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 Dave AllisonAdd implicit null and stack checks for x86
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 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 "x86_64: enable Peek and Poke intrinsics"
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 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 Dave AllisonMerge "Add implicit null and stack checks for x86"
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 Ian RogersMerge "Allow method tracing for run-test"
2014-07-09 Ian RogersMerge "Fix method tracing from command-line"
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 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 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 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-07 Brian CarlstromMerge "Add patchoat tool to Art."
2014-07-07 Alex LightAdd patchoat tool to Art.
2014-07-07 Ian RogersMerge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction...
2014-07-02 Mathieu ChartierMerge "Only allow whitelisted exceptions during dex2oat...
2014-07-07 Mathieu ChartierOnly allow whitelisted exceptions during dex2oat resolving.
2014-07-02 Vladimir MarkoMerge "Fix a compile assert name with inverted meaning."
2014-07-08 Vladimir MarkoFix a compile assert name with inverted meaning.
2014-07-04 Vladimir MarkoMerge "Workaround for invalid monitor-exit catch ranges."
2014-07-08 Vladimir MarkoWorkaround for invalid monitor-exit catch ranges.
2014-07-07 Mathieu ChartierMerge "Fix local reference leaks in debugger and use...
2014-07-08 Mathieu ChartierFix local reference leaks in debugger and use a cache.
2014-07-04 Vladimir MarkoMerge "Add kIntrinsicIsStatic flag for System.arraycopy()."
2014-07-08 Vladimir MarkoAdd kIntrinsicIsStatic flag for System.arraycopy().
2014-07-02 Vladimir MarkoMerge "Fix style issue."
2014-07-08 Vladimir MarkoFix style issue.
2014-07-02 Vladimir MarkoMerge "Check invoke type for intrinsic method invokes."
2014-07-07 Vladimir MarkoCheck invoke type for intrinsic method invokes.
2014-07-06 Ian RogersMerge "BaseMutex::IsExclusiveHeld should only be called...
2014-07-08 Ian RogersBaseMutex::IsExclusiveHeld should only be called on...
2014-07-07 Ian RogersMerge "JNI dlsym lookup fixes."
2014-07-08 Ian RogersJNI dlsym lookup fixes.
2014-07-06 Ian RogersMerge "Enable compiler testing for ARM64 and x86-64."
2014-07-08 Ian RogersEnable compiler testing for ARM64 and x86-64.
2014-07-07 Ian RogersFix dex file dependencies for oat tests.
2014-07-07 Ian RogersMerge "ART: Intrinsic implementation for java.lang...
2014-07-08 DaniilSokolovART: Intrinsic implementation for java.lang.System...
2014-07-07 Ian RogersMerge "Fix dex file dependencies for oat tests."
2014-07-02 Sebastien HertzMerge "Add make rule to debug interpreter-only mode"
2014-07-04 Sebastien HertzAdd make rule to debug interpreter-only mode
2014-07-02 Andreas GampeMerge "Aarch64: fix bug and enable register promotion."
2014-07-07 Matteo FranchinAarch64: fix bug and enable register promotion.
2014-07-02 Nicolas GeoffrayMerge "Revert "ART: Key-Value Store in Oat header""
2014-07-09 Nicolas GeoffrayRevert "ART: Key-Value Store in Oat header"
2014-07-09 Ian RogersMerge "Adds PGO_GEN and PGO_USE for libart and libart...
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 Andreas GampeMerge "ART: Key-Value Store in Oat header"
2014-07-08 Andreas GampeART: Key-Value Store in Oat header
2014-07-08 Brian CarlstromMake dex2oat heap size product configurable [art]
2014-07-08 Dehao ChenAdds PGO_GEN and PGO_USE for libart and libart-compiler.
2014-07-08 Brian CarlstromMerge "Whitelist another exception during dex2oat resol...
2014-07-09 Brian CarlstromWhitelist another exception during dex2oat resolving.
2014-07-02 Andreas GampeMerge "ART: Do not emit load when inlining unused Threa...
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 GampeART: Do not emit load when inlining unused Thread.curre...
2014-07-02 Andreas GampeMerge "ART: Update Monitor::Wait so it releases monitor...
2014-07-08 Elena SayapinaART: Update Monitor::Wait so it releases monitor_lock_...
2014-07-07 Hiroshi YamauchiMerge "Remove Dbg::VisitRoots()."
2014-07-08 Hiroshi YamauchiRemove Dbg::VisitRoots().
2014-07-02 Nicolas GeoffrayMerge "Do not attempt to compile on architectures we...
2014-07-04 Nicolas GeoffrayDo not attempt to compile on architectures we do not...
2014-07-02 Sebastien HertzMerge "More checks in JNI RegisterNatives"
2014-07-03 Sebastien HertzMore checks in JNI RegisterNatives
2014-07-03 Andreas GampeMerge "x86_64: Turn on promotion optimization"
next