OSDN Git Service

android-x86/art.git
2015-08-07 Nicolas GeoffrayRevert "Pass the verified method to the inlinee DexComp...
2015-08-07 Nicolas GeoffrayPass the verified method to the inlinee DexCompilationUnit.
2015-08-06 Calin JuravleMerge "ART: Fix the simplifier for add/sub"
2015-08-06 Serguei KatkovART: Fix the simplifier for add/sub
2015-08-06 Sebastien HertzMerge "Fix image loading in interpeter-only mode"
2015-08-06 Sebastien HertzMerge "Fix DDM reply buffer deallocation"
2015-08-06 Sebastien HertzFix image loading in interpeter-only mode
2015-08-06 Sebastien HertzFix DDM reply buffer deallocation
2015-08-06 Mathieu ChartierMerge "Move ArtFields and ArtMethods to be a length...
2015-08-06 Mathieu ChartierMove ArtFields and ArtMethods to be a length prefixed...
2015-08-05 Andreas GampeMerge "ART: Extend ISA features option for (host) run...
2015-08-05 Andreas GampeART: Extend ISA features option for (host) run tests
2015-08-05 Andreas GampeMerge "ART: Wire up DexToDexCompiler without extern"
2015-08-05 Andreas GampeART: Wire up DexToDexCompiler without extern
2015-08-05 Igor MurashkinMerge "Revert "cleanup: Replace pointers with out-param...
2015-08-05 Mathieu ChartierMerge "Address some comments and clean up"
2015-08-05 Mathieu ChartierMerge "Fix mod-union logic for native roots"
2015-08-05 Mathieu ChartierFix mod-union logic for native roots
2015-08-05 Roland LevillainMerge "Have constant folding be more flexible."
2015-08-05 Roland LevillainMerge "Add constant folding for long unary operations...
2015-08-05 Roland LevillainHave constant folding be more flexible.
2015-08-05 Roland LevillainAdd constant folding for long unary operations in opt...
2015-08-05 David BrazdilMerge "ART: Move exception clearing into own instruction"
2015-08-05 Andreas GampeMerge "Revert "Revert "ART: Use bionic TLS slot for...
2015-08-05 Andreas GampeRevert "Revert "ART: Use bionic TLS slot for thread...
2015-08-05 Nicolas GeoffrayMerge "ART: x86_64 RoundDouble/Float intrinsics should...
2015-08-05 Mathieu ChartierAddress some comments and clean up
2015-08-05 Andreas GampeMerge "Revert "ART: Use bionic TLS slot for thread...
2015-08-05 Andreas GampeRevert "ART: Use bionic TLS slot for thread-self"
2015-08-05 Nicolas GeoffrayMerge "Parallel Move Resolver: Perform Stack/Stack...
2015-08-04 Andreas GampeMerge "ART: Use bionic TLS slot for thread-self"
2015-08-04 Nicolas GeoffrayMerge "Update expectation."
2015-08-04 Igor MurashkinRevert "cleanup: Replace pointers with out-parameters...
2015-08-04 Nicolas GeoffrayUpdate expectation.
2015-08-04 Andreas GampeMerge "ART: Use Clang default integrated assembler."
2015-08-04 Chih-Hung HsiehART: Use Clang default integrated assembler.
2015-08-04 David BrazdilART: Move exception clearing into own instruction
2015-08-04 Andreas GampeMerge "ART: Fix arm32 assembly for Clang"
2015-08-04 Chih-Hung HsiehART: Fix arm32 assembly for Clang
2015-08-04 Pavel VyssotskiART: x86_64 RoundDouble/Float intrinsics should initial...
2015-08-04 Vladimir MarkoMerge "Added repe_cmpsq instruction to x86_64 assembler"
2015-08-04 Vladimir MarkoMerge "ARM/ARM64: Implement numberOfLeadingZeros intrin...
2015-08-04 Scott WakelingARM/ARM64: Implement numberOfLeadingZeros intrinsic.
2015-08-04 agicsakiAdded repe_cmpsq instruction to x86_64 assembler
2015-08-03 Andreas GampeMerge "ART: Fix stub_test"
2015-08-03 Igor MurashkinMerge "cleanup: Replace pointers with out-parameters...
2015-08-03 Aart BikMerge "Optimizing: Add Non Temporal Move support for...
2015-08-03 Andreas GampeART: Fix stub_test
2015-08-03 Roland LevillainMerge "Optimizing: Use more X86 3 operand multiplies"
2015-08-03 Roland LevillainMerge "Revert "Optimizing String.Equals as an intrinsic...
2015-08-03 Roland LevillainRevert "Optimizing String.Equals as an intrinsic (x86)"
2015-08-03 Roland LevillainMerge "Fix ambiguous phrasing in tests comments regardi...
2015-08-03 Roland LevillainFix ambiguous phrasing in tests comments regarding...
2015-08-03 Roland LevillainMerge "Optimizing String.Equals as an intrinsic (x86)"
2015-08-01 Andreas GampeMerge "ART: Check a RETURN_VOID_NO_BARRIER like a RETUR...
2015-08-01 Andreas GampeART: Check a RETURN_VOID_NO_BARRIER like a RETURN_VOID
2015-08-01 Igor Murashkincleanup: Replace pointers with out-parameters and fix...
2015-07-31 Igor MurashkinMerge "runtime: cleanup class_linker out-parameters...
2015-07-31 Igor Murashkinruntime: cleanup class_linker out-parameters and formatting
2015-07-31 Igor MurashkinMerge "Revert "runtime: cleanup class_linker out-parame...
2015-07-31 Igor MurashkinRevert "runtime: cleanup class_linker out-parameters...
2015-07-31 Igor MurashkinMerge "runtime: cleanup class_linker out-parameters...
2015-07-31 agicsakiOptimizing String.Equals as an intrinsic (x86)
2015-07-31 Igor Murashkinruntime: cleanup class_linker out-parameters and formatting
2015-07-31 Andreas GampeMerge "Revert "ART: Do not allow RETURN_VOID_NO_BARRIER...
2015-07-31 Andreas GampeRevert "ART: Do not allow RETURN_VOID_NO_BARRIER outsid...
2015-07-31 Andreas GampeMerge "ART: Do not allow RETURN_VOID_NO_BARRIER outside...
2015-07-31 Andreas GampeART: Do not allow RETURN_VOID_NO_BARRIER outside constr...
2015-07-31 Andreas GampeMerge "ART: Remove unique-numbered labels from arm64...
2015-07-31 Chih-Hung HsiehART: Remove unique-numbered labels from arm64 assembly
2015-07-31 Andreas GampeMerge "Added repe_cmpsl instruction to x86, x86_64...
2015-07-31 agicsakiAdded repe_cmpsl instruction to x86, x86_64 assemblers
2015-07-31 Roland LevillainMerge "Optimizing: Replace x86 xchg use with xor sequence"
2015-07-31 David BrazdilMerge "ART: Change stream output kNone intrinsic"
2015-07-31 David BrazdilART: Change stream output kNone intrinsic
2015-07-31 Shinichiro... Merge "Do not use -DUSE_*MALLOC for host build"
2015-07-30 Andreas GampeMerge "Added disassembler support for repe_cmpsw instru...
2015-07-30 Igor MurashkinMerge "base: replace raw pointers for out-parameters...
2015-07-30 Mathieu ChartierMerge "Don't dump stack when deleting an invalid local...
2015-07-30 Mathieu ChartierDon't dump stack when deleting an invalid local ref
2015-07-30 Igor Murashkinbase: replace raw pointers for out-parameters with...
2015-07-30 agicsakiAdded disassembler support for repe_cmpsw instruction...
2015-07-30 David BrazdilMerge "ART: Fix gtest after GraphChecker CL"
2015-07-30 David BrazdilART: Fix gtest after GraphChecker CL
2015-07-30 Andreas GampeMerge "ART: Use __ANDROID__ instead of HAVE_ANDROID_OS"
2015-07-30 David BrazdilMerge "ART: Store and check exceptional predecessors"
2015-07-30 David BrazdilART: Store and check exceptional predecessors
2015-07-30 Andreas GampeART: Use __ANDROID__ instead of HAVE_ANDROID_OS
2015-07-30 Mark MendellOptimizing: Add Non Temporal Move support for x86
2015-07-30 Mark MendellOptimizing: Replace x86 xchg use with xor sequence
2015-07-30 Shinichiro... Do not use -DUSE_*MALLOC for host build
2015-07-30 Mathieu ChartierMerge "Clear temporary class arrays before linking...
2015-07-30 Mathieu ChartierClear temporary class arrays before linking the new...
2015-07-29 Andreas GampeMerge "Register signal handler to kernel if not claimed"
2015-07-29 Andreas GampeMerge "ART: Relax IsInstantiable check"
2015-07-29 Calin JuravleMerge "Take into account that we might end up with...
2015-07-29 Calin JuravleTake into account that we might end up with unresolved...
2015-07-29 Calin JuravleMerge "Fix gtests."
2015-07-29 Calin JuravleFix gtests.
2015-07-29 Calin JuravleMerge "Allow for fine tuning the inliner."
next