summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/arm/call_arm.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Use trampolines for calls to helpers"Dave Allison2014-04-071-31/+0
* Use trampolines for calls to helpersDave Allison2014-04-041-0/+31
* Add OpEndIT() for marking the end of OpIT blocksDave Allison2014-04-031-4/+8
* Merge "Fix stack overflow slow path error."Mathieu Chartier2014-04-011-4/+3
|\
| * Fix stack overflow slow path error.Mathieu Chartier2014-03-311-4/+3
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-13/+13
* | Implement implicit stack overflow checksDave Allison2014-03-311-8/+20
|/
* Continuing register cleanupbuzbee2014-03-261-75/+75
* Optimize stack overflow handling.Mathieu Chartier2014-03-191-7/+44
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-7/+22
* Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-5/+5
* Revert "Revert "Rework Quick compiler's register handling""Bill Buzbee2014-03-031-4/+4
* Remove non-existent ARM insn kThumb2SubsRRI12.Vladimir Marko2014-02-281-1/+2
* Revert "Rework Quick compiler's register handling"Bill Buzbee2014-02-261-4/+4
* Rework Quick compiler's register handlingbuzbee2014-02-261-4/+4
* GenSpecialCase support for x86Razvan A Lupusoru2014-02-131-214/+4
* Generate ARM special methods from InlineMethod data.Vladimir Marko2014-02-101-124/+90
* Fix special getter/setter generation.Vladimir Marko2014-02-101-2/+2
* Revert "Revert "Check FastInstance() early for special getters and setters.""Vladimir Marko2014-02-101-38/+33
* Revert "Check FastInstance() early for special getters and setters."Ian Rogers2014-02-081-33/+38
* Check FastInstance() early for special getters and setters.Vladimir Marko2014-02-071-38/+33
* Clean up usage of carry flag condition codes.Vladimir Marko2013-12-201-1/+1
* Detect special methods at the end of verification.Vladimir Marko2013-12-171-43/+29
* Rename ClobberCalleeSave to *Caller*, fix it for x86.Vladimir Marko2013-12-091-5/+5
* 64-bit prepbuzbee2013-10-211-10/+10
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-68/+100