Age | Commit message (Expand) | Author |
2008-05-21 | Follow-up to the reverting of r51218. This puts the checks out-of-line. Because | Bill Wendling |
2008-05-14 | Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. | Dan Gohman |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-05-11 | Make constructors target-specific. This fixes problems where the path would | Nick Lewycky |
2008-05-06 | Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with | Nick Lewycky |
2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2008-04-12 | Restore code to disable crash catcher on older OS X systems | Nate Begeman |
2008-04-10 | Make several symbols static. | Dan Gohman |
2008-04-07 | Make getDirnameSep a static method (not part of Path's interface). | Ted Kremenek |
2008-04-07 | Added method Path::getDirname(). | Ted Kremenek |
2008-04-03 | Re-implemented Path::createDirectoryOnDisk (for Unix). | Ted Kremenek |
2008-04-01 | add some #includes. | Chris Lattner |
2008-04-01 | MappedFile is dead, remove it. | Chris Lattner |
2008-04-01 | Implement Path::MapInFilePages/UnMapFilePages on unix, which | Chris Lattner |
2008-04-01 | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner |
2008-04-01 | Make MappedFile::map return a const correct pointer, don't leak address space... | Chris Lattner |
2008-04-01 | Remove MappedFile support for mapping files for write and exec | Chris Lattner |
2008-04-01 | cleanup the MappedFile API and comments. This removes and updates | Chris Lattner |
2008-04-01 | remove DEFINING_FILE_FOR for MappedFile.h | Chris Lattner |
2008-03-31 | Actually disable crash reporting on Mac OS X, returning bugpoint to speedy | Nate Begeman |
2008-03-24 | Revert r48676. I had plans for using it, but now it's just dead code. | Owen Anderson |
2008-03-22 | Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead... | Owen Anderson |
2008-03-22 | Add an AllocateRW to match AllocateRWX. | Owen Anderson |
2008-03-21 | Avoid calling array_endof in a static initializer, as it incurs | Dan Gohman |
2008-03-21 | Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trick | Dan Gohman |
2008-03-14 | this was removed from the Unix side. | Chris Lattner |
2008-03-13 | Remove unused GetAddressOfSymbol() | Devang Patel |
2008-03-13 | Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop. | Chris Lattner |
2008-03-13 | remove extraneous namespace qualifier, PR2142 | Chris Lattner |
2008-03-12 | This is a simple fix for getting error messages from dlerror in | Chris Lattner |
2008-03-03 | Stub out a Path::GetMainExecutable call to find the path to the | Chris Lattner |
2008-02-27 | Add path separator support, patch by Sam Bishop. | Chris Lattner |
2008-02-22 | Provide __main hooks for cygwin & mingw32 | Anton Korobeynikov |
2008-02-20 | Add convenient helper to get suffix of the file | Anton Korobeynikov |
2008-02-15 | It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog... | Lauro Ramos Venancio |
2008-02-13 | Remove use of ltdl | Devang Patel |
2008-02-04 | Set error message. | Devang Patel |
2008-01-29 | Use empty() instead of comparing size() with zero. | Dan Gohman |
2008-01-24 | Fix potential buffer overflow | Anton Korobeynikov |
2008-01-09 | Fix compile failures with g++-4.3. | Duncan Sands |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
2007-12-22 | Unbreak mingw build | Anton Korobeynikov |
2007-12-18 | Added "GetCurrentDirectory()" to sys::Path. | Ted Kremenek |
2007-12-18 | Added "isDirectory" method to llvm::sys::Path. | Ted Kremenek |
2007-12-18 | remove obviously dead uses of IncludeFile. | Chris Lattner |
2007-12-08 | Remove dead file and directory. | Chris Lattner |
2007-12-03 | Provide hook for _alloca to make JITing on Cygwin slightly happier :) | Anton Korobeynikov |
2007-11-21 | This change does a couple of things. First it gets the Visual Studio builds ... | Chuck Rose III |