- Apr 27, 2012
-
-
David Blaikie authored
llvm-svn: 155726
-
- Apr 26, 2012
-
-
Ted Kremenek authored
llvm-svn: 155661
-
- Mar 28, 2012
-
-
Bill Wendling authored
llvm-svn: 153564
-
Bill Wendling authored
llvm-svn: 153558
-
Francois Pichet authored
llvm-svn: 153549
-
- Mar 27, 2012
-
-
Bill Wendling authored
executable has been moved to another machine). If that's not available (read-only or something), then exit gracefully. <rdar://problem/11111686> llvm-svn: 153538
-
- Feb 05, 2012
-
-
Aaron Ballman authored
llvm-svn: 149844
-
- Dec 12, 2011
-
-
Daniel Dunbar authored
llvm-svn: 146409
-
- Nov 08, 2011
-
-
NAKAMURA Takumi authored
PathProfiling.c: Get rid of using "inline". We may expect compiler shall optimize out "static" scope w/o "inline". llvm-svn: 144080
-
NAKAMURA Takumi authored
FIXME: Should configure detect one? llvm-svn: 144070
-
- Nov 03, 2011
-
-
Daniel Dunbar authored
llvm-svn: 143634
-
- Oct 08, 2011
-
-
Benjamin Kramer authored
llvm-svn: 141495
-
- Sep 22, 2011
-
-
Galina Kistanova authored
llvm-svn: 140314
-
- Jul 28, 2011
-
-
Bill Wendling authored
llvm-svn: 136369
-
- Jul 20, 2011
-
-
Bill Wendling authored
llvm-svn: 135538
-
- Jun 23, 2011
-
-
Eli Friedman authored
llvm-svn: 133741
-
- Jun 15, 2011
-
-
Bill Wendling authored
llvm-svn: 133042
-
- Jun 13, 2011
-
-
Bill Wendling authored
<rdar://problem/9600408> llvm-svn: 132929
-
- May 26, 2011
-
-
Francois Pichet authored
llvm-svn: 132109
-
- May 25, 2011
-
-
Francois Pichet authored
'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void)' atexit really expects a "void f(void)" function. llvm-svn: 132061
-
- May 06, 2011
-
-
Nick Lewycky authored
llvm-svn: 130967
-
- May 05, 2011
-
-
Nick Lewycky authored
crash. llvm-svn: 130911
-
Nick Lewycky authored
That's kinda weird because the .gcno files are supposed to already be there, but libgcov does this and somehow Google has managed to depend on it. llvm-svn: 130879
-
- May 04, 2011
-
-
Nick Lewycky authored
llvm-svn: 130834
-
- Apr 30, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 130589
-
- Apr 29, 2011
-
-
Daniel Dunbar authored
issue. llvm-svn: 130530
-
Daniel Dunbar authored
llvm-svn: 130529
-
Francois Pichet authored
- unistd.h doesn't exist with MSVC - inline must be __inline in Microsoft C - atexit cannot take a function declared as void f(), must be void f(void). llvm-svn: 130490
-
Nick Lewycky authored
under cmake). Add libprofile_rt.a so that we can tell clang to link against it in --coverage mode. Also turn it on by default in cmake builds. Oscar, this touches a change you made for EXCLUDE_FROM_ALL support -- I think I've done the right thing, but please let me know (or fix and commit) if not! llvm-svn: 130470
-
- Apr 28, 2011
-
-
Nick Lewycky authored
between two reads (threading). Fix an off-by-one in the indirect counter table that I meant to revert after an earlier experiment. Whoops! Implement GCOV_PREFIX. Doesn't handle GCOV_PREFIX_STRIP yet. Fix an off-by-one in string emission. Extra whoops! Tolerate DISubprograms that have null Function*'s attached to them. I don't yet understand what this means, but it happens when you have a global static with a non-trivial constructor/destructor. Fix a crash on switch statements with a single successor (default-only). llvm-svn: 130443
-
- Apr 27, 2011
-
-
Nick Lewycky authored
C89 doesn't have an inline keyword. llvm-svn: 130279
-
- Apr 26, 2011
-
-
Oscar Fuentes authored
llvm-svn: 130199
-
Nick Lewycky authored
llvm-svn: 130191
-
Nick Lewycky authored
Add support for switch and indirectbr edges. This works by densely numbering all blocks which have such terminators, and then separately numbering the possible successors. The predecessors write down a number, the successor knows its own number (as a ConstantInt) and sends that and the pointer to the number the predecessor wrote down to the runtime, who looks up the counter in a per-function table. Coverage data should now be functional, but I haven't tested it on anything other than my 2-file synthetic test program for coverage. llvm-svn: 130186
-
- Apr 16, 2011
-
-
Benjamin Kramer authored
llvm-svn: 129638
-
Nick Lewycky authored
llvm-svn: 129637
-
Nick Lewycky authored
does. Also mostly implement it. Still a work-in-progress, but generates legal output on crafted test cases. llvm-svn: 129630
-
- Apr 15, 2011
-
-
Chris Lattner authored
Luis Felipe Strano Moraes! llvm-svn: 129558
-
- Apr 13, 2011
-
-
Benjamin Kramer authored
llvm-svn: 129467
-
Nick Lewycky authored
llvm-svn: 129423
-