summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
* Silence a warning saying that the variables always resolve to "true" in anBill Wendling2007-11-01
* really fix PR1581, thanks to Daniel Dunbar for pointingChris Lattner2007-09-28
* Remove spurious consts. This fixes warnings with compilers thatDan Gohman2007-09-14
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-07
* Fix PR1581, patch by Timo SavolaChris Lattner2007-07-31
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-06
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...Gabor Greif2007-07-06
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Provide hook for alloca on VCPP. Patch by Scott GrahamAnton Korobeynikov2007-06-25
* Fix LLVM build on NetBSD. Patch by Neil Booth.Devang Patel2007-06-04
* Fix a bug where the bcreader could crash on .bc files that were an exactChris Lattner2007-05-11
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-06
* silence annoying gcc 4.3 warningsChris Lattner2007-05-03
* Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer2007-04-23
* Hack to get sys::Path to recognize macho dylibs.Chris Lattner2007-04-11
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-11
* Make isDynamicLibrary detect more than just an ELF file.Reid Spencer2007-04-11
* Unbreak VC++ build.Jeff Cohen2007-04-07
* For PR1291:Reid Spencer2007-04-07
* For PR1302:Reid Spencer2007-04-04
* Use the stat information in the Path object, if it is already obtained. ThisReid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* Determine absolute paths the correct way :)Jeff Cohen2007-03-29
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* Fix mingw32 buildAnton Korobeynikov2007-03-19
* Unbreak mingw32 buildAnton Korobeynikov2007-03-09
* Implement PR1240Anton Korobeynikov2007-03-06
* Ensure 64-bit correctness.Jeff Cohen2007-03-05
* Implement memoryLimit on Windows.Jeff Cohen2007-03-05
* fix typoChris Lattner2007-03-04
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* silence warningChris Lattner2007-02-01
* Moved disassembler to libSystemAnton Korobeynikov2007-01-23
* For PR808:Reid Spencer2007-01-20
* Unbreak Darwin.Reid Spencer2007-01-19
* Help the lli interpreter find the stderr/stdin/stdout symbols. These areReid Spencer2007-01-19
* Handle each of stderr/stdin/stdout separately.Reid Spencer2007-01-19
* Avoid taking the address of a macro by checking to see if stdin is definedReid Spencer2007-01-11
* Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This isReid Spencer2007-01-10
* Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov2006-12-19
* Eliminate "control reaches end of non-void function" warnings.Reid Spencer2006-12-05
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Get rid of unused variable.Reid Spencer2006-11-02
* Use new config.h macroChris Lattner2006-09-14
* On Mac OS/X, make Process::PreventCoreFiles disable crash reporter forChris Lattner2006-09-14
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-01
* Guess what happens when asserts are disabled. :(Chris Lattner2006-08-30
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-28