summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/arm/call_arm.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-5/+5
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-2/+21
* Replace NULL with nullptrMathieu Chartier2015-04-221-8/+8
* Implement CFI for Quick.David Srbecky2015-04-081-31/+70
* Promote pointer to dex cache arrays on arm.Vladimir Marko2015-04-071-0/+8
* PC-relative loads from dex cache arrays for arm.Vladimir Marko2015-04-071-18/+35
* Write .debug_line section using the new DWARF library.David Srbecky2015-04-011-2/+0
* Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-0/+1
* Quick: Clean up Mir2Lir codegen.Vladimir Marko2015-03-241-1/+1
* Quick: Clean up slow paths.Vladimir Marko2015-03-201-1/+1
* Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-23/+80
* Add suspend checks to special methods.Vladimir Marko2015-02-191-0/+22
* ART: Remove MIRGraph::dex_pc_to_block_map_Chao-ying Fu2015-02-091-9/+2
* ART: Some Quick cleanupAndreas Gampe2015-01-261-1/+5
* ART: Remove LowestSetBit and IsPowerOfTwoAndreas Gampe2015-01-061-0/+1
* Quick: Use 16-bit Thumb2 PUSH/POP when possible.Vladimir Marko2014-11-261-4/+30
* Add card mark to filled-new-array.Vladimir Marko2014-11-201-7/+1
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-2/+2
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-2/+2
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-35/+0
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-0/+115
* Deprecate GrowableArray, use ArenaVector instead.Vladimir Marko2014-09-231-3/+3
* ART: Change temporaries to positive namesRazvan A Lupusoru2014-08-261-4/+4
* Reduce stack usage for overflow checksDave Allison2014-08-131-5/+6
* ART: Generate chained compare-and-branch for short switchesAndreas Gampe2014-08-061-4/+2
* ART: Throw StackOverflowError in native codeAndreas Gampe2014-07-211-2/+2
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-4/+4
* Replace memory barriers to better reflect Java needs.Hans Boehm2014-07-111-4/+4
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-4/+4
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-4/+4
* Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as param...Andreas Gampe2014-06-241-2/+2
* Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"Andreas Gampe2014-06-241-2/+2
* ART: Split out more cases of Load/StoreRef, volatile as parameterAndreas Gampe2014-06-231-2/+2
* Merge "ART: Implicit checks in the compiler are independent from Runtime"Andreas Gampe2014-06-181-4/+4
|\
| * ART: Implicit checks in the compiler are independent from RuntimeAndreas Gampe2014-06-181-4/+4
* | ART: Target-dependent stack overflow, less check elisionAndreas Gampe2014-06-181-5/+5
|/
* Rewrite use/def masks to support 128 bits.Vladimir Marko2014-06-121-1/+1
* Reduce header files including header files.Ian Rogers2014-06-061-0/+1
* Quick compiler: reference cleanupbuzbee2014-06-031-4/+4
* Merge "Quick Compiler: fix Arm cts failures"Bill Buzbee2014-05-151-5/+20
|\
| * Quick Compiler: fix Arm cts failuresBill Buzbee2014-05-151-5/+20
* | ART: Fix MonitorExit code on ARMAndreas Gampe2014-05-151-2/+5
|/
* ART: Fix ARM dmb placement in monitor-exitAndreas Gampe2014-05-131-3/+3
* Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-11/+18
* Quick compiler: allocate doubles as doublesbuzbee2014-05-051-25/+29
* Rewrite suspend test check with LIRSlowPath.Mingyao Yang2014-04-291-1/+1
* Update load/store utilities for 64-bit backendsbuzbee2014-04-221-13/+15
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-31/+0
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-0/+31