aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-151-0/+112
* stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger2012-08-101-0/+6
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-062-5/+6
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-6/+8
* Fixed few warnings.Galina Kistanova2012-07-121-1/+2
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-201-7/+71
* Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth2012-06-161-1/+1
* Harden the Unix signals code to be more async signal safe.Chandler Carruth2012-06-161-9/+41
* Use access(2) instead of stat(2) to check if a file exists.Benjamin Kramer2012-06-021-2/+1
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-111-3/+4
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-081-5/+15
* Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi2012-05-061-1/+14
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-061-0/+9
* [Support] Fix up comments.Daniel Dunbar2012-05-051-5/+3
* [Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.Daniel Dunbar2012-05-051-19/+5
* [Support/Unix] Unconditionally include time.h.Michael J. Spencer2012-04-231-8/+2
* Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-231-4/+4
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-161-0/+4
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-161-4/+0
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-161-0/+4
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-113-2/+17
* Fix GetMainExecutable on kFreeBSD.Anton Korobeynikov2012-03-261-3/+3
* Fix null to integer conversion warnings.Jean-Daniel Dupas2012-03-241-2/+2
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-091-17/+17
* 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