Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
4ba700af65f8346a96ba8d1dec051358a09487f4
/
libartbase
/
base
/
macros.h
27351be
Switch-interpreter: Add flatten attribute to handlers.
by David Srbecky
· 5 years ago
56de89a
Mark most *Offset helper functions as constexpr.
by David Srbecky
· 6 years ago
912f36c
Add small thread-local cache for use by the interpreter.
by David Srbecky
· 6 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 6 years ago
6f99ad9
Remove unused SIZEOF_MEMBER.
by Elliott Hughes
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
[Renamed (96%) from runtime/base/macros.h]
a7f6b81
Add ART_DEFAULT_COMPACT_DEX_LEVEL
by Mathieu Chartier
· 7 years ago
d38374e
ART: Use thread annotation macros from base
by Andreas Gampe
· 8 years ago
e534a16
Merge "ART: Use libbase"
by Treehugger Robot
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
aaadff8
ART: Use libbase
by Andreas Gampe
· 8 years ago
9231f4e
ART: Remove vestiges of GCC
by Andreas Gampe
· 8 years ago
7cbd27f
Adjust spacing before NOLINT comments in ART.
by Roland Levillain
· 8 years ago
fba3997
Fix misc-macro-parentheses warnings.
by Chih-Hung Hsieh
· 8 years ago
46817b8
Use iterators "before" the use node in HUserRecord<>.
by Vladimir Marko
· 9 years ago
76c92ac
Optimizing: Allow storing value objects in containers.
by Vladimir Marko
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
ad4450e
Opt compiler: Implement parallel move resolver without using swap.
by Zheng Xu
· 10 years ago
65b798e
ART: Enable more Clang warnings
by Andreas Gampe
· 10 years ago
794ad76
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
by Andreas Gampe
· 10 years ago
8683038
ART: Do not inline elf writer debug symbols
by Andreas Gampe
· 10 years ago
78a3233
Merge "ART: More warnings"
by Andreas Gampe
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
3eaa852
Don't define DISALLOW_COPY_AND_ASSIGN if already defined.
by Ian Rogers
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
7223d44
Switch to C++11 style [[noreturn]].
by Ian Rogers
· 10 years ago
647b1a8
Fix 2 new sets of clang compiler warnings.
by Ian Rogers
· 10 years ago
fc787ec
Enable -Wimplicit-fallthrough.
by Ian Rogers
· 10 years ago
0714083
Enable -Wunreachable-code
by Ian Rogers
· 10 years ago
4c13a3f
Disable adding main and non moving spaces to immune region in GSS
by Mathieu Chartier
· 10 years ago
47a4cc7
art: -Wsystem-header warning
by Mark Salyzyn
· 10 years ago
57f80fa
Use decltype() instead of typeof()
by Dan Albert
· 10 years ago
9758f79
Implement FINAL/OVERRIDE for clang.
by Ian Rogers
· 11 years ago
719d1a3
Enable annotalysis on clang ART builds.
by Ian Rogers
· 11 years ago
6fac447
Make allocations report usable size.
by Ian Rogers
· 11 years ago
4605362
Don't rely on gcc extensions
by Bernhard Rosenkränzer
· 11 years ago
7020278
Support hardware divide instruction
by Dave Allison
· 11 years ago
8d31bbd
Throw IOException at source of failing to open a dex file.
by Ian Rogers
· 11 years ago
96faf5b
Uleb128 compression of vmap and mapping table.
by Ian Rogers
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
b1eba21
Fix cpplint whitespace/comma issues
by Brian Carlstrom
· 11 years ago
fc0e321
Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/base/macros.h]
1d9314c
fix indentation
by Anwar Ghuloum
· 11 years ago
63937db
Fix mac build
by Anwar Ghuloum
· 11 years ago
8a01a3a
Make ShadowFrame fields const when not in portable.
by Ian Rogers
· 12 years ago
e8ae0dc
Fix ALWAYS_INLINE.
by Ian Rogers
· 12 years ago
1ffa32f
Reduce inlining in debug builds.
by Ian Rogers
· 12 years ago
76b6167
Move mutex.h into base/mutex.h.
by Elliott Hughes
· 12 years ago
7616005
Switch over to the google3 unix_file File*.
by Elliott Hughes
· 12 years ago
[Renamed from src/macros.h]
df1ce91
Add alignment attribute to packed.
by Ian Rogers
· 12 years ago
c151f90
Untested port of the SELinux dalvik change to art.
by Elliott Hughes
· 12 years ago
f834936
Use static thread safety analysis when available, and fix the bugs GCC finds.
by Elliott Hughes
· 12 years ago
398f64b
Remove more lint, mostly C-style casts.
by Elliott Hughes
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
7a00a3c
Fix definition GCC_VERSION
by Brian Carlstrom
· 13 years ago
ff17f1f
Remove various bits of lint.
by Elliott Hughes
· 13 years ago
24782c6
Add a macro GCC_VERSION and use it to control code paths.
by Shih-wei Liao
· 13 years ago
74787a3
Add TEMP_FAILURE_RETRY for the Mac build.
by Elliott Hughes
· 13 years ago
362f9bc
Fix cpplint's whitespace warnings.
by Elliott Hughes
· 13 years ago
caab8c4
Various tidy ups, add LIKELY/UNLIKELY macros.
by Ian Rogers
· 13 years ago
85d1545
Add packing to class Thread.
by Elliott Hughes
· 13 years ago
93e74e8
More of the thread infrastructure.
by Elliott Hughes
· 13 years ago
12eb78e
Add an instruction abstraction and visitor.
by Carl Shapiro
· 13 years ago
d2bdb57
Add a macro for sizing anonymous or locally defined arrays.
by Carl Shapiro
· 13 years ago
a2e18e1
Add the implementation for the ARM assembler.
by Carl Shapiro
· 13 years ago
6b6b5f0
Shorten the namespace and re-normalize include guards.
by Carl Shapiro
· 13 years ago
a5d5cfd
Add basic assembler interface and an x86 backend.
by Carl Shapiro
· 13 years ago
59e85cd
Add implementations of sizeof and offsetof for class types.
by Carl Shapiro
· 13 years ago
806defa
Fix the include guard style.
by Carl Shapiro
· 13 years ago
6c21dc1
Add a minimal logging interface and implementation.
by Carl Shapiro
· 13 years ago