| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sys::Path::makeAbsolute(). | Daniel Dunbar | 2009-04-09 | 1 | -0/+4 |
* | Add llvm::sys::getHostTriple and remove | Daniel Dunbar | 2009-03-31 | 1 | -6/+8 |
* | Add a new 'AddSignalHandler' function to Signals.h that allows | Chris Lattner | 2009-03-04 | 1 | -6/+5 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -1/+2 |
* | 80-column violation. | Mikhail Glushenkov | 2009-02-08 | 1 | -6/+6 |
* | Add a Sleep() function. | Mikhail Glushenkov | 2009-02-08 | 1 | -5/+10 |
* | Make Mutex's constructor explicit, and tidy up whitespace. | Dan Gohman | 2009-02-06 | 1 | -3/+3 |
* | rename methods in System/Host to be more consistent. | Chris Lattner | 2009-01-22 | 1 | -7/+7 |
* | Update the stub and callback code to handle lazy compilation. The stub | Jim Grosbach | 2008-10-20 | 1 | -0/+8 |
* | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach | 2008-10-03 | 1 | -2/+7 |
* | Add llvm::sys::{osName,osVersion} for retrieving operating system name | Daniel Dunbar | 2008-10-02 | 1 | -0/+9 |
* | Preliminary support for systems which require changing JIT memory regions pri... | Evan Cheng | 2008-09-18 | 1 | -0/+5 |
* | add a helper method to sys::Path for clang, patch by | Chris Lattner | 2008-08-11 | 1 | -0/+6 |
* | Add a new InvalidateInstructionCache method to sys::Memory. | Chris Lattner | 2008-06-25 | 1 | -26/+29 |
* | Add support for building on solaris, working around namespace | Chris Lattner | 2008-06-24 | 1 | -0/+40 |
* | Add comment. | Matthijs Kooijman | 2008-06-16 | 1 | -0/+3 |
* | Prune and tidy #includes. | Dan Gohman | 2008-05-29 | 1 | -1/+0 |
* | Follow-up to the reverting of r51218. This puts the checks out-of-line. Because | Bill Wendling | 2008-05-21 | 1 | -9/+3 |
* | Reverting r51218 because of breakage on PPC32. | Bill Wendling | 2008-05-20 | 1 | -4/+3 |
* | add missing #include. | Chris Lattner | 2008-05-18 | 1 | -0/+1 |
* | On Darwin, the string header file isn't 64-bit clean. The use of | Bill Wendling | 2008-05-17 | 1 | -3/+3 |
* | Make constructors target-specific. This fixes problems where the path would | Nick Lewycky | 2008-05-11 | 1 | -3/+2 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 6 | -19/+0 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -4/+4 |
* | Add "empty()" method to sys::Path and remove unnecessary whitespace. | Bill Wendling | 2008-04-16 | 1 | -39/+42 |
* | Make getDirnameSep a static method (not part of Path's interface). | Ted Kremenek | 2008-04-07 | 1 | -7/+0 |
* | Added method Path::getDirname(). | Ted Kremenek | 2008-04-07 | 1 | -0/+12 |
* | MappedFile is dead, remove it. | Chris Lattner | 2008-04-01 | 1 | -85/+0 |
* | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner | 2008-04-01 | 1 | -0/+23 |
* | Make MappedFile::map return a const correct pointer, don't leak address space... | Chris Lattner | 2008-04-01 | 1 | -4/+2 |
* | Remove the MappedFile::charBase member, rename base -> getBase() and | Chris Lattner | 2008-04-01 | 1 | -13/+3 |
* | add an accessor. | Chris Lattner | 2008-04-01 | 1 | -0/+3 |
* | Remove MappedFile support for mapping files for write and exec | Chris Lattner | 2008-04-01 | 1 | -24/+4 |
* | cleanup the MappedFile API and comments. This removes and updates | Chris Lattner | 2008-04-01 | 1 | -95/+40 |
* | remove DEFINING_FILE_FOR for MappedFile.h | Chris Lattner | 2008-04-01 | 1 | -4/+1 |
* | Revert r48676. I had plans for using it, but now it's just dead code. | Owen Anderson | 2008-03-24 | 1 | -13/+0 |
* | Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead... | Owen Anderson | 2008-03-22 | 1 | -0/+8 |
* | Add an AllocateRW to match AllocateRWX. | Owen Anderson | 2008-03-22 | 1 | -0/+5 |
* | Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trick | Dan Gohman | 2008-03-21 | 1 | -4/+17 |
* | Restore this member, which is used on win32. | Chris Lattner | 2008-03-14 | 1 | -2/+1 |
* | Remove unused GetAddressOfSymbol() | Devang Patel | 2008-03-13 | 1 | -25/+2 |
* | Stub out a Path::GetMainExecutable call to find the path to the | Chris Lattner | 2008-03-03 | 1 | -0/+4 |
* | Add path separator support, patch by Sam Bishop. | Chris Lattner | 2008-02-27 | 1 | -0/+4 |
* | Add convenient helper to get suffix of the file | Anton Korobeynikov | 2008-02-20 | 1 | -0/+8 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 13 | -26/+26 |
* | Added "GetCurrentDirectory()" to sys::Path. | Ted Kremenek | 2007-12-18 | 1 | -0/+5 |
* | Added "isDirectory" method to llvm::sys::Path. | Ted Kremenek | 2007-12-18 | 1 | -1/+7 |
* | remove obviously dead uses of IncludeFile. | Chris Lattner | 2007-12-18 | 3 | -9/+0 |
* | Remove host endianness info from TargetData and | Duncan Sands | 2007-12-12 | 1 | -0/+36 |
* | Fix minor doxygen nits. | Reid Spencer | 2007-08-05 | 1 | -8/+11 |