summaryrefslogtreecommitdiff
path: root/include/llvm/System
Commit message (Expand)AuthorAge
* Fix file comment headerMisha Brukman2004-10-12
* Fix #include flavorChris Lattner2004-10-04
* Minor corrections suggested by Chris' ever-watchful eye.Reid Spencer2004-10-04
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-04
* Clean up the interface of TimeValue:Reid Spencer2004-09-25
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-24
* Add the GetLibraryPath method.Reid Spencer2004-09-13
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-13
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-13
* Initial commit of a file to declare the interface for platform independentReid Spencer2004-09-11
* Add methods for detecting file types by magic number, getting the file nameReid Spencer2004-09-11
* Add methods for detecting different kinds of files by their magic number,Reid Spencer2004-09-11
* Initial commit for platform independent system configuration support.Reid Spencer2004-08-31
* Put the lib/System interface functions in llvm::sys namespace.Reid Spencer2004-08-29
* Initial commit of the platform agnostic interface to finding and executingReid Spencer2004-08-29
* Add a function to remove whole directorys on fatal signal.Reid Spencer2004-08-29
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-29
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-25
* Back out include/llvm/System changes until a satisfactory solution canReid Spencer2004-08-16
* First version of a class to represent the notion of an operating systemReid Spencer2004-08-15
* First version of a class to represent operating system and lib/SystemReid Spencer2004-08-15
* Added a README to point users to the documentation on the design of thisReid Spencer2004-07-17
* Moved header from include/Support/ to include/llvm/SystemChris Lattner2004-05-27
* Add a new functionChris Lattner2004-02-19
* doxygenifyChris Lattner2003-12-31
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* This file doesn't need this includeChris Lattner2003-08-01
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Fix headerChris Lattner2002-12-12
* New api for signal handling for LLVM toolsChris Lattner2002-04-18