- a63f0d4 Optimizing: Improve String.equals() thumb intrinsic. by Vladimir Marko · 9 years ago
- 46637e6 Merge "ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers." by Vladimir Marko · 9 years ago
- 73cf0fb ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers. by Vladimir Marko · 9 years ago
- f92d753 Merge "Revert "Revert "Change dex caches to be weak roots""" by Mathieu Chartier · 9 years ago
- 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
- 40abca7 Merge "ART: Fix the simplifier for NEGATE add/sub" by Nicolas Geoffray · 9 years ago
- ed15000 Fix some HandleScope bugs and add corresponding checks by Mathieu Chartier · 9 years ago
- 9393c69 ART: Add mising ScopedObjectAccess in ref type propagation by Andreas Gampe · 9 years ago
- 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
- bde6767 Merge "ART: Balanced locking" by Andreas Gampe · 9 years ago
- a727e37 ART: Balanced locking by Andreas Gampe · 9 years ago
- 75d4e58 Merge "X86: Assembler support for near labels" by Vladimir Marko · 9 years ago
- 706ea6a Merge "ART: Propagate verifier failure types to the compilers" by Andreas Gampe · 9 years ago
- aae9e66 ART: Fix the simplifier for NEGATE add/sub by Serdjuk, Nikolay Y · 9 years ago
- 772cc4a Merge "Change dex caches to be weak roots" by Mathieu Chartier · 9 years ago
- 0760a81 ART: Propagate verifier failure types to the compilers by Andreas Gampe · 9 years ago
- 30efb4e Induction variable analysis (with unit tests). by Aart Bik · 9 years ago
- 574d755 Merge "Minor changes to art::arm::Thumb2Assembler::StoreToOffset." by Roland Levillain · 9 years ago
- 73f455e X86: Assembler support for near labels by Mark Mendell · 9 years ago
- 9ee5d6c Merge "Add missing field init in constructors" by Sebastien Hertz · 9 years ago
- 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
- 23f02f3 Minor changes to art::arm::Thumb2Assembler::StoreToOffset. by Roland Levillain · 9 years ago
- dda43e7 Merge "ART: Add (Fpu)RegHigh stack map location kinds" by David Brazdil · 9 years ago
- d9cb68e ART: Add (Fpu)RegHigh stack map location kinds by David Brazdil · 9 years ago
- ff73498 Revert "Revert "[MIPS] Use hard float calling convention for managed code"" by Goran Jakovljevic · 9 years ago
- aa50d3a Add missing field init in constructors by Sebastien Hertz · 9 years ago
- dcff51a Merge "Revert "Do a second check for testing intrinsic types."" by Andreas Gampe · 9 years ago
- a14b9fe Revert "Do a second check for testing intrinsic types." by Andreas Gampe · 9 years ago
- 879775b Merge "Revert "[MIPS] Use hard float calling convention for managed code"" by Vladimir Marko · 9 years ago
- 7fee84c Revert "[MIPS] Use hard float calling convention for managed code" by Vladimir Marko · 9 years ago
- 3979bdf Merge "Fix TrySplitNonPairOrUnalignedPairIntervalAt." by Nicolas Geoffray · 9 years ago
- 2e92bc2 Fix TrySplitNonPairOrUnalignedPairIntervalAt. by Nicolas Geoffray · 9 years ago
- a29449d [MIPS] Use hard float calling convention for managed code by Goran Jakovljevic · 9 years ago
- 28de0f6 Merge "Do a second check for testing intrinsic types." by Nicolas Geoffray · 9 years ago
- 4daa0b4 Do a second check for testing intrinsic types. by Nicolas Geoffray · 9 years ago
- 113af44 Merge "Fix indentation in reference type propagation" by David Brazdil · 9 years ago
- a05264c Merge "ARM64: Minor optimization for conversions from long to int." by Roland Levillain · 9 years ago
- b4edcf3 Fix indentation in reference type propagation by David Brazdil · 9 years ago
- 5e7cd7b Merge "Optimizing String.Equals as an intrinsic (ARM)" by Andreas Gampe · 9 years ago
- 599262c Fix extra parantheses by Calin Juravle · 9 years ago
- 0eedd7e Fix BuildInvoke by Calin Juravle · 9 years ago
- 4dff2fd ARM64: Minor optimization for conversions from long to int. by Alexandre Rames · 9 years ago
- 68ad649 Refactor BuildInvoke. by Calin Juravle · 9 years ago
- e418dda Be more flexible on the code unit size when inlining. by Nicolas Geoffray · 9 years ago
- 05f2056 Add support to indicate whether intrinsics require a dex cache by Agi Csaki · 9 years ago
- 289cd55 Optimizing String.Equals as an intrinsic (ARM) by Agi Csaki · 9 years ago
- 83f8b5b Merge "ART: Enable basic optimizations for try/catch" by David Brazdil · 9 years ago
- bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 9 years ago
- 99429ae Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""" by Vladimir Marko · 9 years ago
- 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 9 years ago
- a35d4c9 Merge "ART: Refactor try/catch block info, store exception type" by David Brazdil · 9 years ago
- ec16f79 ART: Refactor try/catch block info, store exception type by David Brazdil · 9 years ago
- 44b9cf9 Put in place the ARM64 instruction simplification framework. by Alexandre Rames · 9 years ago
- 77b022d ART: Revisit users in phi elimination by David Brazdil · 9 years ago
- d9c4d2e Merge "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 9 years ago
- b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 9 years ago
- 464581a Merge "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 9 years ago
- 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 10 years ago
- 5a4f003 Merge "Remove extra calls to `RecordPcInfo()`." by Nicolas Geoffray · 9 years ago
- 9859620 Remove extra calls to `RecordPcInfo()`. by Alexandre Rames · 9 years ago
- f9d86df Merge "ART: Revert storing of exceptional predecessors" by David Brazdil · 9 years ago
- cbddb90 Merge "Implement CountLeadingZeros for x86" by Roland Levillain · 9 years ago
- 1cb1684 Merge "Always visit object class from VisitReferences" by Mathieu Chartier · 9 years ago
- fdc3990 Merge "Revert "Introduce support for hardware simulators, starting with ARM64"" by Alex Light · 9 years ago
- 4cd27d6 Revert "Introduce support for hardware simulators, starting with ARM64" by Alex Light · 9 years ago
- 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
- f71ad9e Merge "Svelter libart-compiler" by Alex Light · 9 years ago
- 50fa993 Svelter libart-compiler by Alex Light · 9 years ago
- 17ff917 Fix codegen_test. by Roland Levillain · 9 years ago
- 29fc008 ART: Revert storing of exceptional predecessors by David Brazdil · 9 years ago
- a539ec0 Merge "Introduce support for hardware simulators, starting with ARM64" by Roland Levillain · 9 years ago
- c2e1a5e Introduce support for hardware simulators, starting with ARM64 by Phil Wang · 9 years ago
- 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 9 years ago
- 151ab8d Revert "Revert "ART: DCHECK zero case for CLZ/CTZ"" by Andreas Gampe · 9 years ago
- 1463285 ART: Rename ArtMethod's size and alignment methods. by Vladimir Marko · 9 years ago
- d589767 Implement CountLeadingZeros for x86 by Mark Mendell · 9 years ago
- 8ecc135 Merge "ART: Compress LengthPrefixedArray on 32-bit targets." by Vladimir Marko · 9 years ago
- 6103d96 Merge "Add 'bsr' instruction to x86 and x86_64" by Roland Levillain · 9 years ago
- cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 9 years ago
- 63fdedf Merge "Optimizing String.Equals as an intrinsic (x86_64)" by Andreas Gampe · 9 years ago
- f8cfb20 Optimizing String.Equals as an intrinsic (x86_64) by Agi Csaki · 9 years ago
- 8ae3ffb Add 'bsr' instruction to x86 and x86_64 by Mark Mendell · 9 years ago
- f67ab12 Merge "Add rep movsw to x86 and x86_64 instructions." by Roland Levillain · 9 years ago
- d95ab77 Merge "Revert "Revert "Optimizing String.Equals as an intrinsic (x86)""" by Andreas Gampe · 9 years ago
- b9c4bbe Add rep movsw to x86 and x86_64 instructions. by Mark Mendell · 9 years ago
- 1cad8c7 Merge "Fix a bug in the register allocator when allocating pairs." by Nicolas Geoffray · 9 years ago
- d7138c8 Revert "Revert "Optimizing String.Equals as an intrinsic (x86)"" by Agi Csaki · 9 years ago
- ea34b40 Optimizing String.Equals as an intrinsic (ARM64) by Agi Csaki · 9 years ago
- 837b649 Merge "Adjust art::HTypeConversion's side effects for MIPS64." by Roland Levillain · 9 years ago
- e28dde5 Merge "Small optimization improvements." by Nicolas Geoffray · 9 years ago
- df3f822 Adjust art::HTypeConversion's side effects for MIPS64. by Roland Levillain · 9 years ago
- 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 9 years ago
- 1d4219e Merge "Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets" by Andreas Gampe · 9 years ago
- 7da072f Structure for String.Equals intrinsic by agicsaki · 9 years ago
- 6cff09a Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets by agicsaki · 9 years ago
- a83cf57 Merge "Add support to indicate whether intrinsics require an environment" by Andreas Gampe · 9 years ago
- efa8468 Small optimization improvements. by Nicolas Geoffray · 9 years ago
- 57b81ec Add support to indicate whether intrinsics require an environment by agicsaki · 9 years ago
- e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 9 years ago
- 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago