aboutsummaryrefslogtreecommitdiff
path: root/lib/System
AgeCommit message (Expand)Author
2008-01-09Fix compile failures with g++-4.3.Duncan Sands
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-12-22Unbreak mingw buildAnton Korobeynikov
2007-12-18Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek
2007-12-18Added "isDirectory" method to llvm::sys::Path.Ted Kremenek
2007-12-18remove obviously dead uses of IncludeFile.Chris Lattner
2007-12-08Remove dead file and directory.Chris Lattner
2007-12-03Provide hook for _alloca to make JITing on Cygwin slightly happier :)Anton Korobeynikov
2007-11-21This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III
2007-11-01Silence a warning saying that the variables always resolve to "true" in anBill Wendling
2007-09-28really fix PR1581, thanks to Daniel Dunbar for pointingChris Lattner
2007-09-14Remove spurious consts. This fixes warnings with compilers thatDan Gohman
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-07-31Fix PR1581, patch by Timo SavolaChris Lattner
2007-07-06finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-06Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...Gabor Greif
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-06-25Provide hook for alloca on VCPP. Patch by Scott GrahamAnton Korobeynikov
2007-06-04Fix LLVM build on NetBSD. Patch by Neil Booth.Devang Patel
2007-05-11Fix a bug where the bcreader could crash on .bc files that were an exactChris Lattner
2007-05-06pull some win32 code into common code, add bitcode identification support.Chris Lattner
2007-05-03silence annoying gcc 4.3 warningsChris Lattner
2007-04-23Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer
2007-04-11Hack to get sys::Path to recognize macho dylibs.Chris Lattner
2007-04-11Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer
2007-04-11Make isDynamicLibrary detect more than just an ELF file.Reid Spencer
2007-04-07Unbreak VC++ build.Jeff Cohen
2007-04-07For PR1291:Reid Spencer
2007-04-04For PR1302:Reid Spencer
2007-03-29Use the stat information in the Path object, if it is already obtained. ThisReid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-29Determine absolute paths the correct way :)Jeff Cohen
2007-03-29Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-19Fix mingw32 buildAnton Korobeynikov
2007-03-09Unbreak mingw32 buildAnton Korobeynikov
2007-03-06Implement PR1240Anton Korobeynikov
2007-03-05Ensure 64-bit correctness.Jeff Cohen
2007-03-05Implement memoryLimit on Windows.Jeff Cohen
2007-03-04fix typoChris Lattner
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-02-01silence warningChris Lattner
2007-01-23Moved disassembler to libSystemAnton Korobeynikov
2007-01-20For PR808:Reid Spencer
2007-01-19Unbreak Darwin.Reid Spencer
2007-01-19Help the lli interpreter find the stderr/stdin/stdout symbols. These areReid Spencer
2007-01-19Handle each of stderr/stdin/stdout separately.Reid Spencer
2007-01-11Avoid taking the address of a macro by checking to see if stdin is definedReid Spencer