summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/x86/call_x86.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-9/+12
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-3/+13
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Merge "Quick: PC-relative loads from dex cache arrays on x86."Vladimir Marko2015-04-091-24/+16
|\
| * Quick: PC-relative loads from dex cache arrays on x86.Vladimir Marko2015-04-091-24/+16
* | Implement CFI for Quick.David Srbecky2015-04-081-0/+28
|/
* Remove the old CFI infrastructure.David Srbecky2015-04-071-4/+3
* Merge "Write .debug_line section using the new DWARF library."David Srbecky2015-04-021-2/+0
|\
| * Write .debug_line section using the new DWARF library.David Srbecky2015-04-011-2/+0
* | PC-relative loads from dex cache arrays for x86-64.Vladimir Marko2015-04-021-6/+18
|/
* Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-0/+1
* Quick: Clean up slow paths.Vladimir Marko2015-03-201-1/+1
* Fix 32 bit loads of 64 bit direct code pointersMathieu Chartier2015-03-131-1/+6
* Fix core spill mask for x86 special suspend.Vladimir Marko2015-02-201-1/+1
* Add suspend checks to special methods.Vladimir Marko2015-02-191-0/+35
* ART: Remove MIRGraph::dex_pc_to_block_map_Chao-ying Fu2015-02-091-82/+2
* ART: Some Quick cleanupAndreas Gampe2015-01-261-0/+3
* X86_64 QBE: use RIP addressingMark Mendell2014-12-041-26/+38
* ART: Generate switch targets from successor blocksChao-ying Fu2014-11-211-13/+76
* Add card mark to filled-new-array.Vladimir Marko2014-11-201-8/+1
* Tidy RegStorage for X86.Ian Rogers2014-11-081-14/+21
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+2
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-48/+0
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-0/+56
* Deprecate GrowableArray, use ArenaVector instead.Vladimir Marko2014-09-231-2/+2
* ART: Change temporaries to positive namesRazvan A Lupusoru2014-08-261-4/+4
* Reduce stack usage for overflow checksDave Allison2014-08-131-1/+1
* ART: Generate chained compare-and-branch for short switchesAndreas Gampe2014-08-061-4/+2
* ART: Rework quick entrypoint code in Mir2Lir, cleanupAndreas Gampe2014-07-281-14/+3
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-21/+46
* ART: Rework TargetReg(symbolic_reg, wide)Andreas Gampe2014-07-121-1/+1
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-46/+21
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-21/+46
* x86_64: Enable fp-reg promotionSerguei Katkov2014-07-101-2/+2
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-45/+21
* Add implicit null and stack checks for x86Dave Allison2014-07-091-21/+45
* Clean-up call_x86.ccSerguei Katkov2014-07-091-21/+11
* x86_64: TargetReg update for x86Chao-ying Fu2014-07-031-12/+17
* x86_64: Unify 64-bit check in x86 compilerElena Sayapina2014-07-021-6/+6
* Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as param...Andreas Gampe2014-06-241-1/+2
* Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"Andreas Gampe2014-06-241-2/+1
* ART: Split out more cases of Load/StoreRef, volatile as parameterAndreas Gampe2014-06-231-1/+2
* ART: Target-dependent stack overflow, less check elisionAndreas Gampe2014-06-181-2/+2
* Arm64 hard-floatbuzbee2014-06-161-5/+5
* x86_64: Add long bytecode supports (1/2)Chao-ying Fu2014-06-071-10/+29
* Reduce header files including header files.Ian Rogers2014-06-061-0/+1
* Quick compiler: reference cleanupbuzbee2014-06-031-1/+1
* Add x86_64 code generation supportDmitry Petrochenko2014-05-141-8/+16
* ART: Add more ThreadOffset in Mir2Lir and backendsAndreas Gampe2014-05-121-7/+22
* Quick compiler: allocate doubles as doublesbuzbee2014-05-051-13/+13