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
/
Path.h
Age
Commit message (
Expand
)
Author
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-08-23
For PR797:
Reid Spencer
2006-08-23
Fix constructor documentation.
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-08-22
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
Reid Spencer
2006-08-01
Remove some now-dead methods. Use getFileStatus instead.
Chris Lattner
2006-07-28
Modify setStatusInfoOnDisk to not throw an exception.
Chris Lattner
2006-07-28
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2006-07-28
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-26
For PR780:
Reid Spencer
2006-07-07
#include <iosfwd> not <ostream>
Chris Lattner
2006-06-08
For PR804:
Reid Spencer
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2005-07-27
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-08
Final Changes For PR495:
Reid Spencer
2005-07-08
fix typo
Jeff Cohen
2005-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
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
2004-12-18
Correct the name of the method. CopyFiles -> CopyFile.
Reid Spencer
2004-12-15
Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIR
Reid Spencer
2004-12-15
Fix a file overwrite bug in llvm-ar introduced by changes to
Reid Spencer
2004-12-15
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
For PR351: \
Reid Spencer
2004-12-13
* Add a std::ostream inserter for sys::Path
Reid Spencer
2004-12-13
For PR351:\
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-11-16
Per code review:
Reid Spencer
2004-11-14
Changes per code review:
Reid Spencer
2004-11-14
*Put the StatusInfo type in the right section. *Provide the ability to rename...
Reid Spencer
2004-11-09
* Implement getStatusInfo for getting stat(2) like information
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-09-13
Add the GetLibraryPath method.
Reid Spencer
2004-09-11
Add methods for detecting file types by magic number, getting the file name
Reid Spencer
2004-08-29
Revise the design of the Path concept per peer review. Too many changes to
Reid Spencer
2004-08-25
Initial implementation of the Path operating system concept.
Reid Spencer
2004-08-16
Back out include/llvm/System changes until a satisfactory solution can
Reid Spencer
2004-08-15
First version of a class to represent the notion of an operating system
Reid Spencer