- 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 8 years ago
- 658263e MIPS64: Add min/max MSA instructions by Goran Jakovljevic · 8 years ago
- 36a5d0c Merge "MIPS64: ART Vectorizer" by Aart Bik · 8 years ago
- b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
- deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
- 19680d3 MIPS64: ART Vectorizer by Goran Jakovljevic · 8 years ago
- dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago
- 47aa869 Merge "No need to lock when calling Thread.interrupted." by Nicolas Geoffray · 8 years ago
- a1633a7 Merge "Min/max SIMDization support." by Aart Bik · 8 years ago
- 365719c No need to lock when calling Thread.interrupted. by Nicolas Geoffray · 8 years ago
- c8e93c7 Min/max SIMDization support. by Aart Bik · 8 years ago
- a152c4b Merge "MIPS64: Add ilvr.df MSA instructions" by Aart Bik · 8 years ago
- 63529dd Merge "MIPS64: Saves 128-bit vector registers along SuspendCheckSlowPath" by Aart Bik · 8 years ago
- 3837011 MIPS64: Add ilvr.df MSA instructions by Goran Jakovljevic · 8 years ago
- 88abba2 ARM/AOT: Allow 16-bit LDR for Baker read barrier loads. by Vladimir Marko · 8 years ago
- d8b6a53 MIPS64: Saves 128-bit vector registers along SuspendCheckSlowPath by Goran Jakovljevic · 8 years ago
- eee1c0e ARM: Link-time generated thunks for Baker CC read barrier. by Vladimir Marko · 8 years ago
- a57c334 Merge "Fix up code warning and errors" by Treehugger Robot · 8 years ago
- 88307ed Fix up code warning and errors by Yi Kong · 8 years ago
- 80248d7 MIPS64: Add add_a.df, ave_s/u.df and aver_s/u.df MSA instructions by Goran Jakovljevic · 8 years ago
- 28a24b3 Fix some gtests by Mathieu Chartier · 8 years ago
- 5863f85 MIPS64: java.lang.System.arraycopy() for copying char[] to char[]. by Chris Larsen · 8 years ago
- cd0295d MIPS: Use Lsa/Dlsa when possible. by Chris Larsen · 8 years ago
- 7cd18fb Merge "SIMD pcmpgtb,w,d,q for x86/x86_64" by Treehugger Robot · 8 years ago
- 8939c64 SIMD pcmpgtb,w,d,q for x86/x86_64 by Aart Bik · 8 years ago
- e2a2395 Merge "MIPS64: Add ldi.df MSA instruction" by Aart Bik · 8 years ago
- 67d3fd7 SIMD pavgb,w for x86/x86_64 by Aart Bik · 8 years ago
- 3f44403 MIPS64: Add ldi.df MSA instruction by Goran Jakovljevic · 8 years ago
- 1595815 MIPS: Implement read barriers. by Alexey Frunze · 8 years ago
- 325e44f Merge "Fix return value of AtomicMethodRefMap::Get()" by Calin Juravle · 8 years ago
- fbffc67 Merge "MIPS64: Add vector registers to Mips64ManagedRegister class" by Aart Bik · 8 years ago
- 49ebbb2 Fix return value of AtomicMethodRefMap::Get() by Calin Juravle · 8 years ago
- 65b0263 MIPS64: Add vector registers to Mips64ManagedRegister class by Goran Jakovljevic · 8 years ago
- 27af937 MIPS64: Check for MSA presence in each MSA instruction by Goran Jakovljevic · 8 years ago
- f980637 Merge "Revert "Revert "Introduce a number of MSA instructions for MIPS64""" by Aart Bik · 8 years ago
- 8200488 Merge "MIPS64: Adjust Base and Offset" by Treehugger Robot · 8 years ago
- 5a9e51d Revert "Revert "Introduce a number of MSA instructions for MIPS64"" by Goran Jakovljevic · 8 years ago
- c3fec0c MIPS64: Adjust Base and Offset by Chris Larsen · 9 years ago
- e0abec7 Merge "vixl32: do not use D14 as a temporary." by Nicolas Geoffray · 8 years ago
- 13a797b vixl32: do not use D14 as a temporary. by Nicolas Geoffray · 8 years ago
- fcfaa8d Merge "Revert "Introduce a number of MSA instructions for MIPS64"" by Treehugger Robot · 8 years ago
- 219bf25 Revert "Introduce a number of MSA instructions for MIPS64" by Aart Bik · 8 years ago
- 4b45533 SIMD cmpeq for x86/x86_64 by Aart Bik · 8 years ago
- ba05290 Merge "SIMD and-not for x86/x86_64" by Aart Bik · 8 years ago
- 92d578f Merge "Introduce a number of MSA instructions for MIPS64" by Aart Bik · 8 years ago
- dcabc8b Introduce a number of MSA instructions for MIPS64 by Goran Jakovljevic · 8 years ago
- ba89c34 MIPS64: Improve storing of constants in fields and array elements by Tijana Jakovljevic · 8 years ago
- 21c580b SIMD and-not for x86/x86_64 by Aart Bik · 8 years ago
- 5743386 MIPS64: Refactor implicit null checks in array/field get/set by Tijana Jakovljevic · 9 years ago
- 41ee103 Merge "MIPS: Implement heap poisoning in ART's Optimizing compiler." by Roland Levillain · 8 years ago
- 4cc7e8f Merge "ARM: VIXL32: Use LoadLiteral for double constants." by Nicolas Geoffray · 8 years ago
- 3ae3b59 SIMD type conversion for x86 by Aart Bik · 8 years ago
- 6471693 ARM: VIXL32: Use LoadLiteral for double constants. by Artem Serov · 8 years ago
- c061de1 MIPS: Implement heap poisoning in ART's Optimizing compiler. by Alexey Frunze · 8 years ago
- 3e10702 Avoid excessive allocation of std::set<> nodes in SwapSpace. by Vladimir Marko · 8 years ago
- e69d7a9 Added a few more integral SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 8 years ago
- 68555e9 Added a few integral SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 8 years ago
- 97c381e Separate art::Exec from utils by David Sehr · 9 years ago
- 12e06ed Added few more SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 9 years ago
- b048cb7 Add per array size allocation entrypoints. by Nicolas Geoffray · 9 years ago
- 95f2714 MIPS64: Extend assembler_mips64_test by Goran Jakovljevic · 9 years ago
- 8d91ac3 Remove unused array entrypoints. by Nicolas Geoffray · 9 years ago
- 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 9 years ago
- 55ddcc8 Merge "Introduce a number of SIMD extensions for x86/x86_64 (SSE)." by Aart Bik · 9 years ago
- e71b354 Move some fields in art::Thread to reduce maintenance burden. by Roland Levillain · 9 years ago
- ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 9 years ago
- c778226 Introduce a number of SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 9 years ago
- 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 9 years ago
- f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 9 years ago
- 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 9 years ago
- f67dadb Merge "MIPS64: Implement table-based packed switch" by Treehugger Robot · 9 years ago
- 8174621 Merge "MIPS32: java.lang.String.getChars" by Nicolas Geoffray · 9 years ago
- 0598024 Merge changes from topic 'VIXLUpdate' by Nicolas Geoffray · 9 years ago
- 692235e MIPS32: java.lang.String.getChars by Chris Larsen · 9 years ago
- 66e3919 Merge "MIPS64: java.lang.String.getChars" by Treehugger Robot · 9 years ago
- f8d19c2 ARM: VIXL32: Use a default code buffer capacity of 1Kb. by Scott Wakeling · 9 years ago
- f2665fa ART: VIXL32: Fix assembler test after VIXL update. by Artem Serov · 9 years ago
- 0960ac5 MIPS64: Implement table-based packed switch by Alexey Frunze · 9 years ago
- 1ffb6fc Merge "ARM: VIXL32: Use 16-bit encoding for B(cond,...) where possible." by Nicolas Geoffray · 9 years ago
- 06ce6d4 Merge "MIPS64: Improve string and class loads." by Treehugger Robot · 9 years ago
- f63f569 MIPS64: Improve string and class loads. by Alexey Frunze · 9 years ago
- 685e4a3 Merge "ARM: Fix vixl related branch issue in JNI." by Nicolas Geoffray · 9 years ago
- 8f840f8 ARM: Fix vixl related branch issue in JNI. by Artem Serov · 9 years ago
- 76873db Merge "ARM: VIXL32: Implement some dispatch optimizations." by Nicolas Geoffray · 9 years ago
- 517d9f6 ARM: VIXL32: Use 16-bit encoding for B(cond,...) where possible. by Artem Serov · 9 years ago
- c5fcb44 ARM: VIXL32: Implement some dispatch optimizations. by Artem Serov · 9 years ago
- 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
- afca930 Merge "Fix AssemblerMIPS64Test.LongBalc() running out of memory." by Treehugger Robot · 9 years ago
- 3607394 Fix AssemblerMIPS64Test.LongBalc() running out of memory. by Vladimir Marko · 9 years ago
- b73e659 Merge "ARM: Fix breaking changes from recent VIXL update." by Nicolas Geoffray · 9 years ago
- b70b66e Merge "MIPS64: Improve method invocation." by Treehugger Robot · 9 years ago
- 19f6c69 MIPS64: Improve method invocation. by Alexey Frunze · 9 years ago
- 9186ced ART: Clean up utils.h by Andreas Gampe · 9 years ago
- 0fb3719 ARM: Fix breaking changes from recent VIXL update. by Artem Serov · 9 years ago
- bffdc70 Revert "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry."" by Scott Wakeling · 9 years ago
- b08265b Merge "MIPS32: Pass more arguments in registers." by Vladimir Marko · 9 years ago
- 2f34995 Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry." by Nicolas Geoffray · 9 years ago
- 1b8464d MIPS32: Pass more arguments in registers. by Alexey Frunze · 9 years ago
- d494c5e ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry. by Artem Serov · 9 years ago
- 1d0ae3f Fix two tests after vdex change. by Nicolas Geoffray · 9 years ago