index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
patchoat
Commit message (
Expand
)
Author
Age
Files
Lines
*
patchoat: DisableAutoClose when patching in place
Julien Delayen
2015-03-10
1
-0
/
+3
*
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
Andreas Gampe
2015-02-23
1
-1
/
+1
*
ART: Refactor common ELF->InstructionSet code
Andreas Gampe
2015-01-21
1
-25
/
+1
*
ART: Allow to compile interpret-only mips64 files
Andreas Gampe
2015-01-15
1
-0
/
+2
*
ART: Introduce Mips32 R6
Andreas Gampe
2015-01-13
1
-3
/
+8
*
Remove portable.
Elliott Hughes
2014-12-12
1
-6
/
+0
*
Delete ArtMethod gc_map_ field
Mathieu Chartier
2014-11-24
1
-6
/
+0
*
ART: Track Flush & Close in FdFile
Andreas Gampe
2014-11-18
1
-3
/
+23
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
2
-23
/
+31
*
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
2
-6
/
+2
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-2
/
+3
*
ART: Add support for patching and loading OAT files compiled with PIC
Igor Murashkin
2014-10-27
2
-25
/
+240
*
Tidy up logging.
Ian Rogers
2014-10-22
1
-0
/
+1
*
Some code clean-up.
Ian Rogers
2014-10-16
2
-16
/
+18
*
Change MemMap::maps_ to not be global variable
Mathieu Chartier
2014-10-14
1
-0
/
+1
*
Switch to C++11 style [[noreturn]].
Ian Rogers
2014-10-10
1
-2
/
+1
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-0
/
+1
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-2
/
+2
*
Add some missing TEMP_FAILURE_RETRYs around unlink(2)
Brian Carlstrom
2014-10-03
1
-3
/
+3
*
ART: Prepare for ELF64.
Tong Shen
2014-10-03
2
-77
/
+60
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-1
/
+1
*
ART: Only allow the zygote to create the global boot image
Andreas Gampe
2014-09-18
1
-2
/
+5
*
ART: Make elf loading not abort
Andreas Gampe
2014-09-15
1
-8
/
+10
*
ART: Relax GetInstructionSetFromString
Andreas Gampe
2014-08-20
1
-13
/
+3
*
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
1
-0
/
+5
*
Fix art build script
Junmo Park
2014-08-13
1
-2
/
+2
*
Make patchoat use the sht_entsize when patching.
Alex Light
2014-08-06
2
-15
/
+30
*
Tweaks to patchoat and other related things.
Alex Light
2014-07-25
1
-71
/
+107
*
ART: Make run tests out of oat tests
Andreas Gampe
2014-07-23
1
-0
/
+3
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
2
-18
/
+89
*
Break apart header files.
Ian Rogers
2014-07-15
1
-2
/
+3
*
Fix some style nitpicks
Alex Light
2014-07-08
2
-40
/
+45
*
Add patchoat tool to Art.
Alex Light
2014-07-07
3
-0
/
+1184