aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix
AgeCommit message (Expand)Author
2012-10-17Support: Don't remove special files on signals.Daniel Dunbar
2012-09-28Make backtraces work again with both the configure and cmake build.Benjamin Kramer
2012-09-26The assumption that /proc/self/exe always exists is incorrect.Sylvestre Ledru
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher
2012-09-19This patch adds memory support functions which will later be used to implemen...Andrew Kaylor
2012-09-11Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth
2012-09-06Whitespace.NAKAMURA Takumi
2012-09-06Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi
2012-08-15Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer
2012-08-15[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer
2012-08-10stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar
2012-07-12Fixed few warnings.Galina Kistanova
2012-06-20Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik
2012-06-16Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth
2012-06-16Harden the Unix signals code to be more async signal safe.Chandler Carruth
2012-06-02Use access(2) instead of stat(2) to check if a file exists.Benjamin Kramer
2012-05-11Allow unique_file to take a mode for file permissions, but defaultEric Christopher
2012-05-08[Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar
2012-05-06Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi
2012-05-06Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi
2012-05-05[Support] Fix up comments.Daniel Dunbar
2012-05-05[Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.Daniel Dunbar
2012-04-23[Support/Unix] Unconditionally include time.h.Michael J. Spencer
2012-04-23Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru
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