aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
Commit message (Expand)AuthorAgeFilesLines
* It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...Lauro Ramos Venancio2008-02-151-44/+2
* Remove use of ltdlDevang Patel2008-02-133-4958/+17
* Set error message.Devang Patel2008-02-041-2/+4
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-1/+1
* Fix potential buffer overflowAnton Korobeynikov2008-01-241-1/+1
* Fix compile failures with g++-4.3.Duncan Sands2008-01-092-0/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-2933-66/+66
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* Unbreak mingw buildAnton Korobeynikov2007-12-221-1/+2
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-182-0/+19
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-182-0/+15
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-183-3/+0
* Remove dead file and directory.Chris Lattner2007-12-081-30/+0
* Provide hook for _alloca to make JITing on Cygwin slightly happier :)Anton Korobeynikov2007-12-031-3/+11
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-212-2/+15
* Silence a warning saying that the variables always resolve to "true" in anBill Wendling2007-11-011-4/+4
* really fix PR1581, thanks to Daniel Dunbar for pointingChris Lattner2007-09-281-1/+1
* Remove spurious consts. This fixes warnings with compilers thatDan Gohman2007-09-141-2/+2
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-3/+4
* Fix PR1581, patch by Timo SavolaChris Lattner2007-07-311-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1840-0/+9867