aboutsummaryrefslogtreecommitdiff
path: root/lib/System
AgeCommit message (Expand)Author
2004-11-09Fix isBytecodeFile to correctly recognized compressed bytecode too.Reid Spencer
2004-11-09* Implement getStatusInfo for getting stat(2) like informationReid Spencer
2004-11-08Fix a typo: isvalid -> isValidReid Spencer
2004-11-07Consistently use llvm.cs.uiuc.edu instead of llvm.orgMisha Brukman
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-19Fix some grammarMisha Brukman
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-18AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir()Misha Brukman
2004-10-14Allow this file to compile on Darwin.Reid Spencer
2004-10-14Use __MINGW instead of __MING. Patch contributed by Henrik Bach.Reid Spencer
2004-10-14Get proper BSD #includes for MappedFile implementation.Reid Spencer
2004-10-14Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.Reid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-10-05Must include sys/stat.h before declaring a 'struct stat'Brian Gaeke
2004-10-05Adjust sys/stat.h inclusion so its only for SunOS.Reid Spencer
2004-10-05Added a couple of includes to get this to compile on Sparc.Tanya Lattner
2004-10-05Solaris doesn't have MAP_FILE.Chris Lattner
2004-10-04First version of the MappedFile abstraction for operating system idependentReid Spencer
2004-09-30That should actually be __MING, not __MINGW.Misha Brukman
2004-09-30Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman
2004-09-29Improve validity checking of windows path names and fix file creationReid Spencer
2004-09-28Use llvm::sys::Path to destroy the file.Reid Spencer
2004-09-28Win32 implementation of TimeValue::now().Reid Spencer
2004-09-28FreeBSD implementation of the TimeValue::now() method.Reid Spencer
2004-09-25Updated to reflect changes in the interface of TimeValue::now().Reid Spencer
2004-09-25Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer
2004-09-25Wrap to 80 cols.Reid Spencer
2004-09-24Initial implementation of the TimeValue abstraction.Reid Spencer
2004-09-23Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer
2004-09-19Minor correction to Signals implementation.Reid Spencer
2004-09-18Use the /dev/zero device as the device on which the pages are mapped.Reid Spencer
2004-09-18Porting of Unix implementation to Win32.Reid Spencer
2004-09-18Get rid of file descriptor leak in create_file.Reid Spencer
2004-09-17Make sure critical sections are entered before trying to leave them.Reid Spencer
2004-09-16Allow "bc" as suffix for bytecode files.Reid Spencer
2004-09-16Implement the signals interface for Win32.Reid Spencer
2004-09-15Patches to make this file actually compile under windows.Reid Spencer
2004-09-15Initial version of the SysConfig abstraction for Win32.Reid Spencer
2004-09-15First version of a common header file for Win32 implementations.Reid Spencer
2004-09-15Initial implementation of the Process abstraction for Win32.Reid Spencer
2004-09-15Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&Reid Spencer
2004-09-14Fix a compilation error.Reid Spencer
2004-09-14Implement the GetLibraryPath function.Reid Spencer
2004-09-13Simplify the sys::Memory interface per Chris' request.Reid Spencer
2004-09-13Clean up the interface and implementation of sys::Program so that it isReid Spencer
2004-09-11Fix typo: sterror -> strerrorReid Spencer