summaryrefslogtreecommitdiffstats
path: root/compiler/oat_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-8/+3
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-10/+27
* Major refactoring of ElfBuilder.David Srbecky2015-04-301-12/+24
* Replace NULL with nullptrMathieu Chartier2015-04-221-9/+9
* Do not deduplicate code if --debuggable is set.David Srbecky2015-04-151-15/+29
* Add --include-cfi compiler option.David Srbecky2015-04-131-1/+2
* Merge "Relocate DWARF using .oat_patches."David Srbecky2015-04-131-2/+6
|\
| * Relocate DWARF using .oat_patches.David Srbecky2015-04-111-2/+6
* | ART: Clean up includes.Vladimir Marko2015-04-131-0/+1
|/
* Remove duplicate of DexFile::DecodeDebugInfo.David Srbecky2015-04-091-16/+10
* Merge "Split RelativePatcher::ReserveSpace() into two."Vladimir Marko2015-04-021-2/+1
|\
| * Split RelativePatcher::ReserveSpace() into two.Vladimir Marko2015-04-021-2/+1
* | Merge "Add tests for Thumb2RelativePatcher."Vladimir Marko2015-04-021-2/+4
|\ \ | |/
| * Add tests for Thumb2RelativePatcher.Vladimir Marko2015-04-021-2/+4
* | Merge "Write .debug_line section using the new DWARF library."David Srbecky2015-04-021-3/+5
|\ \ | |/ |/|
| * Write .debug_line section using the new DWARF library.David Srbecky2015-04-011-3/+5
* | Refactor RelativePatcher out of OatWriter.Vladimir Marko2015-04-021-647/+24
* | PC-relative loads from dex cache arrays for x86-64.Vladimir Marko2015-04-021-8/+33
|/
* Cortex-A53 Erratum 843419 workaround in OatWriter.Vladimir Marko2015-03-311-73/+253
* Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-52/+182
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-1/+1
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-0/+1
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+1
* Revert "Add JIT"Nicolas Geoffray2015-02-241-1/+1
* Add JITMathieu Chartier2015-02-231-1/+1
* Handle variable size of methods properly between 32 and 64 bit.Jeff Hao2015-02-051-2/+7
* Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 archi...Jeff Hao2015-02-051-8/+15
* Revert "Allow preopted apps to have sharpened calls for non-x86 architectures."Brian Carlstrom2015-01-311-15/+8
* Allow preopted apps to have sharpened calls for non-x86 architectures.Jeff Hao2015-01-271-8/+15
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-13/+16
* Remove portable.Elliott Hughes2014-12-121-111/+85
* Ensure stack maps are 4 byte aligned.Nicolas Geoffray2014-12-091-1/+1
* Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug.Serban Constantinescu2014-11-281-0/+2
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-12/+20
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-2/+3
* ART: More warningsAndreas Gampe2014-11-041-2/+2
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-8/+11
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Implement method calls using relative BL on ARM64.Vladimir Marko2014-10-031-62/+136
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-20/+517
* ART: Change access flag behavior in verifierAndreas Gampe2014-09-151-1/+1
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-10/+12
* ART: Improve error message on oat writer failureAndreas Gampe2014-08-261-1/+8
* Make common BitVector operations inline-able.Ian Rogers2014-08-201-0/+1
* ART source line debug info in OAT filesYevgeny Rouban2014-08-151-3/+5
* ART: Rework CFA frame initialization and writing codeAndreas Gampe2014-08-061-37/+11
* 1. Fix CFI for quick compiled code in x86 & x86_64;Tong Shen2014-07-301-1/+9
* Runtime can now be set to require relocationAlex Light2014-07-221-0/+5
* Merge "Revert "Revert "ART: Key-Value Store in Oat header"""Andreas Gampe2014-07-111-24/+21
|\
| * Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-111-24/+21