aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-056-6/+0
* Remove trailing whitespaceMisha Brukman2005-04-218-160/+160
* Add two new methods for getting the User Id and Group Id values for theReid Spencer2005-04-211-0/+10
* Do not clean up if the MappedFile was never used or if the client alreadyChris Lattner2005-01-281-1/+1
* Fix the documentation for executeAndWait so the argument comments areReid Spencer2005-01-111-19/+16
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-081-2/+2
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-011-0/+15
* Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen2005-01-011-2/+2
* For PR351:Reid Spencer2004-12-271-0/+6
* For PR351:Reid Spencer2004-12-271-30/+0
* For PR351:Reid Spencer2004-12-201-0/+31
* Wrap long linesReid Spencer2004-12-201-2/+3
* For PR351:Reid Spencer2004-12-191-4/+15
* Correct the name of the method. CopyFiles -> CopyFile.Reid Spencer2004-12-181-1/+1
* Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIRReid Spencer2004-12-151-24/+25
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-151-2/+2
* For PR351:Reid Spencer2004-12-151-1/+16
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-141-0/+8
* For PR351:Reid Spencer2004-12-141-10/+15
* For PR351:Reid Spencer2004-12-131-0/+16
* For PR351: \Reid Spencer2004-12-131-0/+15
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-131-1/+7
* Make the size() method constReid Spencer2004-12-131-2/+2
* For PR351:\Reid Spencer2004-12-131-25/+29
* Path::get -> Path::toStringReid Spencer2004-12-111-3/+3
* Add in some methods for use by the JIT. LoadLibraryPermanently brings theReid Spencer2004-11-291-0/+25
* Make the default constructor cause the program's symbols to be loaded asReid Spencer2004-11-291-2/+10
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+80
* Per code review:Reid Spencer2004-11-161-11/+11
* Per code review:Reid Spencer2004-11-161-9/+7
* Changes per code review:Reid Spencer2004-11-141-14/+21
* *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...Reid Spencer2004-11-141-4/+16
* Make the remove*OnSignal functions deal with Paths not stringsReid Spencer2004-11-141-2/+2
* *Put the StatusInfo type in the right section. *Provide the ability to rename...Reid Spencer2004-11-141-19/+72
* Allow explicit closing of the MappedFile, before destructionReid Spencer2004-11-141-0/+2
* Provide conversion from posix time.Reid Spencer2004-11-091-0/+9
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-091-0/+30
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-37/+37
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+1
* Wrap comments at 80 colsMisha Brukman2004-10-261-1/+2
* * Fit constructor initializer on a single lineMisha Brukman2004-10-191-3/+2
* Fix file comment headerMisha Brukman2004-10-121-1/+1
* Fix #include flavorChris Lattner2004-10-041-1/+1
* Minor corrections suggested by Chris' ever-watchful eye.Reid Spencer2004-10-041-9/+4
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-041-0/+160
* Clean up the interface of TimeValue:Reid Spencer2004-09-251-207/+171
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-241-0/+391
* Add the GetLibraryPath method.Reid Spencer2004-09-131-0/+11
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-131-23/+33
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-131-22/+14