summaryrefslogtreecommitdiff
path: root/lib/Support/Unix
Commit message (Expand)AuthorAge
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-15
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-15
* stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger2012-08-10
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20
* Fixed few warnings.Galina Kistanova2012-07-12
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-20
* Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth2012-06-16
* Harden the Unix signals code to be more async signal safe.Chandler Carruth2012-06-16
* Use access(2) instead of stat(2) to check if a file exists.Benjamin Kramer2012-06-02
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-11
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-08
* Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi2012-05-06
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-06
* [Support] Fix up comments.Daniel Dunbar2012-05-05
* [Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.Daniel Dunbar2012-05-05
* [Support/Unix] Unconditionally include time.h.Michael J. Spencer2012-04-23
* Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-23
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-16
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-16
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-16
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-11
* Fix GetMainExecutable on kFreeBSD.Anton Korobeynikov2012-03-26
* Fix null to integer conversion warnings.Jean-Daniel Dupas2012-03-24
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-09
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-15
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-11
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-13
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-12
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-12
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-12
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-08
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-01
* 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