Teach instCombine to remove malloc+free if malloc's only uses are comparisons
[oota-llvm.git] / lib / System /
2010-05-27 Dan GohmanDon't bother clearing the Magic string when the magic...
2010-05-27 Dan GohmanDon't bother checking canRead() before calling getMagic...
2010-05-08 Daniel DunbarAdd llvm::sys::RunInterruptHandlers(), which runs the...
2010-04-19 Dan GohmanThis doesn't need SmallVector.h anymore.
2010-04-19 Dan GohmanFix this for std::vectors which don't have .data().
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-19 Dan GohmanRevert 91528 and use a std::vector instead, fixing...
2010-04-18 Chris Lattneravoid temporary std::string in non posix_spawn path.
2010-04-18 Benjamin KramerEliminate temporary string.
2010-04-18 Benjamin KramerProperly inherit the environment on darwin where enviro...
2010-04-18 Nick LewyckyThis is horrible. Split the difference, and declare...
2010-04-18 Nick LewyckyRevert r101701, Darwin doesn't have 'environ'. Go figure.
2010-04-18 Nick LewyckyFix linux build. posix_spawn doesn't inherit the enviro...
2010-04-18 Chris Lattnermake Program::Execute use posix_spawn on systems that...
2010-04-18 Chris Lattnerunnest from namespace.
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-10 Chris Lattnerimprove haiku portability, patch by Paul Davey.
2010-04-09 Chris Lattneradd minix support, patch by Kees van Reeuwijk! PR6797
2010-03-31 Torok EdwinAddSignalHandler was not releasing the critical section...
2010-03-30 Dan GohmanFix a grammaro.
2010-03-28 Anton KorobeynikovProperly quote the quotes :) during cmdline constructio...
2010-03-26 Chris Lattnerremove a constructor implementation that isn't declared
2010-03-17 Jeffrey YasskinFix a false-positive memory leak in code using RemoveFi...
2010-03-15 Jeffrey YasskinTell Valgrind when we modify already-executed machine...
2010-03-14 Chris Lattnerdon't forget to close a FD on an error condition, found by
2010-03-12 Kovarththanan Raja... Remove superfluous NULL assignment
2010-03-11 Ted KremenekUpdate CMake build.
2010-03-11 Jeffrey YasskinMake clang bootstrap happier on OSX 10.5 by reducing...
2010-02-14 Chris Lattnerfollow-on to PR6280
2010-02-12 Chris Lattnerimprove support for minix, PR6280, patch by
2010-01-28 Douglas GregorAdd llvm::Program::ChangeStderrToBinary().
2010-01-24 Chris Lattnermark some libraries that currently require RTTI.
2010-01-22 Torok EdwinFix TimeValue::now() on Unix.
2010-01-19 Xerxes RanbyStubs for getHostCPUFeatures API. This implements part...
2010-01-14 Anton KorobeynikovRemove spurious semicolon.
2009-12-23 Douglas GregorAlternative fix to make sure that the extern declaratio...
2009-12-23 Douglas GregorRevert 92020 until I figure out a more portable fix
2009-12-23 Douglas GregorMove the extern symbol declarations outside of
2009-12-23 Nuno Lopesmove a few more symbols to .rodata
2009-12-18 Daniel DunbarFix Win32 Path.inc for API update.
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-12-16 Chris Lattnerremove use of SmallVector from Path::makeUnique. Path...
2009-12-16 Chris Lattnereliminate an extraneous use of SmallVector in a case...
2009-12-14 Torok EdwinAdd "generic" fallback.
2009-12-13 Torok EdwinUsing _MSC_VER there was wrong, better just use the...
2009-12-12 Torok EdwinEnable CPU detection when using MS VS 2k8 too.
2009-12-09 Daniel DunbarRemove spurious extern.
2009-12-07 Oscar FuentesFixes the Atomic implementation if compiled by MSVC...
2009-11-29 Benjamin KramerRemove dead returns.
2009-11-29 Kovarththanan Raja... This patch ensures that Path::GetMainExecutable is...
2009-11-25 Edward O'CallaghanAPI change Path::isSpecialFile to Path::isRegularFile...
2009-11-24 Daniel DunbarRemove bogus error handling code.
2009-11-24 Edward O'CallaghanProvide Path::isSpecialFile interface for PR5568.
2009-11-19 Oscar FuentesUse CMAKE_DL_LIBS instead of raw library name. Fixes...
2009-11-19 Benjamin KramerUnbreak x64 MSVC build. Patch by Nicolas Capens!
2009-11-17 Benjamin KramerRevert CPU detection code to return "generic" instead...
2009-11-14 Daniel DunbarRemove bogus corei7 and atom entries, the family was...
2009-11-14 Daniel DunbarFill out X86 table, although we are missing lots of...
2009-11-14 Daniel DunbarAdd llvm::sys::getHostCPUName, for detecting the LLVM...
2009-11-08 Duncan SandsRevert commit 81144, and add a comment. It caused...
2009-11-05 Benjamin KramerPath::createDirectoryOnDisk should ignore existing...
2009-11-02 Edward O'CallaghanFix malloc.h is deprecated warning on DragonFly BSD.
2009-10-30 Dan GohmanMost stack straces don't need 3 digits worth of levels.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Chandler CarruthRemove unused includes.
2009-10-22 Ted KremenekUse 'waitpid' instead of 'wait'. Basing Program::Wait...
2009-10-12 Edward O'CallaghanHaiku porting patches, Credit to Paul Davey.
2009-10-02 Benjamin KramerMingW build fixes
2009-09-22 Daniel Dunbar... missed hiding a variable for MSVC only.
2009-09-22 Daniel DunbarHide MSVC specific CRT interaction behind _MSC_VER.
2009-09-22 Mikhail GlushenkovRemove the GetProcessId() call from Win32/Program.inc...
2009-09-22 Daniel DunbarAdd a magic LLVM_DISABLE_CRT_DEBUG environment variable...
2009-09-22 Daniel DunbarRevert "Get rid of GetProcessId in Win32/Program.inc...
2009-09-15 Mikhail GlushenkovGet rid of GetProcessId in Win32/Program.inc.
2009-09-12 Daniel DunbarExperimental fix for PR4960.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-09 Benjamin KramerAdd a shortcut for OS X to Path::GetMainExecutable...
2009-09-09 Mikhail GlushenkovCheck that the 'kill' call succeeded.
2009-09-08 Mikhail GlushenkovThis should unbreak the build on 64-bit Linux.
2009-09-08 Mikhail GlushenkovConst-correctness.
2009-09-08 Mikhail GlushenkovGet rid of the Pid_ member in the Program class.
2009-09-08 Mikhail GlushenkovAdd a Kill() function to the Program class.
2009-09-07 Duncan SandsUsing a signal handler that does nothing should be
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-09-06 Duncan SandsTweak code into an equivalent form for which icc
2009-09-03 Daniel DunbarImprove llvm::getHostTriple for some cases where the...
2009-08-31 Torok EdwinFix ExplicitSymbols leak.
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-19 Owen AndersonGet rid of a helgrind warning. If this is _actually_...
2009-08-17 Owen AndersonAdd locking around signal handler registration.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 Chris Lattnerimprove win32 path support, patch by Baptiste Lepilleur!
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-05 Dan GohmanMinor code simplification.
2009-08-05 Dan GohmanUpdate a comment to reflect the current code.
2009-08-05 Dan GohmanRemove needless uses of std::flush in the parent proces...
2009-08-05 Dan GohmanUse _exit rather than exit in the child process after...
2009-08-04 Dan GohmanFollow Unix behavior and return 127 if the command...
2009-08-04 Daniel DunbarWhen exec() fails, return 127 instead of errno; the...
next