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
Age
Commit message (
Expand
)
Author
2008-03-03
Stub out a Path::GetMainExecutable call to find the path to the
Chris Lattner
2008-02-27
Add path separator support, patch by Sam Bishop.
Chris Lattner
2008-02-20
Add convenient helper to get suffix of the file
Anton Korobeynikov
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-18
Added "GetCurrentDirectory()" to sys::Path.
Ted Kremenek
2007-12-18
Added "isDirectory" method to llvm::sys::Path.
Ted Kremenek
2007-12-18
remove obviously dead uses of IncludeFile.
Chris Lattner
2007-12-12
Remove host endianness info from TargetData and
Duncan Sands
2007-08-05
Fix minor doxygen nits.
Reid Spencer
2007-07-06
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-06
add support for identifying bitcode files
Chris Lattner
2007-05-03
remove extraneous type qualifiers
Chris Lattner
2007-05-03
remove extraneous top-level semi's
Chris Lattner
2007-04-29
Jeff's fix was fine
Chris Lattner
2007-04-29
add missing ctor
Chris Lattner
2007-04-29
Fix MemoryBuffer breakage correctly.
Jeff Cohen
2007-04-29
new method for creating a path, which does not create a temporary string.
Chris Lattner
2007-04-11
Teach sys::Path how to recognize different kinds of object files for ELF
Reid Spencer
2007-04-08
Implement the output inserter for PathWithStatus
Reid Spencer
2007-04-07
For PR1291:
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-03-29
uniqueID is a uint64_t (caught by VC++)
Jeff Cohen
2007-03-29
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
Don't forget to delete the FileStatus structure on destruction of Path.
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-03-06
Implement PR1240
Anton Korobeynikov
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-01-23
Moved disassembler to libSystem
Anton Korobeynikov
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-08-27
make optional pointer really optional
Chris Lattner
2006-08-25
For PR797:
Reid Spencer
2006-08-25
For PR797:
Reid Spencer
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-22
Fix some indentation.
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-08-21
For PR797:
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
[next]