aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-151-4/+0
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-111-0/+20
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-12/+6
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-041-6/+12
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-6/+6
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-7/+0
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-21/+13
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-0/+7
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-081-3/+4
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-5/+5
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-011-4/+1
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-011-5/+0
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-231-0/+4
* Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson2011-09-201-9/+0
* Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling2011-09-141-0/+3
* Clarify a comment.Bob Wilson2011-08-101-1/+3
* Put Darwin-specific code inside an __APPLE__ ifdef.Bob Wilson2011-08-091-0/+2
* Recognize the UNAME_RELEASE environment variable to match Darwin's uname.Bob Wilson2011-08-091-0/+6
* Don't look at $PWD in GetCurrentDirectory.Nick Lewycky2011-07-291-3/+0
* Teach Path::GetCurrentDirectory to use $PWD, to support users who like to doNick Lewycky2011-07-291-2/+5
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-281-8/+11
* By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier2011-07-051-0/+3
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-7/+6
* Don't include information about the build into the information returned byRafael Espindola2011-05-171-29/+0
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-111-2/+5
* Include <pthread.h> before we use pthread_self/pthread_killDouglas Gregor2011-04-291-3/+3
* sys/Host: Change getHostTriple() to return the full Darwin version on OS X.Daniel Dunbar2011-04-201-4/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-152-2/+2
* revert r128199 until it can be made to work with Frontend/dependency-gen.c.Andrew Trick2011-03-241-5/+9
* Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.Michael J. Spencer2011-03-241-9/+5
* Avoid initializing posix_spawn_file_actions_t if not used.Benjamin Kramer2011-03-201-7/+11
* setExecutable() should default to success if there's nothing custom for it.Jim Grosbach2011-03-181-1/+1
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-101-3/+3
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-101-3/+3
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-101-3/+3
* improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner2011-02-181-2/+4
* Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor2011-02-091-30/+0
* Attempt to fix the build after r125228.Cameron Zwarich2011-02-091-2/+2
* Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor2011-02-091-0/+30
* Fix rename.Michael J. Spencer2011-01-161-2/+11
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-151-0/+31
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-111-1/+2
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-102-2/+5
* Support/PathV2: Implement directory iteration on POSIX.Michael J. Spencer2011-01-051-0/+54
* Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer2010-12-271-6/+5
* Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer2010-12-251-12/+0
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer2010-12-071-72/+0
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-071-2/+1
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-071-3/+3