- 717a3e4 Re-factor Quick ABI support by Serguei Katkov · 11 years ago
- 758662e Merge "Quick: Fix neg-long on ARM for overlapping regs." by Vladimir Marko · 11 years ago
- 0a08097 Merge "Quick: Use 16-bit conditional branch in Thumb2." by Vladimir Marko · 11 years ago
- 2f340a8 Quick: Fix neg-long on ARM for overlapping regs. by Vladimir Marko · 11 years ago
- 174636d Quick: Use 16-bit conditional branch in Thumb2. by Vladimir Marko · 11 years ago
- 9d5c25a Quick: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 11 years ago
- 743b98c Skip null check in MarkGCCard() for known non-null values. by Vladimir Marko · 11 years ago
- 4514d2a Merge "Add card mark to filled-new-array." by Vladimir Marko · 11 years ago
- bf535be Add card mark to filled-new-array. by Vladimir Marko · 11 years ago
- 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 11 years ago
- 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
- d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 11 years ago
- b28c1c0 Tidy RegStorage for X86. by Ian Rogers · 11 years ago
- 8ba17f6 Don't enable ARM_R4_SUSPEND_FLAG. by Ian Rogers · 11 years ago
- 675e09b ARM: Strength reduction for floating-point division by Ningsheng Jian · 11 years ago
- 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
- ad17d41 Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" by Andreas Gampe · 11 years ago
- 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 11 years ago
- 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
- fb311f8 Remove useless suspend points from arm/arm64 AGET/APUT. by Vladimir Marko · 11 years ago
- 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 11 years ago
- b62ff57 Merge "ART: Add div/rem zero check elimination flag" by Ian Rogers · 11 years ago
- 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
- 5c5676b ART: Add div/rem zero check elimination flag by Razvan A Lupusoru · 11 years ago
- fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 11 years ago
- d8c3e36 ART: X86: GenLongArith should handle overlapped VRs by Alexei Zavjalov · 11 years ago
- 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 11 years ago
- 7e70b00 Header file clean up. by Ian Rogers · 11 years ago
- 7c02e91 Quick compiler: Fix ambiguous LoadValue() by buzbee · 11 years ago
- 7503597 ART: Deprecate CompilationUnit's code_item by Razvan A Lupusoru · 11 years ago
- f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 11 years ago
- e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 11 years ago
- 9863daf AddIntrinsicSlowPath with resume requires clobbering by Serguei Katkov · 11 years ago
- b5477f0 Fix kThumb2Vldrd definition to set correct flag. by Junmo Park · 11 years ago
- eacc5f0 Fix Thumb2Stm, ldm definition of EncodingMap for arm by Junmo Park · 11 years ago
- 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 11 years ago
- 53c913b ART: Clean up compiler by Andreas Gampe · 11 years ago
- a5f90b6 Fix intrinsic Math.abs(double) for ARM. by Vladimir Marko · 11 years ago
- 648d711 Reduce stack usage for overflow checks by Dave Allison · 11 years ago
- 947717a Add arraycopy intrinsic for arm and arm64. by Zheng Xu · 11 years ago
- 48971b3 ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 11 years ago
- c76c614 ART: Refactor long ops in quick compiler by Andreas Gampe · 11 years ago
- 6399968 Revert "Revert "Enable Load Store Elimination for ARM and ARM64"" by Serban Constantinescu · 11 years ago
- 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 11 years ago
- c32447b Revert "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 11 years ago
- fcc36ba Enable Load Store Elimination for ARM and ARM64 by Serban Constantinescu · 11 years ago
- 9ee4519 x86: GenSelect utility update by Serguei Katkov · 11 years ago
- 2983d23 Merge "Use vabs/fabs on arm/arm64 for intrinsic abs()." by Vladimir Marko · 11 years ago
- 5030d3e Use vabs/fabs on arm/arm64 for intrinsic abs(). by Vladimir Marko · 11 years ago
- 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 11 years ago
- fb8a07b Merge "ART: Refactor GenSelect, refactor gen_common accordingly" by Andreas Gampe · 11 years ago
- 90969af ART: Refactor GenSelect, refactor gen_common accordingly by Andreas Gampe · 11 years ago
- 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 11 years ago
- 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
- d9cb8ae Fix art test failures for Mips. by Douglas Leung · 11 years ago
- 9522af9 ART: Squash a cmp w/ zero and b.ls to cbz (ARM/ARM64) by Andreas Gampe · 11 years ago
- 0f73aa8 Merge "Update counting VR for promotion" by Andreas Gampe · 11 years ago
- 59a42af Update counting VR for promotion by Serguei Katkov · 11 years ago
- 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 11 years ago
- 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 11 years ago
- 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
- 23abec9 AArch64: Add few more inline functions by Serban Constantinescu · 11 years ago
- b5860fb Register promotion support for 64-bit targets by buzbee · 11 years ago
- 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 11 years ago
- de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 11 years ago
- 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 11 years ago
- 995b32c Merge "ART: Implicit checks in the compiler are independent from Runtime" by Andreas Gampe · 11 years ago
- 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 11 years ago
- 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 11 years ago
- 3757397 Clean up ARM load/store with offset imm8 << 2. by Vladimir Marko · 11 years ago
- 5aa6e04 Tidy x86 assembler. by Ian Rogers · 11 years ago
- c0090a4 Merge "Rewrite use/def masks to support 128 bits." by Vladimir Marko · 11 years ago
- 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 11 years ago
- db9d523 Clean up ArmMirToLir::LoadDispBody()/StoreDispBody(). by Vladimir Marko · 11 years ago
- 8550197 Merge "x86_64: Hard Float ABI support in QCG" by Bill Buzbee · 11 years ago
- 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 11 years ago
- 576ca0c Reduce header files including header files. by Ian Rogers · 11 years ago
- 04f4d8a Add an optimization for removing redundant suspend tests in ART by Wei Jin · 11 years ago
- 089142c Avoid register pool allocations on the heap. by Vladimir Marko · 11 years ago
- a0cd2d7 Quick compiler: reference cleanup by buzbee · 11 years ago
- 67c482f Merge "Art compiler: remove unnecessary sqrt call" by buzbee · 11 years ago
- 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 11 years ago
- 85089dd Quick compiler: generalize NarrowRegLoc() by buzbee · 11 years ago
- ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 11 years ago
- b01bf15 64-bit temp register support. by buzbee · 11 years ago
- 082833c Quick compiler, out of registers fix by buzbee · 11 years ago
- 13ff8cd Merge "Quick Compiler: fix Arm cts failures" by Bill Buzbee · 11 years ago
- fe8cf8b Quick Compiler: fix Arm cts failures by Bill Buzbee · 11 years ago
- b14329f ART: Fix MonitorExit code on ARM by Andreas Gampe · 11 years ago
- 9b9dec8 ART: Fix ARM dmb placement in monitor-exit by Andreas Gampe · 11 years ago
- 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 11 years ago
- 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 11 years ago
- 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 11 years ago
- 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 11 years ago
- 1f1d251 Merge "ART: Use utils.h::RoundUp instead of explicit bit-fiddling" by Andreas Gampe · 11 years ago
- 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 11 years ago
- 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 11 years ago
- 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
- 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 11 years ago
- 7a11ab0 Quick compiler: debugging assists by buzbee · 11 years ago