summaryrefslogtreecommitdiffstats
path: root/runtime/base/macros.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+0
* Opt compiler: Implement parallel move resolver without using swap.Zheng Xu2015-04-171-0/+5
* ART: Enable more Clang warningsAndreas Gampe2015-04-061-1/+1
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-0/+3
* ART: Do not inline elf writer debug symbolsAndreas Gampe2014-12-151-0/+2
* Merge "ART: More warnings"Andreas Gampe2014-11-051-22/+0
|\
| * ART: More warningsAndreas Gampe2014-11-041-22/+0
* | Don't define DISALLOW_COPY_AND_ASSIGN if already defined.Ian Rogers2014-11-041-0/+2
|/
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+13
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-10/+16
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-0/+5
* Switch to C++11 style [[noreturn]].Ian Rogers2014-10-101-1/+0
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-0/+1
* Enable -Wimplicit-fallthrough.Ian Rogers2014-10-091-0/+42
* Enable -Wunreachable-codeIan Rogers2014-09-301-0/+1
* Disable adding main and non moving spaces to immune region in GSSMathieu Chartier2014-07-161-0/+1
* art: -Wsystem-header warningMark Salyzyn2014-05-221-10/+11
* Use decltype() instead of typeof()Dan Albert2014-05-211-1/+1
* Implement FINAL/OVERRIDE for clang.Ian Rogers2014-03-131-1/+1
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-40/+32
* Make allocations report usable size.Ian Rogers2014-02-261-0/+9
* Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-121-0/+7
* Support hardware divide instructionDave Allison2013-11-051-0/+4
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-0/+2
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-121-0/+2
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix cpplint whitespace/comma issuesBrian Carlstrom2013-07-171-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+201