projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix grammar.
[oota-llvm.git]
/
runtime
/
libprofile
/
2011-10-08
Benjamin Kramer
Include direct.h for _mkdir on mingw32 too.
tree
|
commitdiff
2011-09-22
Galina Kistanova
Fix for warnings: ignoring return value of ‘write’...
tree
|
commitdiff
2011-07-28
Bill Wendling
Use version 402 for the GCDA files when compiling for...
tree
|
commitdiff
2011-07-19
Bill Wendling
Build and install the archive when building the Apple...
tree
|
commitdiff
2011-06-23
Eli Friedman
Fix build for (some versions of?) MinGW. Patch by...
tree
|
commitdiff
2011-06-15
Bill Wendling
Remove the LTO stuff from the profile_rt library's...
tree
|
commitdiff
2011-06-13
Bill Wendling
Add compatibility version when compiling the Apple...
tree
|
commitdiff
2011-05-26
Francois Pichet
Fix MSVC warning regarding mkdir function usage.
tree
|
commitdiff
2011-05-25
Francois Pichet
Fix 3 MSVC warnings:
tree
|
commitdiff
2011-05-05
Nick Lewycky
The computation of string length is not that complicate...
tree
|
commitdiff
2011-05-05
Nick Lewycky
Update the gcov version used slightly, to make it stop...
tree
|
commitdiff
2011-05-04
Nick Lewycky
Create the parent directories to place the .gcda files...
tree
|
commitdiff
2011-05-04
Nick Lewycky
Fix crash when not setting GCOV_PREFIX.
tree
|
commitdiff
2011-04-30
NAKAMURA Takumi
runtime/libprofile/PathProfiling.c: Don't use // commen...
tree
|
commitdiff
2011-04-29
Daniel Dunbar
win32: Include DataTypes.h instead of stdint.h to try...
tree
|
commitdiff
2011-04-29
Daniel Dunbar
Cleanup some DOS newlines.
tree
|
commitdiff
2011-04-29
Francois Pichet
Unbreak the MSVC build:
tree
|
commitdiff
2011-04-29
Nick Lewycky
Rename profile_rt.so to libprofile_rt.so under configur...
tree
|
commitdiff
2011-04-28
Nick Lewycky
Only read *predecessor once so as to fix a theoretical...
tree
|
commitdiff
2011-04-27
Nick Lewycky
Use static inline to do the right thing when built...
tree
|
commitdiff
2011-04-26
Nick Lewycky
Add cmakefiles to build profile_rt.so!
tree
|
commitdiff
2011-04-26
Nick Lewycky
Rename everything to follow LLVM style ... I think.
tree
|
commitdiff
2011-04-16
Benjamin Kramer
Write out uint64_t as i{0..32},i{33..64} instead of...
tree
|
commitdiff
2011-04-16
Nick Lewycky
Don't use C++ comments in C code.
tree
|
commitdiff
2011-04-16
Nick Lewycky
Rename LineProfiling to GCOVProfiling to more accuratel...
tree
|
commitdiff
2011-04-15
Chris Lattner
Fix a ton of comment typos found by codespell. Patch by
tree
|
commitdiff
2011-04-13
Benjamin Kramer
Fix format string warning.
tree
|
commitdiff
2011-04-13
Nick Lewycky
Use %ull here.
tree
|
commitdiff
2011-04-12
Nick Lewycky
Print our uint64_t with the more portable (C99 and...
tree
|
commitdiff
2011-04-12
Nick Lewycky
The counters are unsigned.
tree
|
commitdiff
2011-04-12
Nick Lewycky
Add support for line profiling. Very work-in-progress.
tree
|
commitdiff
2011-01-29
Andrew Trick
Implementation of path profiling.
tree
|
commitdiff
2010-09-03
Mikhail Glushenkov
Rename 'libprofile/exported_symbols.lst' to 'libprofile...
tree
|
commitdiff
2010-04-16
Dan Gohman
Delete a blank line.
tree
|
commitdiff
2010-04-15
Dan Gohman
Make the export files absolute paths, and change Makefi...
tree
|
commitdiff
2010-04-15
Daniel Dunbar
Don't use absolute path for EXPORTED_SYMBOL_FILE, this...
tree
|
commitdiff
2010-02-23
Daniel Dunbar
Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste...
tree
|
commitdiff
2010-01-02
Chris Lattner
remove the random sampling framework, which is not...
tree
|
commitdiff
2009-09-01
Andreas Neustifter
OptimalEdgeProfiling: Creation of profiles.
tree
|
commitdiff
2009-08-28
Andreas Neustifter
Read Makefile.config before using LLVMGCC.
tree
|
commitdiff
2009-08-24
Andreas Neustifter
Add llvm_start_edge_profiling to exported symbols for...
tree
|
commitdiff
2009-08-20
Daniel Dunbar
Don't try to build .bc version of libprofile if LLVMGCC...
tree
|
commitdiff
2009-08-20
Daniel Dunbar
Remove cruft for installing runtime/ libraries directly...
tree
|
commitdiff
2007-12-29
Chris Lattner
remove attribution from a variety of miscellaneous...
tree
|
commitdiff
2007-12-29
Chris Lattner
remove attributions from the rest of the llvm makefiles.
tree
|
commitdiff
2006-11-17
Reid Spencer
Undo removal of the runtime libraries. While this may...
tree
|
commitdiff
2006-11-16
Reid Spencer
In LLVM 2.0 we won't use the runtime libraries as llvm...
tree
|
commitdiff
2006-11-03
Reid Spencer
Remove unused variable.
tree
|
commitdiff
2005-10-18
Chris Lattner
This was never updated for the project makefile changes
tree
|
commitdiff
2005-04-21
Misha Brukman
Remove trailing whitespace
tree
|
commitdiff
2005-01-13
Reid Spencer
Turn on LOADABLE_MODULE so that profile.so can be loade...
tree
|
commitdiff
2004-12-22
Reid Spencer
For PR432:
tree
|
commitdiff
2004-12-13
Reid Spencer
Use the new BYTECODE_DESTINATION to override the defaul...
tree
|
commitdiff
2004-12-02
Reid Spencer
Standardize the makefiles with space around = to match...
tree
|
commitdiff
2004-12-02
Reid Spencer
Standardize the format of the runtime libraries makefiles.
tree
|
commitdiff
2004-12-02
Reid Spencer
Remove this left-over crud from the automake experiment.
tree
|
commitdiff
2004-10-26
Reid Spencer
Add EXTRA_DIST for additional files to be distributed.
tree
|
commitdiff
2004-10-22
Reid Spencer
We won't use automake
tree
|
commitdiff
2004-10-18
Reid Spencer
Initial automake generated Makefile template
tree
|
commitdiff
2004-10-17
Reid Spencer
Initial Makefile.am for building with automake
tree
|
commitdiff
2004-05-04
Brian Gaeke
Share the profile info type enum with the C++ analysis...
tree
|
commitdiff
2004-05-04
Brian Gaeke
Constants for profile info type changed names to match...
tree
|
commitdiff
2004-05-04
Brian Gaeke
Constants for profile info type changed names to match...
tree
|
commitdiff
2004-05-03
Brian Gaeke
Add initial implementation of basic block tracing runtime
tree
|
commitdiff
2004-05-03
Brian Gaeke
Add basic block tracing functions as exported symbols.
tree
|
commitdiff
2004-05-03
Brian Gaeke
Add basic block tracing information as a type of "profi...
tree
|
commitdiff
2004-03-08
Chris Lattner
Add edge profiling support to the runtime library
tree
|
commitdiff
2004-02-10
Chris Lattner
Make sure to copy the null terminator at the end of...
tree
|
commitdiff
2004-02-10
Chris Lattner
Allow the program to take a '-llvmprof-output filename...
tree
|
commitdiff
2004-02-10
Chris Lattner
Make the initialization calls return argc.
tree
|
commitdiff
2003-10-28
Chris Lattner
Actually save and pass in argument information
tree
|
commitdiff
2003-10-28
Chris Lattner
We need to output the number of records we have, so...
tree
|
commitdiff
2003-10-28
Chris Lattner
Initial checkin of function and block profiling runtime...
tree
|
commitdiff