| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libprofile/CommonProfiling.c: Fix according to C89. | NAKAMURA Takumi | 2012-11-02 | 1 | -2/+2 |
| | | | | | llvm-svn: 167272 | ||||
| * | PGO: allows the profile data file name to be specified by the LLVMPROF_OUTPUT | Manman Ren | 2012-11-02 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | environment variable. This allows parallel make for profiling code, without it there are file collisions as each parallel run uses the default file name. There is already code in the runtime library to specify the output file name via the command line, but this only works for programs which already process argc/argv. This patch builds on that support. Patch by Alastair Murray. llvm-svn: 167269 | ||||
| * | Switch to c-style comments in a C file. | David Blaikie | 2012-04-27 | 1 | -3/+4 |
| | | | | | llvm-svn: 155726 | ||||
| * | Defensively guard against calling malloc() with a size of zero. | Ted Kremenek | 2012-04-26 | 1 | -0/+9 |
| | | | | | llvm-svn: 155661 | ||||
| * | Fixing a warning in MSVC (this is also a test commit) | Aaron Ballman | 2012-02-05 | 1 | -2/+2 |
| | | | | | llvm-svn: 149844 | ||||
| * | Fix for warnings: ignoring return value of ‘write’, declared with ↵ | Galina Kistanova | 2011-09-22 | 1 | -5/+12 |
| | | | | | | | attribute warn_unused_result. llvm-svn: 140314 | ||||
| * | Unbreak the MSVC build: | Francois Pichet | 2011-04-29 | 1 | -0/+4 |
| | | | | | | | | | - 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 | ||||
| * | Implementation of path profiling. | Andrew Trick | 2011-01-29 | 1 | -20/+33 |
| | | | | | | | | | | | Modified patch by Adam Preuss. This builds on the existing framework for block tracing, edge profiling and optimal edge profiling. See -help-hidden for new flags. For documentation, see the technical report "Implementation of Path Profiling..." in llvm.org/pubs. llvm-svn: 124515 | ||||
| * | remove attribution from a variety of miscellaneous files. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 45425 | ||||
| * | Undo removal of the runtime libraries. While this may have been a bit | Reid Spencer | 2006-11-17 | 1 | -0/+117 |
| | | | | | | | | premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. llvm-svn: 31807 | ||||
| * | In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will | Reid Spencer | 2006-11-16 | 1 | -117/+0 |
| | | | | | | | be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793 | ||||
| * | Remove unused variable. | Reid Spencer | 2006-11-03 | 1 | -1/+0 |
| | | | | | llvm-svn: 31404 | ||||
| * | Constants for profile info type changed names to match the C++ ones. | Brian Gaeke | 2004-05-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 13344 | ||||
| * | Make sure to copy the null terminator at the end of the argv list. Some | Chris Lattner | 2004-02-10 | 1 | -2/+2 |
| | | | | | | | programs use it instead of argc. llvm-svn: 11270 | ||||
| * | Allow the program to take a '-llvmprof-output filename' option to specify | Chris Lattner | 2004-02-10 | 1 | -2/+30 |
| | | | | | | | where to output the profiling data, if llvmprof.out is not good enough. llvm-svn: 11264 | ||||
| * | Make the initialization calls return argc. | Chris Lattner | 2004-02-10 | 1 | -2/+4 |
| | | | | | llvm-svn: 11261 | ||||
| * | Actually save and pass in argument information | Chris Lattner | 2003-10-28 | 1 | -15/+20 |
| | | | | | llvm-svn: 9564 | ||||
| * | We need to output the number of records we have, so we know how many to read ↵ | Chris Lattner | 2003-10-28 | 1 | -0/+1 |
| | | | | | | | in! Doh. llvm-svn: 9555 | ||||
| * | Initial checkin of function and block profiling runtime library | Chris Lattner | 2003-10-28 | 1 | -0/+82 |
| llvm-svn: 9546 | |||||

