Change MachineInstrBuilder::addReg() to take a flag instead of a list of
[oota-llvm.git] / lib / System /
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-04-28 Stefanus Du ToitFix choice of version of Windows callback to use to...
2009-04-25 Torok EdwinFix g++-4.4.0 warning, it was causing llvm-nm to fail...
2009-04-21 Anton KorobeynikovSilence warnings.
2009-04-21 Anton KorobeynikovDrop obsolete reference to __eprintf.
2009-04-20 Daniel DunbarMake Unix.h:MakeErrMsg separate the prefix and errno...
2009-04-14 Mikhail GlushenkovCall CreateProcess with bInheritHandles = TRUE.
2009-04-14 Mikhail GlushenkovDelete trailing whitespace.
2009-04-12 Chris Lattnerfix PR3965:SIGINT handler not restored after calling...
2009-04-09 Daniel DunbarAdd sys::Path::makeAbsolute().
2009-04-01 Chris Lattnerhopefully fix an apparent build error on windows.
2009-03-31 Daniel DunbarAdd llvm::sys::getHostTriple and remove
2009-03-23 Chris Lattnerfix a bug Alexei Svitkine pointed out.
2009-03-23 Chris LattnerWhen we restore signal handlers, restore them back...
2009-03-23 Chris Lattnerfactorize signal registration, part of PR3848.
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-08 Chris Lattneradd some explicit llvm:: qualifiers to the unix side...
2009-03-07 Chris LattnerWhen a crash signal is delivered do two things: remove...
2009-03-05 Chris Lattnermove some code to gracefully handle the case when a...
2009-03-04 Chris LattnerAdd a new 'AddSignalHandler' function to Signals.h...
2009-03-02 Chris LattnerFix main executable path name resolution on FreeBSD...
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...
next