summaryrefslogtreecommitdiff
path: root/lib/Support/Unix
Commit message (Expand)AuthorAge
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-23
* Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson2011-09-20
* Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling2011-09-14
* Clarify a comment.Bob Wilson2011-08-10
* Put Darwin-specific code inside an __APPLE__ ifdef.Bob Wilson2011-08-09
* Recognize the UNAME_RELEASE environment variable to match Darwin's uname.Bob Wilson2011-08-09
* Don't look at $PWD in GetCurrentDirectory.Nick Lewycky2011-07-29
* Teach Path::GetCurrentDirectory to use $PWD, to support users who like to doNick Lewycky2011-07-29
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-28
* By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier2011-07-05
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-21
* Don't include information about the build into the information returned byRafael Espindola2011-05-17
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-11
* Include <pthread.h> before we use pthread_self/pthread_killDouglas Gregor2011-04-29
* sys/Host: Change getHostTriple() to return the full Darwin version on OS X.Daniel Dunbar2011-04-20
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* revert r128199 until it can be made to work with Frontend/dependency-gen.c.Andrew Trick2011-03-24
* Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.Michael J. Spencer2011-03-24
* Avoid initializing posix_spawn_file_actions_t if not used.Benjamin Kramer2011-03-20
* setExecutable() should default to success if there's nothing custom for it.Jim Grosbach2011-03-18
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-10
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-10
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-10
* improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner2011-02-18
* Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor2011-02-09
* Attempt to fix the build after r125228.Cameron Zwarich2011-02-09
* Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor2011-02-09
* Fix rename.Michael J. Spencer2011-01-16
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-15
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-11
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-10
* Support/PathV2: Implement directory iteration on POSIX.Michael J. Spencer2011-01-05
* Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer2010-12-27
* Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer2010-12-25
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer2010-12-07
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-07
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-07
* Support/Unix/PathV2: Return the real error from realpath instead of any errorMichael J. Spencer2010-12-07
* Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also...Michael J. Spencer2010-12-07
* Support/PathV2: Use SmallVector::clear instead of set_size.Michael J. Spencer2010-12-07
* Support/PathV2: Clarify and correct documentation.Michael J. Spencer2010-12-07
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-07
* Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer2010-12-04
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-04
* Support/FileSystem: Add file_size implementation.Michael J. Spencer2010-12-04
* Support/FileSystem: Add equivalent implementation.Michael J. Spencer2010-12-03
* Support/FileSystem: Add resize_file implementation.Michael J. Spencer2010-12-03
* Support/FileSystem: Add rename implementation.Michael J. Spencer2010-12-03
* Support/FileSystem: Add remove implementation.Michael J. Spencer2010-12-03