aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System
AgeCommit message (Expand)Author
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Add two new methods for getting the User Id and Group Id values for theReid Spencer
2005-01-28Do not clean up if the MappedFile was never used or if the client alreadyChris Lattner
2005-01-11Fix the documentation for executeAndWait so the argument comments areReid Spencer
2005-01-08Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen
2005-01-01Add functions for determining if the stdin/out/err is connected to aReid Spencer
2005-01-01Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-20For PR351:Reid Spencer
2004-12-20Wrap long linesReid Spencer
2004-12-19For PR351:Reid Spencer
2004-12-18Correct the name of the method. CopyFiles -> CopyFile.Reid Spencer
2004-12-15Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIRReid Spencer
2004-12-15Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-14Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen
2004-12-14For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-13* Add a std::ostream inserter for sys::PathReid Spencer
2004-12-13Make the size() method constReid Spencer
2004-12-13For PR351:\Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-29Add in some methods for use by the JIT. LoadLibraryPermanently brings theReid Spencer
2004-11-29Make the default constructor cause the program's symbols to be loaded asReid Spencer
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-14Changes per code review:Reid Spencer
2004-11-14*Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...Reid Spencer
2004-11-14Make the remove*OnSignal functions deal with Paths not stringsReid Spencer
2004-11-14*Put the StatusInfo type in the right section. *Provide the ability to rename...Reid Spencer
2004-11-14Allow explicit closing of the MappedFile, before destructionReid Spencer
2004-11-09Provide conversion from posix time.Reid Spencer
2004-11-09* Implement getStatusInfo for getting stat(2) like informationReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-10-26Wrap comments at 80 colsMisha Brukman
2004-10-19* Fit constructor initializer on a single lineMisha Brukman
2004-10-12Fix file comment headerMisha Brukman
2004-10-04Fix #include flavorChris Lattner
2004-10-04Minor corrections suggested by Chris' ever-watchful eye.Reid Spencer
2004-10-04First version of the MappedFile abstraction for operating system idependentReid Spencer
2004-09-25Clean up the interface of TimeValue:Reid Spencer
2004-09-24Initial implementation of the TimeValue abstraction.Reid Spencer
2004-09-13Add the GetLibraryPath method.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