aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix
AgeCommit message (Expand)Author
2012-04-16Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer
2012-04-16Revert r154800 which breaks windows builders.Argyrios Kyrtzidis
2012-04-16Add reverseColor to raw_ostream.Argyrios Kyrtzidis
2012-04-11Fix the build under Debian GNU/Hurd.Sylvestre Ledru
2012-03-26Fix GetMainExecutable on kFreeBSD.Anton Korobeynikov
2012-03-24Fix null to integer conversion warnings.Jean-Daniel Dupas
2012-02-09Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie
2012-01-15Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth
2012-01-11Disable the crash reporter when running lit tests.Argyrios Kyrtzidis
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop
2011-12-13Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer
2011-12-12Revert r146363 to allow buildbots to make forward progress.Chad Rosier
2011-12-12Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer
2011-12-12Support/FileSystem: Implement canonicalize.Michael J. Spencer
2011-12-08Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman
2011-09-23sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar
2011-09-20Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson
2011-09-14Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling
2011-08-10Clarify a comment.Bob Wilson
2011-08-09Put Darwin-specific code inside an __APPLE__ ifdef.Bob Wilson
2011-08-09Recognize the UNAME_RELEASE environment variable to match Darwin's uname.Bob Wilson
2011-07-29Don't look at $PWD in GetCurrentDirectory.Nick Lewycky
2011-07-29Teach Path::GetCurrentDirectory to use $PWD, to support users who like to doNick Lewycky
2011-07-28Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis
2011-07-05By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier
2011-05-21Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick
2011-05-17Don't include information about the build into the information returned byRafael Espindola
2011-05-11Bugpoint support for miscompilations that result in a crash.Andrew Trick
2011-04-29Include <pthread.h> before we use pthread_self/pthread_killDouglas Gregor
2011-04-20sys/Host: Change getHostTriple() to return the full Darwin version on OS X.Daniel Dunbar
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-24revert r128199 until it can be made to work with Frontend/dependency-gen.c.Andrew Trick
2011-03-24Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.Michael J. Spencer
2011-03-20Avoid initializing posix_spawn_file_actions_t if not used.Benjamin Kramer
2011-03-18setExecutable() should default to success if there's nothing custom for it.Jim Grosbach
2011-03-10Add r127409 back now that the windows file was updated.Rafael Espindola
2011-03-10Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen
2011-03-10Add support for MemoryBuffers that are not null terminated and addRafael Espindola
2011-02-18improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner
2011-02-09Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor
2011-02-09Attempt to fix the build after r125228.Cameron Zwarich
2011-02-09Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor
2011-01-16Fix rename.Michael J. Spencer
2011-01-15Support/PathV2: Implement get_magic.Michael J. Spencer
2011-01-11Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer