Use df_ext_iterator to capture the reachable set without allocating an extra set.
[oota-llvm.git] / lib / System /
2008-06-27 Seo SanghyeonFix GetMainExecutable. Patch by Sam Bishop.
2008-06-26 Matthijs KooijmanMake LLVM compile on DragonFly BSD (PR2499).
2008-06-26 Bill WendlingCleanup for unitialized types. Patch by Jean-Daniel...
2008-06-26 Chris Lattner"An improved Mach-O file type detection for sys::Identi...
2008-06-25 Chris Lattnerfix compilation errors in my previous patch
2008-06-25 Chris LattnerAdd a new InvalidateInstructionCache method to sys...
2008-06-21 Dan GohmanUse static_cast instead of reinterpret_cast for casting...
2008-06-16 Argyrios KyrtzidisMinor comment fix.
2008-06-15 Wojciech MatyjewiczAdd a missing semicolon.
2008-06-15 Argyrios KyrtzidisFix the sys::Path::getSuffix() implementation.
2008-06-15 Argyrios KyrtzidisFix the environment block that is passed to the CreateP...
2008-06-12 Matthijs KooijmanFix redirection of stderr in sys::Program::ExecuteAndWa...
2008-06-12 Matthijs KooijmanMake I/O redirection handling in sys::Program a bit...
2008-06-06 Anton KorobeynikovProvide hooks for libgcc symbols' address resolution...
2008-05-29 Bill WendlingUnbreak build.
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-21 Bill WendlingFollow-up to the reverting of r51218. This puts the...
2008-05-14 Dan GohmanMake PreVerifyID, IntSigsEnd, and KillSigsEnd const.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-11 Nick LewyckyMake constructors target-specific. This fixes problems...
2008-05-06 Nick LewyckyFix renamePathOnDisk on Win32, patch from David Leon...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-12 Nate BegemanRestore code to disable crash catcher on older OS X...
2008-04-10 Dan GohmanMake several symbols static.
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-03 Ted KremenekRe-implemented Path::createDirectoryOnDisk (for Unix).
2008-04-01 Chris Lattneradd some #includes.
2008-04-01 Chris LattnerMappedFile is dead, remove it.
2008-04-01 Chris LattnerImplement Path::MapInFilePages/UnMapFilePages on unix...
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-04-01 Chris LattnerMake MappedFile::map return a const correct pointer...
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-04-01 Chris Lattnercleanup the MappedFile API and comments. This removes...
2008-04-01 Chris Lattnerremove DEFINING_FILE_FOR for MappedFile.h
2008-03-31 Nate BegemanActually disable crash reporting on Mac OS X, returning...
2008-03-24 Owen AndersonRevert r48676. I had plans for using it, but now it...
2008-03-22 Owen AndersonAdd a comment, and fix a bug where AllocateRW recurred...
2008-03-22 Owen AndersonAdd an AllocateRW to match AllocateRWX.
2008-03-21 Dan GohmanAvoid calling array_endof in a static initializer,...
2008-03-21 Dan GohmanSpecialize FORCE_DEFINING_FILE_TO_BE_LINKED using a...
2008-03-14 Chris Lattnerthis was removed from the Unix side.
2008-03-13 Devang PatelRemove unused GetAddressOfSymbol()
2008-03-13 Chris LattnerFix Path::GetMainExecutable on cygwin, patch by Sam...
2008-03-13 Chris Lattnerremove extraneous namespace qualifier, PR2142
2008-03-12 Chris LattnerThis is a simple fix for getting error messages from...
2008-03-03 Chris LattnerStub out a Path::GetMainExecutable call to find the...
2008-02-27 Chris LattnerAdd path separator support, patch by Sam Bishop.
2008-02-22 Anton KorobeynikovProvide __main hooks for cygwin & mingw32
2008-02-20 Anton KorobeynikovAdd convenient helper to get suffix of the file
2008-02-15 Lauro Ramos VenancioIt is not safe to call fork in PrintStackTrace. Sometim...
2008-02-13 Devang PatelRemove use of ltdl
2008-02-04 Devang PatelSet error message.
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2008-01-24 Anton KorobeynikovFix potential buffer overflow
2008-01-09 Duncan SandsFix compile failures with g++-4.3.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-22 Anton KorobeynikovUnbreak mingw build
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-12-08 Chris LattnerRemove dead file and directory.
2007-12-03 Anton KorobeynikovProvide hook for _alloca to make JITing on Cygwin sligh...
2007-11-21 Chuck Rose IIIThis change does a couple of things. First it gets...
2007-11-01 Bill WendlingSilence a warning saying that the variables always...
2007-09-28 Chris Lattnerreally fix PR1581, thanks to Daniel Dunbar for pointing
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-07-31 Chris LattnerFix PR1581, patch by Timo Savola
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-06 Gabor GreifSolaris 2.x does not have RLIMIT_RSS, check for this...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-25 Anton KorobeynikovProvide hook for alloca on VCPP. Patch by Scott Graham
2007-06-04 Devang PatelFix LLVM build on NetBSD. Patch by Neil Booth.
2007-05-11 Chris LattnerFix a bug where the bcreader could crash on .bc files...
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-05-03 Chris Lattnersilence annoying gcc 4.3 warnings
2007-04-23 Reid SpencerCygwin doesn't have the RSS_LIMIT for get/setrlimit.
2007-04-11 Chris LattnerHack to get sys::Path to recognize macho dylibs.
2007-04-11 Reid SpencerTeach sys::Path how to recognize different kinds of...
2007-04-11 Reid SpencerMake isDynamicLibrary detect more than just an ELF...
2007-04-07 Jeff CohenUnbreak VC++ build.
2007-04-07 Reid SpencerFor PR1291:
2007-04-04 Reid SpencerFor PR1302:
2007-03-29 Reid SpencerUse the stat information in the Path object, if it...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohenDetermine absolute paths the correct way :)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2007-03-19 Anton KorobeynikovFix mingw32 build
2007-03-09 Anton KorobeynikovUnbreak mingw32 build
2007-03-06 Anton KorobeynikovImplement PR1240
2007-03-05 Jeff CohenEnsure 64-bit correctness.
2007-03-05 Jeff CohenImplement memoryLimit on Windows.
2007-03-04 Chris Lattnerfix typo
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-01 Chris Lattnersilence warning
next