aboutsummaryrefslogtreecommitdiff
path: root/Makefile.all.am
AgeCommit message (Expand)Author
2017-06-21Upgrade to valgrind 3.13.0 (15 June 2017).Elliott Hughes
2017-04-19Upgrade to valgrind 3.12.0.Elliott Hughes
2015-09-14Do not compile with -Wcast-align on arm. There are too manyflorian
2015-08-08Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness.florian
2015-07-21Bug 345248 - add support for Solaris OS in valgrindsewardj
2015-06-05Add -Wempty-body to the list of compile flags.florian
2015-06-02GCC 5.1 is too smart. Disable Identical Code Folding for preload libs.mjw
2015-05-16Enable a few more compiler warnings.florian
2015-04-10Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com)sewardj
2015-03-10Add support for building with -fsanitize=undefined.florian
2015-01-01Add -std=gnu99 to the list of compile flags.florian
2014-12-03Add -Wformat -Wformat-security to the list of compile flags.florian
2014-11-29Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply.florian
2014-11-25Back out r14781, which was unintended.sewardj
2014-11-25arm64: implement "BRK #imm16".sewardj
2014-09-18Enable -Wcast-align globally.florian
2014-09-05Be more careful to separate build flags for the preload shared objectssewardj
2014-08-08This commit is for Bugzilla 334834.carll
2014-08-07This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3carll
2014-07-08Add -Wno-tautological-compare to the standard compile flags, if thatsewardj
2014-06-20Add initial build support for Mac OS X 10.9 (Mavericks). Bug 326724sewardj
2014-05-09Add uninstall-local rules to make distcheck happy.mjw
2014-05-09Out of tree build. Partial fix for Bug 333628.mjw
2014-02-18mips32/64: Remove default flags -mips32 and -mips64 from the Makefile.all.am.dejanj
2014-01-12Add support for ARMv8 AArch64 (the 64 bit ARM instruction set).sewardj
2013-02-27mips: adding MIPS64LE support to Valgrindpetarj
2012-08-05301265 - add x86 support to Android build philippe
2012-06-07Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic,sewardj
2012-05-21Add -fomit-frame-pointer for s390. The GCC maintainer was telling me thatflorian
2012-05-15Bypass gcc 4.4/4.5 compilation bug by moving -fomit-frame-pointer to Makefile...philippe
2012-05-06Require automake-1.10 for proper handling of include file dependenciesflorian
2011-09-29Compile everything with -fno-builtin, so as to disable LLVM'ssewardj
2011-07-11Introduce the concept of platform variants. These allow furthersewardj
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj
2011-05-31On arm-linux, give gcc "-mcpu=cortex-a8" so as to persuade it tosewardj
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj
2010-10-18Make sure all the handwritten assembly files for arm-linux are compiled with ...sewardj
2010-08-22Merge from branches/THUMB: build system fixes for Thumbsewardj
2010-07-01Merged the MACOSX106 branch to the trunk. Merge command:njn
2010-06-22Don't need to have special handling for link_tool_exe now that it'snjn
2010-06-02Add a new program (link_tool_exe.c) and use this to link the toolsewardj
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj
2009-06-24Remove some unnecessary tests.njn
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn
2005-11-11Kludge which stops biarch builds going to hell at make -j 2 or above.sewardj
2004-09-01Use Makefile.am includes. This gets rid of 110 lines of repetitive Makefile.amnethercote