History log of /external/valgrind/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99fabbe236ee1c47a90ab0fb7aa4bda62685cdfc 01-Feb-2013 Ben Cheng <bccheng@google.com> Remove tsan and dynamic_annotations code.

The current code in tsan doesn't compile with Valgrind 3.8.1, and the new
tsan development will be done with clang.

Change-Id: I63aa88cda3649c6b3b002bf9a318bb5eabf220b6
/external/valgrind/Android.mk
753e06917ea5bb4684b560f29c1c46fd58227519 01-Feb-2013 Ben Cheng <bccheng@google.com> Apply Android-specific patches to Valgrind 3.8.1

Tested with GCC 4.6 and things are working as expected.

Change-Id: Icfd035acff5d1443edb6edf4043ab2a3f1c408a4
/external/valgrind/Android.mk
663860b1408516d02ebfcb3a9999a134e6cfb223 01-Feb-2013 Ben Cheng <bccheng@google.com> Refresh Valgrind to 3.8.1

Disable Android.mk for now until Android-specific changes are submitted later.

Change-Id: I0673f9b4edbbfacf5f52868c9735272e4bf811de
/external/valgrind/Android.mk
e739ac0589b4fb43561f801c4faba8c1b89f8680 04-Mar-2011 Evgeniy Stepanov <eugenis@google.com> Move external/valgrind to external/valgrind/main.

Change-Id: I4f88dd5730d1e5b3ecb58cc77ce3454ad0218857
/external/valgrind/Android.mk
51fd3af534d0909f8aa76182f98cb275b5635511 02-Mar-2011 Evgeniy Stepanov <eugenis@google.com> Fix an off-by-one-star bug.

Change-Id: I525587a890c73e6c5688eb8c9bff563e7af1a62b
/external/valgrind/Android.mk
38fe4c87f9305a20bb0057810c88d28cead0cfae 02-Mar-2011 Kenny Root <kroot@google.com> Move --icf=none option to ARM-only

The x86 toolchain isn't new enough to have the ICF option, so just move
it to be ARM-only until that's resolved.

Change-Id: I4bcedcc170ac2fea304fc569a8c839594117ef5a
/external/valgrind/Android.mk
1d0705b60df96943b75e3ceb084385c4c9d41f18 02-Mar-2011 Evgeniy Stepanov <eugenis@google.com> Disable identical code folding for vgpreload*.

ICF can place several Valgrind interceptors at the exact same memory address.
Valgrind can not deal with it; it will drop all "extra" names and miss most of
the interceptors.

Change-Id: Iaf28329991a7ca1fa3be8bf4ddba41e8badb8d20
/external/valgrind/Android.mk
cc6a28976f832165a3396aedae2b4749d0be4108 15-Feb-2011 Kenny Root <kroot@google.com> Redirect symbol lookups to /data

For Android, we want a special directory in which we check first for
debug symbols. That will allow debug data to be readable without
bloating the system image.

Change-Id: Ib5c51dfb53ca87b19921e918797fdbb955e65bfe
/external/valgrind/Android.mk
d6b3177dc8485100a3501a81731a1afbffee8041 10-Feb-2011 <wangying@google.com> Fix x86 build.

The prebuilt x86 linker does not know the option --build-id.

Change-Id: I2ae6f60dc15fbab8413738c4cc300253ae4aaa63
/external/valgrind/Android.mk
1b891657a2208341cc71c68ae16eada0bee46d91 05-Feb-2011 Jeff Brown <jeffbrown@google.com> Add support for building on Android.

Change-Id: Iac8ac88f6a8af927530c9e16e588ead7c3bd63ee
/external/valgrind/Android.mk