summaryrefslogtreecommitdiff
path: root/include/llvm/System
Commit message (Expand)AuthorAge
* Fix some doxygen usage in these headers.Reid Spencer2006-05-19
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-30
* Add some documentation.Reid Spencer2006-01-08
* Fix documentation for the AlarmSetup function.Reid Spencer2005-12-22
* Implement a generic polled Alarm function. This merely removes the systemReid Spencer2005-12-22
* For PR616:Reid Spencer2005-08-24
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-02
* add a new function protoChris Lattner2005-08-02
* support near allocations for the JITAndrew Lenharth2005-07-29
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* Eliminate tabsJeff Cohen2005-07-13
* Win32 support for Mutex class.Jeff Cohen2005-07-13
* For PR540:Reid Spencer2005-07-12
* Final Changes For PR495:Reid Spencer2005-07-08
* fix typoJeff Cohen2005-07-08
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add two new methods for getting the User Id and Group Id values for theReid Spencer2005-04-21
* Do not clean up if the MappedFile was never used or if the client alreadyChris Lattner2005-01-28
* Fix the documentation for executeAndWait so the argument comments areReid Spencer2005-01-11
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-08
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-01
* Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen2005-01-01
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-20
* Wrap long linesReid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-19
* Correct the name of the method. CopyFiles -> CopyFile.Reid Spencer2004-12-18
* Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIRReid Spencer2004-12-15
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-15
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-14
* For PR351:Reid Spencer2004-12-14
* For PR351:Reid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-13
* Make the size() method constReid Spencer2004-12-13
* For PR351:\Reid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* Add in some methods for use by the JIT. LoadLibraryPermanently brings theReid Spencer2004-11-29
* Make the default constructor cause the program's symbols to be loaded asReid Spencer2004-11-29
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-18
* Per code review:Reid Spencer2004-11-16
* Per code review:Reid Spencer2004-11-16
* Changes per code review:Reid Spencer2004-11-14
* *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...Reid Spencer2004-11-14