Fix ScalarEvolution's backedge-taken count computations to check for
[oota-llvm.git] / include / llvm / System /
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...
2009-02-08 Mikhail Glushenkov80-column violation.
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
2009-02-06 Dan GohmanMake Mutex's constructor explicit, and tidy up whitespace.
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-10-02 Daniel DunbarAdd llvm::sys::{osName,osVersion} for retrieving operat...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-06-25 Chris LattnerAdd a new InvalidateInstructionCache method to sys...
2008-06-24 Chris LattnerAdd support for building on solaris, working around...
2008-06-16 Matthijs KooijmanAdd comment.
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-05-21 Bill WendlingFollow-up to the reverting of r51218. This puts the...
2008-05-20 Bill WendlingReverting r51218 because of breakage on PPC32.
2008-05-18 Chris Lattneradd missing #include.
2008-05-17 Bill WendlingOn Darwin, the string header file isn't 64-bit clean...
2008-05-11 Nick LewyckyMake constructors target-specific. This fixes problems...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-16 Bill WendlingAdd "empty()" method to sys::Path and remove unnecessar...
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-01 Chris LattnerMappedFile is dead, remove it.
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-04-01 Chris LattnerMake MappedFile::map return a const correct pointer...
2008-04-01 Chris LattnerRemove the MappedFile::charBase member, rename base...
2008-04-01 Chris Lattneradd an accessor.
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-04-01 Chris Lattnercleanup the MappedFile API and comments. This removes...
2008-04-01 Chris Lattnerremove DEFINING_FILE_FOR for MappedFile.h
2008-03-24 Owen AndersonRevert r48676. I had plans for using it, but now it...
2008-03-22 Owen AndersonAdd a comment, and fix a bug where AllocateRW recurred...
2008-03-22 Owen AndersonAdd an AllocateRW to match AllocateRWX.
2008-03-21 Dan GohmanSpecialize FORCE_DEFINING_FILE_TO_BE_LINKED using a...
2008-03-14 Chris LattnerRestore this member, which is used on win32.
2008-03-13 Devang PatelRemove unused GetAddressOfSymbol()
2008-03-03 Chris LattnerStub out a Path::GetMainExecutable call to find the...
2008-02-27 Chris LattnerAdd path separator support, patch by Sam Bishop.
2008-02-20 Anton KorobeynikovAdd convenient helper to get suffix of the file
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattneradd support for identifying bitcode files
2007-05-03 Chris Lattnerremove extraneous type qualifiers
2007-05-03 Chris Lattnerremove extraneous top-level semi's
2007-04-29 Chris LattnerJeff's fix was fine
2007-04-29 Chris Lattneradd missing ctor
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-29 Chris Lattnernew method for creating a path, which does not create...
2007-04-11 Reid SpencerTeach sys::Path how to recognize different kinds of...
2007-04-08 Reid SpencerImplement the output inserter for PathWithStatus
next