Fix typo: Exectuable -> Executable
[oota-llvm.git] / lib / System /
2010-11-17 Peter CollingbourneFix typo: Exectuable -> Executable
2010-11-16 Michael J. SpencerThis is the first step in adding sane error handling...
2010-11-10 Michael J. SpencerFix Whitespace.
2010-11-10 Michael J. SpencerSystem/Win32/Path: Implement isSymLink.
2010-11-10 NAKAMURA TakumiWin32/Process.inc: [PR8527] Process::FileDescriptorIsDi...
2010-11-09 Michael J. SpencerSystem/Path/Windows: Implement GetLLVMDefaultConfigDir.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Generalize GetUserHomeDirectory.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Make GetSystemLibraryPaths more...
2010-11-09 Michael J. SpencerSystem/Windows: Reduce dependencies.
2010-11-09 Michael J. SpencerSystem/Windows: Use normalized case and include method.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Change GetRootDirectory to return...
2010-11-09 Michael J. SpencerUpdate comment.
2010-11-09 Owen AndersonFix PR8441, a thread unsafe static variable in our...
2010-11-08 Michael J. SpencerRemove contributor names as per coding statndard.
2010-11-07 Rafael EspindolaAdd method for checking if a path is a symbolic link.
2010-11-04 Daniel DunbarSystem: Add llvm_execute_on_thread, which does what...
2010-11-03 Dan GohmanDelete unused variables.
2010-11-03 Dan GohmanRemove several unhelpful checks for isValid from sys...
2010-11-02 Dan GohmanDon't try to enforce MAXPATHLEN in sys::Path for Unix...
2010-11-02 Dan GohmanSimplify.
2010-11-02 Dan GohmanFix a copy+pasto.
2010-11-02 Dan GohmanAvoid manipulating paths in fixed-sized arrays.
2010-11-02 Dan GohmanSimplify this code.
2010-11-02 Dan GohmanUse '\0' instead of 0 for nul character constants.
2010-11-02 Mikhail GlushenkovappendSuffix: don't append a dot when the suffix is...
2010-11-02 Dan GohmanEliminate some temporary std::strings.
2010-11-02 Dan GohmanMicro-optimize.
2010-11-02 Mikhail GlushenkovGetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.
2010-11-02 Mikhail GlushenkovMake FindProgramByName return paths with slashes unmodi...
2010-11-02 Mikhail Glushenkov80-col violations.
2010-11-02 Mikhail GlushenkovPath: Add GetEXESuffix() to complement GetDLLSuffix().
2010-10-29 Dan GohmanCheck if ErrMsg is null. This fixes the "not" command.
2010-10-29 Dan GohmanMake Program::Wait differentiate execution failure...
2010-10-29 Dan GohmanMake Program::Wait provide an error message string...
2010-10-28 Dan GohmanRevert r117582, which reverted r77396. Searching PATH...
2010-10-28 Mikhail GlushenkovRevert r77396.
2010-10-28 Mikhail GlushenkovTrailing whitespace.
2010-10-28 Mikhail GlushenkovReindent.
2010-10-27 Mikhail Glushenkov80-col violation.
2010-10-27 Mikhail GlushenkovRemove try/catch(...) from Win32/Signals.inc.
2010-10-25 Duncan SandsATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED.
2010-10-22 NAKAMURA TakumiWin32/Signals.inc: DontRemoveFileOnSignal(): Please...
2010-10-21 Mikhail GlushenkovTrailing whitespace.
2010-10-20 Michael J. SpencerUse C++03...
2010-10-20 Michael J. SpencerSystem-Win32/Path: Fix incorrect assumption in isValid.
2010-10-20 Chandler CarruthRemove remaining uses of ATTRIBUTE_UNUSED on variables...
2010-10-20 NAKAMURA TakumiAdd ATTRIBUTE_UNUSED for -Asserts.
2010-10-19 NAKAMURA Takumilib/System/Win32/ThreadLocal.inc: Suppress "unused...
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-14 Oscar FuentesWhen building shared libraries, link to required system...
2010-10-11 Daniel DunbarChange explicit search Apple specific code to only...
2010-10-08 Daniel DunbarCrashRecovery: Fix raise() override to actually send...
2010-10-07 Evan ChengCorrectly check if a path is a directory. Fix by Brian...
2010-10-06 NAKAMURA Takumilib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_D...
2010-09-30 Daniel DunbarAdd an explicit initialization to work around what...
2010-09-30 Francois PichetRevert r114320(move file = copy + delete on Win32)...
2010-09-22 Daniel DunbarCrashRecovery/Darwin: Override raise() as well so that...
2010-09-20 Francois PichetFix the "unable to rename temporary" lit test failing...
2010-09-19 Jakob Stoklund OlesenAdd one more Core i7 model number.
2010-09-19 Chris Lattneradd corei7, the laptop version.
2010-09-17 NAKAMURA TakumiMove the declaration SetInformationJobObject() outside...
2010-09-17 Daniel DunbarSystem: Don't reexport ___eprintf when building with...
2010-09-15 Michael J. SpencerSystem/Path: Add x86-64 COFF to IdentifyFileType.
2010-09-15 Michael J. SpencerSystem/Path: Add isObjectFile().
2010-09-09 NAKAMURA Takumilib/System/Host.cpp: 7bit-ize. Eliminate "TM" and ...
2010-09-07 Dan GohmanIssue a #error if the host doesn't have an implementati...
2010-09-06 Chris Lattnercompute the HasSSE3 bit correctly, patch by Nikolai...
2010-09-02 Dan GohmanApply a patch from Kees van Reeuwijk to add support...
2010-09-01 Dan GohmanAdd an interface for unregistering a file from the...
2010-08-31 Anton KorobeynikovSome fixes for NetBSD
2010-08-31 Michael J. SpencerCleanup Whitespace.
2010-08-31 Michael J. SpencerSystem: Fix getMagicNumber on windows.
2010-08-28 Michael J. SpencerDon't cast Win32 FILETIME structs to int64. Patch by...
2010-08-20 Daniel DunbarFix --disable-threads build, PR7949.
2010-08-19 Daniel DunbarCrashRecovery/Darwin: On Darwin, raise sends a signal...
2010-08-17 Chris LattnerFix failure of unittests/ExecutionEngine/JIT/MultiJITTe...
2010-08-10 Chandler CarruthMark this variable as used.
2010-08-10 Chris Lattnerremove code setting rw locks to PTHREAD_PROCESS_PRIVATE...
2010-08-04 Dan GohmanEliminate unnecessary empty string literals.
2010-07-28 Owen AndersonAdd an erase() method to llvm::ThreadLocal.
2010-07-14 Duncan SandsRather than using an ifdef on the target to zero out...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Chris LattnerPath::isRootDirectory is unimplemented on Unix and...
2010-07-12 Chris Lattnerimprove Path::makeUnique when mkstemp/mktemp are not...
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-06-10 Duncan SandsAvoid "variable 'bits' set but not used [-Wunused-but...
2010-05-27 Dan GohmanFactor out the handler work from SignalHandler into...
2010-05-27 Dan GohmanDon't bother clearing the Magic string when the magic...
2010-05-27 Dan GohmanDon't bother checking canRead() before calling getMagic...
2010-05-08 Daniel DunbarAdd llvm::sys::RunInterruptHandlers(), which runs the...
2010-04-19 Dan GohmanThis doesn't need SmallVector.h anymore.
2010-04-19 Dan GohmanFix this for std::vectors which don't have .data().
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-19 Dan GohmanRevert 91528 and use a std::vector instead, fixing...
2010-04-18 Chris Lattneravoid temporary std::string in non posix_spawn path.
2010-04-18 Benjamin KramerEliminate temporary string.
2010-04-18 Benjamin KramerProperly inherit the environment on darwin where enviro...
2010-04-18 Nick LewyckyThis is horrible. Split the difference, and declare...
2010-04-18 Nick LewyckyRevert r101701, Darwin doesn't have 'environ'. Go figure.
2010-04-18 Nick LewyckyFix linux build. posix_spawn doesn't inherit the enviro...
next