- fdaf0f4 Change string compression encoding. by Vladimir Marko · 8 years ago
- b02b8d7 Merge "Fix SimplifyIfs() trying to redirect exception handler edges." by Vladimir Marko · 8 years ago
- 606c8f0 Fix SimplifyIfs() trying to redirect exception handler edges. by Vladimir Marko · 8 years ago
- d834009 Merge "Support genrules with multiple tools" by Colin Cross · 8 years ago
- f657ed0 Support genrules with multiple tools by Colin Cross · 8 years ago
- 72367f8 Merge "Revert "Revert "Enable IntermediateAddress for primitive arrays with read barriers.""" by Roland Levillain · 8 years ago
- 53b07bd Fix poison build. by Nicolas Geoffray · 8 years ago
- b5f3d81 ART: Make TypeCheckSlowPath call kind consistent by Andreas Gampe · 8 years ago
- cdba73b X86_64: Inline checking for kInterfaceCheck check cast by Mathieu Chartier · 8 years ago
- 8fba1e0 Merge changes I8bbef5e3,Ib68bdc31,Ie39b7f59,I1ef8b65a by Treehugger Robot · 8 years ago
- b85fd6f Merge "Account for early exit loop." by Treehugger Robot · 8 years ago
- 0771ee2 Merge "Avoid visiting just eliminated bounds check." by Treehugger Robot · 8 years ago
- 19c5419 Revert "Revert "Enable IntermediateAddress for primitive arrays with read barriers."" by Roland Levillain · 8 years ago
- 2e965ac ART: Use references in assembler tests by Andreas Gampe · 8 years ago
- 2b64ccc ART: Make ManagedRegister ValueObject by Andreas Gampe · 8 years ago
- 2e6f38a ART: Make Location trivially copyable by Andreas Gampe · 8 years ago
- 807868e Account for early exit loop. by Aart Bik · 8 years ago
- 7fa7cf5 Fix ART run-test 562-no-intermediate. by Roland Levillain · 8 years ago
- d4ede93 Merge "Integrate VerifierDeps in compiler driver." by Nicolas Geoffray · 8 years ago
- 3387b2a Merge "More loop-body simplifications." by Aart Bik · 8 years ago
- 1e67748 Avoid visiting just eliminated bounds check. by Aart Bik · 8 years ago
- e3dedc5 More loop-body simplifications. by Aart Bik · 8 years ago
- 4c481a4 ART: Make some variables references by Andreas Gampe · 8 years ago
- 4bbca2a Update AArch32 VIXL intrinsics w.r.t. the new art::ReadBarrier API. by Roland Levillain · 8 years ago
- ff48ebc Merge "Add more missing definitions in art::arm::CodeGeneratorARMVIXL." by Roland Levillain · 8 years ago
- 6070e88 Add more missing definitions in art::arm::CodeGeneratorARMVIXL. by Roland Levillain · 8 years ago
- 6a3be6d Merge "Clean up the runtime read barrier and fix fake address dependency." by Hiroshi Yamauchi · 8 years ago
- 6f1b65d Merge "More store/allocation elimination." by Mingyao Yang · 8 years ago
- a19cd47 Merge "Add missing definition of CodeGeneratorARMVIXL::GenerateReadBarrierSlow." by Nicolas Geoffray · 8 years ago
- 844e653 Add missing definition of CodeGeneratorARMVIXL::GenerateReadBarrierSlow. by Roland Levillain · 8 years ago
- 4b2cdf8 Merge "Clean up parameter names in ManagedRegisterEntrySpills." by Vladimir Marko · 8 years ago
- 21b880c Merge "ARM: VIXL32: Implement intrinsics." by Roland Levillain · 8 years ago
- 4c23dfb Clean up parameter names in ManagedRegisterEntrySpills. by Vladimir Marko · 8 years ago
- 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 8 years ago
- de582c1 Merge "ARM: VIXL32: Implement the functionality needed by intrinsics." by Roland Levillain · 8 years ago
- c4005c3 Merge "New instruction simplifications. Extra dce pass. Allow more per block repeats." by Aart Bik · 8 years ago
- 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
- 63f41f9 Merge "Improved range analysis (and thus BCE) around min/max/abs intrinsics." by Aart Bik · 8 years ago
- 2767f4b New instruction simplifications. Extra dce pass. Allow more per block repeats. by Aart Bik · 8 years ago
- d625158 Add ClassExt mirror. by Alex Light · 8 years ago
- 58d9bfc More store/allocation elimination. by Mingyao Yang · 8 years ago
- 40fbf74 Improved range analysis (and thus BCE) around min/max/abs intrinsics. by Aart Bik · 8 years ago
- 5ec6218 ARM: VIXL32: Implement intrinsics. by Anton Kirilov · 8 years ago
- e28d9ae ARM: VIXL32: Implement the functionality needed by intrinsics. by Anton Kirilov · 8 years ago
- 845c848 Merge "MIPS32: Fix string loads that use kDexCacheViaMethod." by Treehugger Robot · 8 years ago
- 6409f58 Merge "ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc." by Roland Levillain · 8 years ago
- bb51df8 MIPS32: Fix string loads that use kDexCacheViaMethod. by Alexey Frunze · 8 years ago
- 8904b6f Add VerifierDeps::Verify. by Nicolas Geoffray · 8 years ago
- 56cc951 Merge "Flush the CFG visualizer output after writing to it." by Roland Levillain · 8 years ago
- c34dba7 ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc. by Scott Wakeling · 8 years ago
- b0103ca Flush the CFG visualizer output after writing to it. by Roland Levillain · 8 years ago
- e70dd56 Dump VerifierDeps in oatdump. by Nicolas Geoffray · 8 years ago
- bda454e Merge "Add a VerifierDeps::Dump method." by Nicolas Geoffray · 8 years ago
- 9e86809 Move intern table to ObjPtr by Mathieu Chartier · 8 years ago
- d01f60c Add a VerifierDeps::Dump method. by Nicolas Geoffray · 8 years ago
- 0a85576 ART: Clean up Thread by Andreas Gampe · 8 years ago
- 54f07b5 Merge changes I6c3a84f5,I05414f3b by Treehugger Robot · 8 years ago
- cc7e013 Merge "ART: Make graph visualizer thread-safe" by Treehugger Robot · 8 years ago
- a0d81af ART: Make graph visualizer thread-safe by Andreas Gampe · 8 years ago
- 02d3783 ARM: VIXL32: Move code to ease the diff with old codegen. by Artem Serov · 8 years ago
- 02109dd ARM: VIXL32: Implement Shifts, Neg, Bitwise and Rotate visitors. by Artem Serov · 8 years ago
- 5edd951 Merge "Remove default argument values in GenerateGcRootFieldLoad." by Roland Levillain · 8 years ago
- 270b6ae Merge "Use CLREX in ARM/ARM64 CAS intrinsic Baker read barrier slow paths." by Roland Levillain · 8 years ago
- c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 8 years ago
- e3eae5e compiler_driver: loosen DCHECK for java/lang/invoke classes. by Narayan Kamath · 8 years ago
- 00468f3 Remove default argument values in GenerateGcRootFieldLoad. by Roland Levillain · 8 years ago
- 384cb66 Merge "Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator." by Vladimir Marko · 8 years ago
- a908348 Merge "Remove some unneeded header includes" by David Sehr · 8 years ago
- 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
- b88c0ec Merge "ARM: VIXL32: Pass test 406-fields and a few others." by Roland Levillain · 8 years ago
- 24a4d11 Use CLREX in ARM/ARM64 CAS intrinsic Baker read barrier slow paths. by Roland Levillain · 8 years ago
- 7f01971 Remove some unneeded header includes by David Sehr · 8 years ago
- 874462f Merge "Improved induction variable analysis and loop optimizations." by Aart Bik · 8 years ago
- 0440ade Merge "ART: Change InstructionSetFeatures to return unique_ptr" by Treehugger Robot · 8 years ago
- f9450a9 Merge "ARM: VIXL32: Implement more codegen code to pass a few more tests." by Roland Levillain · 8 years ago
- 0415b4e ART: Change InstructionSetFeatures to return unique_ptr by Andreas Gampe · 10 years ago
- eb242cd Merge "Save the non-verified classes in the VerifierDeps." by Nicolas Geoffray · 8 years ago
- a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 8 years ago
- 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 8 years ago
- 188edb3 Fix the Thumb-2 definition of the CLREX instruction. by Roland Levillain · 8 years ago
- 11e7f99 Merge "Revert "Disable kBssEntry LoadString sharpening."" by Vladimir Marko · 8 years ago
- b45fbaa5 ARM: VIXL32: Pass test 406-fields and a few others. by Alexandre Rames · 8 years ago
- 1bc4b17 Revert "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 8 years ago
- f30b158 Merge "Encode quickening info in .vdex." by Nicolas Geoffray · 8 years ago
- cc42be0 Improved induction variable analysis and loop optimizations. by Aart Bik · 8 years ago
- 4acefd3 Encode quickening info in .vdex. by Nicolas Geoffray · 8 years ago
- 1ceb37c Remove unnecessary load class for new instance by Mathieu Chartier · 9 years ago
- 9c19bd6 ARM: VIXL32: Implement more codegen code to pass a few more tests. by Alexandre Rames · 8 years ago
- 6c42676 Merge "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 8 years ago
- d681d9b Merge "MIPS32: Implement HSelect" by Treehugger Robot · 8 years ago
- b55fdbb Disable kBssEntry LoadString sharpening. by Vladimir Marko · 8 years ago
- a818819 Merge "Improve recognition of select-based period induction." by Treehugger Robot · 8 years ago
- 674b9ee MIPS32: Implement HSelect by Alexey Frunze · 8 years ago
- 639cc8c Improve recognition of select-based period induction. by Aart Bik · 8 years ago
- 024662a Merge changes I16f8b7ec,I075bbf55 by Igor Murashkin · 8 years ago
- 2f2533f Merge "ARM: VIXL32: Pass initial ART tests with new code generator." by Roland Levillain · 8 years ago
- d985a5a Merge "Change pResolveString entrypoint to kSaveEverything." by Vladimir Marko · 8 years ago
- c6c5f6c Merge "Move most of class linker to ObjPtr" by Mathieu Chartier · 8 years ago
- 3941c88 Merge "Fix bug in dynamic BCE. With regression test." by Treehugger Robot · 8 years ago
- af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 8 years ago