| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 207394 | ||||
| * | Teach the pass manager's execution dump to print the current time before | Chandler Carruth | 2014-04-27 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | each line. This is particularly nice for tracking which run of a particular pass over a particular function was slow. This also required making the TimeValue string much more useful. First, there is a standard format for writing out a date and time. Let's use that rather than strings that would have to be parsed. Second, actually output the nanosecond resolution that timevalue claims to have. This is proving useful working on PR19499, so I figured it would be generally useful to commit. llvm-svn: 207385 | ||||
| * | Fix a FIXME about the format and add a test. | Rafael Espindola | 2013-07-11 | 1 | -12/+7 |
| | | | | | | | | While at it, use strftime on Unix too and use the thread safe versions of localtime. llvm-svn: 186090 | ||||
| * | Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() ↵ | Alexey Samsonov | 2013-02-19 | 1 | -1/+2 |
| | | | | | | | is explicitly called during module initialization of lib/Support/Process.cpp. It reads the field of global object PosixZeroTime, which is not guaranteed to be initialized at this point. Found by AddressSanitizer with -fsanitize=init-order option. llvm-svn: 175509 | ||||
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+56 |
| llvm-svn: 120298 | |||||

