Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
c55bb390d88b8eb62a50932f7f9b47c2a3733f16
/
libartbase
563ada2
ART: Add wrappers for membarrier and memfd_create()
by Orion Hodson
· 7 years ago
7c50684
Disable Generational CC collection with non-Baker read barriers.
by Roland Levillain
· 6 years ago
cba17e8
Merge "ART: Continue adding override annotations"
by Treehugger Robot
· 7 years ago
d176e93
Merge "ART: Refactor static include list"
by Treehugger Robot
· 7 years ago
fa6a1b0
ART: Continue adding override annotations
by Andreas Gampe
· 7 years ago
e496a64
Merge "ART: Remove utils.h's ParseUint & ParseInt"
by Treehugger Robot
· 7 years ago
38d29fd
ART: Simplify cache flush calls
by Orion Hodson
· 7 years ago
f941170
ART: Remove utils.h's ParseUint & ParseInt
by Andreas Gampe
· 7 years ago
ec5ed06
ART: Refactor static include list
by Andreas Gampe
· 7 years ago
f233136
ART: Add FlushInstructionPipeline()
by Orion Hodson
· 7 years ago
025059b
Merge changes from topic "fdsan_art_fdfile"
by Josh Gao
· 7 years ago
c09cd05
Reserve boot image memory in one go.
by Vladimir Marko
· 7 years ago
7f00f5a
Fix various benign double fdsan warnings in tests.
by Josh Gao
· 7 years ago
f0029fc
Use fdsan in FdFile.
by Josh Gao
· 7 years ago
34f8380
Clean up FdFile constructors.
by Josh Gao
· 7 years ago
afeec9f
Remove FdFile::DisableAutoClose.
by Josh Gao
· 7 years ago
35696a0
Add DupCloexec to atomically dup and set FD_CLOEXEC.
by Josh Gao
· 7 years ago
92597a8
Replace ashmem in ART with prctl
by Joel Fernandes (Google)
· 7 years ago
31151ca
Merge "Add core-simple to the standard boot classpath"
by Neil Fuller
· 7 years ago
1391390
Add core-simple to the standard boot classpath
by Neil Fuller
· 7 years ago
f73caca
Remove superfluous 'virtual' specifiers in ART.
by Roland Levillain
· 7 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 7 years ago
f6985bd
Add an overload for MemMap::MapAnonymous().
by Vladimir Marko
· 7 years ago
7bd3cbd
Fix mac build
by Mathieu Chartier
· 7 years ago
6aec6d9
Document HashSet::erase() behavior
by Mathieu Chartier
· 7 years ago
d9205b8
Merge "Experimental Sticky-Bit (Generational) CC collection"
by Roland Levillain
· 7 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 7 years ago
8d1a996
Experimental Sticky-Bit (Generational) CC collection
by Mathieu Chartier
· 9 years ago
42deda8
Add helper method to iterate over BitTable fields in CodeInfo.
by David Srbecky
· 7 years ago
0c3aa31
Move varint encoding/decoding to BitMemoryReader/Writer.
by David Srbecky
· 7 years ago
d160641
Cleanup BitMemoryReader/Writer api.
by David Srbecky
· 7 years ago
ca701c3
Merge "Modernize codebase by replacing NULL with nullptr"
by Treehugger Robot
· 7 years ago
42471bc
Fix copy-paste error in TransformIterator.
by Vladimir Marko
· 7 years ago
4b22b34
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
b73323c
Deduplicate stackmaps at BitTable level.
by David Srbecky
· 7 years ago
6ee06e9
Decode only the needed tables from CodeInfo.
by David Srbecky
· 7 years ago
2a7867f
ART: Fix CheckedCall
by Andreas Gampe
· 7 years ago
bd39d14
ART: Clean up unused using declarations
by Andreas Gampe
· 7 years ago
59d0872
Merge "Always produce PIC code for AOT compilation."
by Treehugger Robot
· 7 years ago
6743f1e
Merge changes I668f5351,I40fa767b
by Treehugger Robot
· 7 years ago
184f075
Rewrite thread CustomTLS to support keyed TLS entries
by Alex Light
· 7 years ago
8e524ad
Always produce PIC code for AOT compilation.
by Vladimir Marko
· 7 years ago
38aa0b5
ART: Clean up test exec code
by Andreas Gampe
· 7 years ago
4a72f8b
Merge "ART: minor fix for no-opt debug builds"
by Orion Hodson
· 7 years ago
93bd361
Use iterators to access stack map data.
by David Srbecky
· 7 years ago
2dd1681
ART: minor fix for no-opt debug builds
by Orion Hodson
· 7 years ago
a38e6cf
Remove explicit size from CodeInfo.
by David Srbecky
· 7 years ago
cca7cb9
Merge "Ensure that BitTableAccessor refers to non-null table."
by David Srbecky
· 7 years ago
accb14c
Merge "Implement BitMemory{Reader,Writer}"
by David Srbecky
· 7 years ago
8a74707
Merge "Add low_4gb MemMap and remove ashmem support for Fuchsia"
by Treehugger Robot
· 7 years ago
a45a85c
Ensure that BitTableAccessor refers to non-null table.
by David Srbecky
· 7 years ago
078d7ba
Implement BitMemory{Reader,Writer}
by David Srbecky
· 7 years ago
6566496
Merge "Binary search stack maps by native pc."
by David Srbecky
· 7 years ago
882ed6b
Add low_4gb MemMap and remove ashmem support for Fuchsia
by Steve Austin
· 7 years ago
5774f57
Merge "Revert^2 "ART: Fix some performance-X tidy""
by Treehugger Robot
· 7 years ago
54159c6
Use HashSet<std::string> instead of unordered_set<>.
by Vladimir Marko
· 7 years ago
0b4e5a3
Binary search stack maps by native pc.
by David Srbecky
· 7 years ago
bc802de
Revert^2 "ART: Fix some performance-X tidy"
by Andreas Gampe
· 7 years ago
35d4b94
Merge "Revert "ART: Fix some performance-X tidy""
by Treehugger Robot
· 7 years ago
6856214
Revert "ART: Fix some performance-X tidy"
by Andreas Gampe
· 7 years ago
faf742f
Merge changes I43d8736f,I6148d743,Id3687eb6
by Andreas Gampe
· 7 years ago
58ef29a
Merge "Template BitTable based on the accessors."
by Treehugger Robot
· 7 years ago
7496a1e
Merge "Revert^2 "Re-enable some more ART gtests when running under ASan.""
by Roland Levillain
· 7 years ago
ab4326e
Revert^2 "Re-enable some more ART gtests when running under ASan."
by Roland Levillain
· 7 years ago
89de444
ART: Fix some performance-X tidy
by Andreas Gampe
· 7 years ago
dbf5403
ART: Fix clang-analyzer leak/memory warnings
by Andreas Gampe
· 7 years ago
42c2e50
Refactor CasField32
by Mathieu Chartier
· 7 years ago
a7ecf8a
Merge "Re-enable ART code paths and tests for ASan that were disabled for Valgrind."
by Roland Levillain
· 7 years ago
cf7833e
Template BitTable based on the accessors.
by David Srbecky
· 7 years ago
0b0d3b4
Re-enable ART code paths and tests for ASan that were disabled for Valgrind.
by Roland Levillain
· 7 years ago
f325e28
Remove POD helper classes for BitTableBuilder.
by David Srbecky
· 7 years ago
86decb6
Rewrite stack map statistics printing in outdump.
by David Srbecky
· 7 years ago
74f2ccc
Merge "Revert^2 "Remove support for Valgrind in ART.""
by Roland Levillain
· 7 years ago
05e34f4
Revert^2 "Remove support for Valgrind in ART."
by Roland Levillain
· 7 years ago
6de8833
Delta-compress register maps in stack maps.
by David Srbecky
· 7 years ago
d97e082
Reduce code repetition in stack maps with macros.
by David Srbecky
· 7 years ago
5f93710
Fix asan build: Fix compare function in BitTable.
by David Srbecky
· 7 years ago
267c835
Merge "Move more test code to CommonArtTest"
by David Sehr
· 7 years ago
5513c2b
Add BitmapTableBuilder.
by David Srbecky
· 7 years ago
7d43242
Move more test code to CommonArtTest
by David Sehr
· 7 years ago
159c9dd
Add deduplication logic to BitTableBuilder.
by David Srbecky
· 7 years ago
dd966bc
Change the BitTableBuilder API to be POD based.
by David Srbecky
· 7 years ago
197f1ef
Merge "Revert "Remove support for Valgrind in ART.""
by Treehugger Robot
· 7 years ago
8b362a8
Revert "Remove support for Valgrind in ART."
by Andreas Gampe
· 7 years ago
f31343f
Merge "Remove support for Valgrind in ART."
by Roland Levillain
· 7 years ago
64e8175
Merge "Rewrite stackmap encoding code."
by David Srbecky
· 7 years ago
052f8ca
Rewrite stackmap encoding code.
by David Srbecky
· 7 years ago
e64d58c
Fix typo that leads to crash.
by Nicolas Geoffray
· 7 years ago
518fcc5
Merge "Revert^2 "Move kVRegSize to globals.h to reduce include dependencies.""
by Treehugger Robot
· 7 years ago
b674a14
Revert^2 "Move kVRegSize to globals.h to reduce include dependencies."
by David Srbecky
· 7 years ago
68fefac
Move and rewrite bit loading/storing methods.
by David Srbecky
· 7 years ago
933d6e7
Merge "Prepare to move ArtDexFileLoader to libdexfile"
by David Sehr
· 7 years ago
8268cb6
Remove support for Valgrind in ART.
by Roland Levillain
· 7 years ago
a9d5ccd
Revert "Move kVRegSize to globals.h to reduce include dependencies."
by David Srbecky
· 7 years ago
c3e1895
Prepare to move ArtDexFileLoader to libdexfile
by David Sehr
· 7 years ago
2300b2d
Remove MemMap dependency on libbacktrace
by David Sehr
· 7 years ago
5ae7cdf
Move kVRegSize to globals.h to reduce include dependencies.
by David Srbecky
· 7 years ago
d5f8de8
Add CommonArtTest
by David Sehr
· 7 years ago
1979c64
Clean up include paths
by David Sehr
· 7 years ago
837f3f0
ART: Fix SCOPED_TRACE macro
by Andreas Gampe
· 7 years ago
Next »