Extension of GEP in constant folder was broken (apparently this code
[oota-llvm.git] / lib / System /
2009-02-19 Chris LattnerIf an executable is run through a symlink, dladdr will...
2009-02-15 Mikhail GlushenkovFix warning on gcc 4.3.
2009-02-15 Mikhail GlushenkovWhitespace fixes.
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-12 Julien LerougeFix MingW build, patch by Kenneth Boyd!
2009-02-10 Dan GohmanUse const, to support platforms where strrchr returns...
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
2009-02-08 Mikhail GlushenkovAdd Emacs hints to Alarm.inc.
2009-01-29 Chris LattnerFix windows build, patch by Marius Wachtler!
2009-01-29 Chris LattnerFix PR3424, a static constructor ordering issue. Patch...
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2008-12-05 Dan GohmanDon't use plain %x to print pointer values. I had chang...
2008-12-05 Dan GohmanDemangle and pretty-print symbols in internal backtrace...
2008-11-14 Evan ChengARM / Mac OS X also wants to invalidate icache after...
2008-11-12 Oscar FuentesCMake: when bulding shared libraries on non-WIN32 syste...
2008-11-06 Nuno Lopesplug leakage of mutex data. pthread_mutex_destroy(...
2008-11-04 Evan ChenghasDisassembler should return false if disassembler...
2008-11-02 Anton KorobeynikovSilence a warning
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-04 Argyrios KyrtzidisAdd implementations for sys::Memory::setWritable and...
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-10-02 Oscar FuentesCMake: Added Host.cpp to lib/System/CMakeLists.txt.
2008-10-02 Daniel DunbarAdd llvm::sys::{osName,osVersion} for retrieving operat...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-09-16 Evan ChengAllocateRWXMemory -> AllocateRWX.
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-07-24 Devang PatelCreate temp. file in current path.
2008-07-22 Devang PatelWhile creating temp. file on disk, if the current filen...
2008-07-22 Devang PatelHandle bitcode wrappers.
2008-07-10 Chris Lattneropen plugins with RTLD_GLOBAL, pointed out by Bram...
2008-07-09 Chris LattnerAdd a little wrapper header that is put around bc files...
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...
next