aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System
AgeCommit message (Expand)Author
2004-09-11Initial commit of a file to declare the interface for platform independentReid Spencer
2004-09-11Add methods for detecting file types by magic number, getting the file nameReid Spencer
2004-09-11Add methods for detecting different kinds of files by their magic number,Reid Spencer
2004-08-31Initial commit for platform independent system configuration support.Reid Spencer
2004-08-29Put the lib/System interface functions in llvm::sys namespace.Reid Spencer
2004-08-29Initial commit of the platform agnostic interface to finding and executingReid Spencer
2004-08-29Add a function to remove whole directorys on fatal signal.Reid Spencer
2004-08-29Revise the design of the Path concept per peer review. Too many changes toReid Spencer
2004-08-25Initial implementation of the Path operating system concept.Reid Spencer
2004-08-16Back out include/llvm/System changes until a satisfactory solution canReid Spencer
2004-08-15First version of a class to represent the notion of an operating systemReid Spencer
2004-08-15First version of a class to represent operating system and lib/SystemReid Spencer
2004-07-17Added a README to point users to the documentation on the design of thisReid Spencer
2004-05-27Moved header from include/Support/ to include/llvm/SystemChris Lattner
2004-02-19Add a new functionChris Lattner
2003-12-31doxygenifyChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-08-01This file doesn't need this includeChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2002-12-12Fix headerChris Lattner
2002-04-18New api for signal handling for LLVM toolsChris Lattner