aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
...
* *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
* Initial commit of a file to declare the interface for platform independentReid Spencer2004-09-111-0/+53
* Add methods for detecting file types by magic number, getting the file nameReid Spencer2004-09-111-1/+38
* Add methods for detecting different kinds of files by their magic number,Reid Spencer2004-09-111-0/+42
* Initial commit for platform independent system configuration support.Reid Spencer2004-08-311-0/+30
* Put the lib/System interface functions in llvm::sys namespace.Reid Spencer2004-08-291-0/+2
* Initial commit of the platform agnostic interface to finding and executingReid Spencer2004-08-291-0/+77
* Add a function to remove whole directorys on fatal signal.Reid Spencer2004-08-291-6/+14
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-291-118/+372
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-252-0/+166
* Back out include/llvm/System changes until a satisfactory solution canReid Spencer2004-08-163-436/+0
* First version of a class to represent the notion of an operating systemReid Spencer2004-08-151-0/+214
* First version of a class to represent operating system and lib/SystemReid Spencer2004-08-151-0/+208
* Added a README to point users to the documentation on the design of thisReid Spencer2004-07-171-0/+14
* Moved header from include/Support/ to include/llvm/SystemChris Lattner2004-05-271-3/+3
* Add a new functionChris Lattner2004-02-191-0/+3
* doxygenifyChris Lattner2003-12-311-4/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* This file doesn't need this includeChris Lattner2003-08-011-5/+0
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-0/+5
* Fix headerChris Lattner2002-12-121-1/+2
* New api for signal handling for LLVM toolsChris Lattner2002-04-181-0/+18