| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |||||

