summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
* Make PreVerifyID, IntSigsEnd, and KillSigsEnd const.Dan Gohman2008-05-14
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-11
* Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems withNick Lewycky2008-05-06
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Restore code to disable crash catcher on older OS X systemsNate Begeman2008-04-12
* Make several symbols static.Dan Gohman2008-04-10
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-07
* Added method Path::getDirname().Ted Kremenek2008-04-07
* Re-implemented Path::createDirectoryOnDisk (for Unix).Ted Kremenek2008-04-03
* add some #includes.Chris Lattner2008-04-01
* MappedFile is dead, remove it.Chris Lattner2008-04-01
* Implement Path::MapInFilePages/UnMapFilePages on unix, which Chris Lattner2008-04-01
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-01
* Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner2008-04-01
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-01
* cleanup the MappedFile API and comments. This removes and updatesChris Lattner2008-04-01
* remove DEFINING_FILE_FOR for MappedFile.hChris Lattner2008-04-01
* Actually disable crash reporting on Mac OS X, returning bugpoint to speedyNate Begeman2008-03-31
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-24
* Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson2008-03-22
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-22
* Avoid calling array_endof in a static initializer, as it incursDan Gohman2008-03-21
* Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trickDan Gohman2008-03-21
* this was removed from the Unix side.Chris Lattner2008-03-14
* Remove unused GetAddressOfSymbol()Devang Patel2008-03-13
* Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop.Chris Lattner2008-03-13
* remove extraneous namespace qualifier, PR2142Chris Lattner2008-03-13
* This is a simple fix for getting error messages from dlerror inChris Lattner2008-03-12
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-03
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-27
* Provide __main hooks for cygwin & mingw32Anton Korobeynikov2008-02-22
* Add convenient helper to get suffix of the fileAnton Korobeynikov2008-02-20
* It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...Lauro Ramos Venancio2008-02-15
* Remove use of ltdlDevang Patel2008-02-13
* Set error message.Devang Patel2008-02-04
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-29
* Fix potential buffer overflowAnton Korobeynikov2008-01-24
* Fix compile failures with g++-4.3.Duncan Sands2008-01-09
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* remove attribution from lib Makefiles.Chris Lattner2007-12-29
* Unbreak mingw buildAnton Korobeynikov2007-12-22
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-18
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-18
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-18
* Remove dead file and directory.Chris Lattner2007-12-08
* Provide hook for _alloca to make JITing on Cygwin slightly happier :)Anton Korobeynikov2007-12-03
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-21
* Silence a warning saying that the variables always resolve to "true" in anBill Wendling2007-11-01