aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-223-3/+3
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-301-0/+14
* Add some documentation.Reid Spencer2006-01-081-0/+2
* Fix documentation for the AlarmSetup function.Reid Spencer2005-12-221-2/+5
* Implement a generic polled Alarm function. This merely removes the systemReid Spencer2005-12-221-0/+42
* For PR616:Reid Spencer2005-08-241-0/+2
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-021-1/+2
* add a new function protoChris Lattner2005-08-021-0/+9
* support near allocations for the JITAndrew Lenharth2005-07-291-1/+3
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-273-32/+32
* Eliminate tabsJeff Cohen2005-07-131-2/+2
* Win32 support for Mutex class.Jeff Cohen2005-07-131-3/+3
* For PR540:Reid Spencer2005-07-121-0/+82
* Final Changes For PR495:Reid Spencer2005-07-081-124/+129
* fix typoJeff Cohen2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-071-97/+55
* For PR495:Reid Spencer2005-07-071-3/+11
* 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