Use std::vector rather than SmallVector here because SmallVector
[oota-llvm.git] / include / llvm / System /
2010-06-24 Oscar FuentesDataTypes.h.cmake (MSVC): Protect some #define's and...
2010-05-08 Daniel DunbarAdd llvm::sys::RunInterruptHandlers(), which runs the...
2010-04-29 Nick LewyckyFix typo.
2010-03-28 Torok EdwinFix use-of-uninitialized value when RWX memory can...
2010-03-15 Jeffrey YasskinTell Valgrind when we modify already-executed machine...
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-28 Douglas GregorAdd llvm::Program::ChangeStderrToBinary().
2010-01-19 Xerxes RanbyStubs for getHostCPUFeatures API. This implements part...
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-12-08 Oscar FuentesRemoved VC++ compatibility code from DataTypes.h.in.
2009-12-08 Oscar FuentesFor VC++, define the ?INT*_C macros only it they are...
2009-12-07 Oscar FuentesFixes the Atomic implementation if compiled by MSVC...
2009-11-25 Edward O'CallaghanAdjust comments to new semantics.
2009-11-25 Edward O'CallaghanAPI change Path::isSpecialFile to Path::isRegularFile...
2009-11-24 Edward O'CallaghanFix comments as pre-post review for rev.89765.
2009-11-24 Edward O'CallaghanProvide Path::isSpecialFile interface for PR5568.
2009-11-14 Daniel DunbarAdd llvm::sys::getHostCPUName, for detecting the LLVM...
2009-11-07 Mikhail Glushenkov80-col violation.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-11 Nick LewyckyFix typo.
2009-10-11 Nick LewyckyFix typo.
2009-09-22 Daniel DunbarRevert "Get rid of GetProcessId in Win32/Program.inc...
2009-09-15 Mikhail GlushenkovGet rid of GetProcessId in Win32/Program.inc.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-09 Mikhail GlushenkovCopy-pasto.
2009-09-09 Mikhail GlushenkovRevert 81248 for now.
2009-09-08 Mikhail GlushenkovConst-correctness.
2009-09-08 Mikhail GlushenkovSince Program is basically a PID, it should be copyable.
2009-09-08 Mikhail GlushenkovGet rid of the Pid_ member in the Program class.
2009-09-08 Mikhail GlushenkovAdd a Kill() function to the Program class.
2009-09-06 Duncan SandsTweak code into an equivalent form for which icc
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-11 Benjamin KramerRevert 78662 to fix broken windows build. Add a comment...
2009-08-11 Dan GohmanRemove an unnecessary mutable.
2009-08-03 Daniel DunbarFix a race condition in getting the process exit code...
2009-07-31 Mikhail GlushenkovAdd a warning.
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-18 Mikhail GlushenkovAdd a Program::GetPid() method.
2009-07-18 Mikhail GlushenkovRemove duplication in Program::Execute{And,No}Wait.
2009-07-17 Mikhail GlushenkovTrailing whitespace.
2009-07-15 Dan GohmanAdd a raw_ostream operator<< to sys::Path.
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-07 Chris LattnerEliminate the static constructors and locks from Dynami...
2009-07-07 Chris Lattnerremove dead code, noone creates instances of "DynamicLi...
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-06-25 Owen AndersonAdd support for const thread locals.
2009-06-25 Owen AndersonAdd a class for supporting platform independent thread...
2009-06-23 Owen AndersonAdd atomic multiply and divide operations, built on...
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Owen AndersonAtomic ops that do arithmetic use signed arithmetic.
2009-06-23 Owen AndersonLabel the existing atomic functions as 32-bit specific...
2009-06-23 Owen AndersonAdd an atomic add operation.
2009-06-20 Owen AndersonAdd debugging code to test for various locking faux...
2009-06-19 Owen AndersonFix a major typo.
2009-06-19 Owen AndersonFix weird class-size-being-different problems. At...
2009-06-18 Owen AndersonAdd a SmartScopedLock, and use it to simplify code.
2009-06-18 Owen AndersonSimplify the SmartMutex implementation a bit.
2009-06-18 Owen AndersonGive RWMutex the SmartRWMutex treatment too.
2009-06-18 Owen AndersonInsert a SmartMutex templated class into the class...
2009-06-18 Owen AndersonMove Threading.[h|cpp] from Support to System.
2009-06-17 Owen AndersonReapply r73647 in a non-broken form.
2009-06-17 Owen AndersonProtect the GC table in Function.cpp
2009-06-17 Owen AndersonAdd an RAII ScopedWriter, which allows one to acquire...
2009-06-17 Owen AndersonUse atomic increment/decrement for reference counting...
2009-06-17 Owen AndersonAdd an atomic increment and decrement implementation...
2009-06-16 Owen AndersonFix #include guards.
2009-06-16 Owen AndersonAdd a portable wrapper for reader-writer locks.
2009-06-15 Chris Lattneradd a new static method to portably determine whether...
2009-06-04 Torok EdwinFix comments.
2009-06-04 Torok EdwinAdd support for outputting ANSI colors to raw_fd_ostream.
2009-05-30 Bill WendlingUntabify.
2009-05-21 Owen AndersonUse DataTypes.h instead of stdint.h.
2009-05-20 Owen AndersonMove atomic operations' definitions out of line. While...
2009-05-20 Owen AndersonCompile fix for MSVC.
2009-05-20 Owen AndersonWe need to include config.h here so that the #defines...
2009-05-19 Owen AndersonSplit the ENABLE_THREADS #define in two. Now ENABLE_TH...
2009-05-19 Owen AndersonMake using an unsupported CAS size a hard error on...
2009-05-19 Owen AndersonFix up the Windows portion of Atomic.h. This is untest...
2009-05-19 Owen AndersonTemplate CompareAndSwap function.
2009-05-19 Owen AndersonNow that we have atomics support properly detected...
2009-05-17 Owen AndersonSignificantly improve Atomic.h by pulling in code from...
2009-05-16 Owen AndersonRemove the volatile marker from the cas_flag typedef...
2009-05-15 Anton KorobeynikovUnbreak mingw build
2009-05-15 Owen AndersonImprove compatibility with older versions of Windows.
2009-05-15 Owen Anderson(Hopefully) unbreak Apple-style builds.
2009-05-15 Owen AndersonDon't #include OSAtomic.h unless we really need it.
2009-05-15 Owen AndersonNow with working on Leopard!
2009-05-14 Owen AndersonDropped this #include by accident.
2009-05-14 Owen AndersonAdd CompareAndSwap.
2009-05-14 Owen AndersonAdd an Atomic.h to the System library, for providing...
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-04-09 Daniel DunbarAdd sys::Path::makeAbsolute().
2009-03-31 Daniel DunbarAdd llvm::sys::getHostTriple and remove
2009-03-04 Chris LattnerAdd a new 'AddSignalHandler' function to Signals.h...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
next