index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
Age
Commit message (
Expand
)
Author
2004-11-09
Fix isBytecodeFile to correctly recognized compressed bytecode too.
Reid Spencer
2004-11-09
* Implement getStatusInfo for getting stat(2) like information
Reid Spencer
2004-11-08
Fix a typo: isvalid -> isValid
Reid Spencer
2004-11-07
Consistently use llvm.cs.uiuc.edu instead of llvm.org
Misha Brukman
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-26
Add EXTRA_DIST for additional files to be distributed.
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-19
Fix some grammar
Misha Brukman
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-18
AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir()
Misha Brukman
2004-10-14
Allow this file to compile on Darwin.
Reid Spencer
2004-10-14
Use __MINGW instead of __MING. Patch contributed by Henrik Bach.
Reid Spencer
2004-10-14
Get proper BSD #includes for MappedFile implementation.
Reid Spencer
2004-10-14
Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.
Reid Spencer
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-05
Must include sys/stat.h before declaring a 'struct stat'
Brian Gaeke
2004-10-05
Adjust sys/stat.h inclusion so its only for SunOS.
Reid Spencer
2004-10-05
Added a couple of includes to get this to compile on Sparc.
Tanya Lattner
2004-10-05
Solaris doesn't have MAP_FILE.
Chris Lattner
2004-10-04
First version of the MappedFile abstraction for operating system idependent
Reid Spencer
2004-09-30
That should actually be __MING, not __MINGW.
Misha Brukman
2004-09-30
Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.
Misha Brukman
2004-09-29
Improve validity checking of windows path names and fix file creation
Reid Spencer
2004-09-28
Use llvm::sys::Path to destroy the file.
Reid Spencer
2004-09-28
Win32 implementation of TimeValue::now().
Reid Spencer
2004-09-28
FreeBSD implementation of the TimeValue::now() method.
Reid Spencer
2004-09-25
Updated to reflect changes in the interface of TimeValue::now().
Reid Spencer
2004-09-25
Added stub implementations of TimeValue concept for remaining platforms.
Reid Spencer
2004-09-25
Wrap to 80 cols.
Reid Spencer
2004-09-24
Initial implementation of the TimeValue abstraction.
Reid Spencer
2004-09-23
Patch for MINGW. Patch provided by Henrik Bach.
Reid Spencer
2004-09-19
Minor correction to Signals implementation.
Reid Spencer
2004-09-18
Use the /dev/zero device as the device on which the pages are mapped.
Reid Spencer
2004-09-18
Porting of Unix implementation to Win32.
Reid Spencer
2004-09-18
Get rid of file descriptor leak in create_file.
Reid Spencer
2004-09-17
Make sure critical sections are entered before trying to leave them.
Reid Spencer
2004-09-16
Allow "bc" as suffix for bytecode files.
Reid Spencer
2004-09-16
Implement the signals interface for Win32.
Reid Spencer
2004-09-15
Patches to make this file actually compile under windows.
Reid Spencer
2004-09-15
Initial version of the SysConfig abstraction for Win32.
Reid Spencer
2004-09-15
First version of a common header file for Win32 implementations.
Reid Spencer
2004-09-15
Initial implementation of the Process abstraction for Win32.
Reid Spencer
2004-09-15
Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&
Reid Spencer
2004-09-14
Fix a compilation error.
Reid Spencer
2004-09-14
Implement the GetLibraryPath function.
Reid Spencer
2004-09-13
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-13
Clean up the interface and implementation of sys::Program so that it is
Reid Spencer
2004-09-11
Fix typo: sterror -> strerror
Reid Spencer
[next]