index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
System
/
TimeValue.h
Age
Commit message (
Expand
)
Author
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-18
remove obviously dead uses of IncludeFile.
Chris Lattner
2007-05-03
remove extraneous top-level semi's
Chris Lattner
2006-08-22
Fix some indentation.
Reid Spencer
2006-07-26
For PR780:
Reid Spencer
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-01
Fix bountiful sources of VC++ 'possible loss of data' warnings
Jeff Cohen
2004-12-14
Implement Win32 Path::getStatusInfo(), TimeValue::toString()
Jeff Cohen
2004-11-16
Per code review:
Reid Spencer
2004-11-14
*Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...
Reid Spencer
2004-11-09
Provide conversion from posix time.
Reid Spencer
2004-10-26
Wrap comments at 80 cols
Misha Brukman
2004-10-19
* Fit constructor initializer on a single line
Misha Brukman
2004-10-12
Fix file comment header
Misha Brukman
2004-10-04
Fix #include flavor
Chris Lattner
2004-09-25
Clean up the interface of TimeValue:
Reid Spencer
2004-09-24
Initial implementation of the TimeValue abstraction.
Reid Spencer