The VMLA instruction and its friends are not actually fused; they're plain old
[oota-llvm.git] / runtime / libprofile / GCDAProfiling.c
2011-06-23 Eli FriedmanFix build for (some versions of?) MinGW. Patch by...
2011-05-26 Francois PichetFix MSVC warning regarding mkdir function usage.
2011-05-05 Nick LewyckyThe computation of string length is not that complicate...
2011-05-05 Nick LewyckyUpdate the gcov version used slightly, to make it stop...
2011-05-04 Nick LewyckyCreate the parent directories to place the .gcda files...
2011-05-04 Nick LewyckyFix crash when not setting GCOV_PREFIX.
2011-04-28 Nick LewyckyOnly read *predecessor once so as to fix a theoretical...
2011-04-26 Nick LewyckyRename everything to follow LLVM style ... I think.
2011-04-16 Benjamin KramerWrite out uint64_t as i{0..32},i{33..64} instead of...
2011-04-16 Nick LewyckyDon't use C++ comments in C code.
2011-04-16 Nick LewyckyRename LineProfiling to GCOVProfiling to more accuratel...