aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
Commit message (Expand)AuthorAgeFilesLines
* Fix PR1581, patch by Timo SavolaChris Lattner2007-07-311-1/+1
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-061-1/+1
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-16/+0
* Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...Gabor Greif2007-07-061-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-1/+1
* Provide hook for alloca on VCPP. Patch by Scott GrahamAnton Korobeynikov2007-06-251-4/+18
* Fix LLVM build on NetBSD. Patch by Neil Booth.Devang Patel2007-06-041-0/+2
* Fix a bug where the bcreader could crash on .bc files that were an exactChris Lattner2007-05-111-0/+1
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-063-46/+29
* silence annoying gcc 4.3 warningsChris Lattner2007-05-031-2/+4
* Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer2007-04-231-0/+2
* Hack to get sys::Path to recognize macho dylibs.Chris Lattner2007-04-111-4/+7
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-111-7/+25
* Make isDynamicLibrary detect more than just an ELF file.Reid Spencer2007-04-111-2/+10
* Unbreak VC++ build.Jeff Cohen2007-04-072-32/+32
* For PR1291:Reid Spencer2007-04-073-63/+68
* For PR1302:Reid Spencer2007-04-041-9/+38
* Use the stat information in the Path object, if it is already obtained. ThisReid Spencer2007-03-291-4/+3
* For PR789:Reid Spencer2007-03-294-50/+57
* Determine absolute paths the correct way :)Jeff Cohen2007-03-291-3/+9
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-292-0/+8
* For PR789:Reid Spencer2007-03-292-26/+49
* Fix mingw32 buildAnton Korobeynikov2007-03-191-0/+1
* Unbreak mingw32 buildAnton Korobeynikov2007-03-091-0/+8
* Implement PR1240Anton Korobeynikov2007-03-061-0/+10
* Ensure 64-bit correctness.Jeff Cohen2007-03-051-1/+1
* Implement memoryLimit on Windows.Jeff Cohen2007-03-052-6/+52
* fix typoChris Lattner2007-03-041-2/+2
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-162-0/+31
* silence warningChris Lattner2007-02-011-0/+1
* Moved disassembler to libSystemAnton Korobeynikov2007-01-231-0/+65
* For PR808:Reid Spencer2007-01-201-1/+1
* Unbreak Darwin.Reid Spencer2007-01-191-3/+0
* Help the lli interpreter find the stderr/stdin/stdout symbols. These areReid Spencer2007-01-191-3/+19
* Handle each of stderr/stdin/stdout separately.Reid Spencer2007-01-191-0/+4
* Avoid taking the address of a macro by checking to see if stdin is definedReid Spencer2007-01-111-0/+4
* Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This isReid Spencer2007-01-101-2/+12
* Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov2006-12-191-0/+25
* Eliminate "control reaches end of non-void function" warnings.Reid Spencer2006-12-051-0/+3
* Unbreak VC++ build.Jeff Cohen2006-11-051-0/+5
* Get rid of unused variable.Reid Spencer2006-11-021-1/+1
* Use new config.h macroChris Lattner2006-09-141-2/+2
* On Mac OS/X, make Process::PreventCoreFiles disable crash reporter forChris Lattner2006-09-141-7/+29
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-014-20/+24
* Guess what happens when asserts are disabled. :(Chris Lattner2006-08-301-1/+2
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-281-1/+1
* For PR797:Reid Spencer2006-08-259-76/+67
* For PR797:Reid Spencer2006-08-252-8/+7
* For PR797:Reid Spencer2006-08-241-42/+37
* Turn off exception handling for this library. It no longer throws norReid Spencer2006-08-231-1/+0