aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
...
* 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