StringRef'ize EmitSourceFileHeader().
[oota-llvm.git] / include / llvm / ADT /
2012-02-18 TalinHashing.h - utilities for hashing various data types.
2012-02-16 Pete CooperTemplate specialize SmallVector::push_back based on...
2012-02-15 Kaelyn UhrainAdd function for computing the edit distance of two...
2012-02-13 Ahmed CharlesFix various issues (or do cleanups) found by enabling...
2012-02-06 Chandler CarruthIntroduce helpers to compute the 32-bit varaints and...
2012-02-05 Benjamin KramerSmallVector's construct_range is the same thing as...
2012-02-05 Benjamin KramerSimplify code. No functionality change.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 Chandler CarruthBegin fleshing out more convenience predicates in llvm...
2012-01-31 Bob WilsonAdd Triple::getMacOSXVersion to replace crufty code...
2012-01-31 Manuel KlimekRefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2012-01-31 Ted KremenekRelax constructor for IntrusiveRefCntPtr to not be...
2012-01-31 Ted KremenekUse traits for IntrusiveRefCntPtr to determine how...
2012-01-30 TalinDenseMap::find_as() and unit tests.
2012-01-29 Chandler CarruthCleanup the organization of some methods in llvm::Tripl...
2012-01-29 Jakob Stoklund OlesenAdd a BitVector::reset(BitVector&) method.
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2012-01-24 TalinAdditional methods for SmallString.
2012-01-24 Chris Lattneradd ::drop_back() and ::drop_front() methods, which...
2012-01-23 Chris LattnerVarious public StringMap methods take or return "MapEnt...
2012-01-23 Chris Lattnerrevert r148688 too, this isn't safe for DenseMap use...
2012-01-23 Chris Lattnerallow OwningPtr to be copy constructed if null, which...
2012-01-20 Benjamin KramerProtect SmallVectorImpl's constructor and a few other...
2012-01-19 Chris LattnerIntroduce a new MutableArrayRef class, which refers...
2012-01-18 Rafael EspindolaAdd support for the gnueabihf environment. Patch by...
2012-01-17 Jakub StaszakTrailing spaces.
2012-01-17 Chris Lattneradd some missing const qualifiers.
2012-01-17 Jakob Stoklund OlesenAdd portable bit mask operations to BitVector.
2012-01-10 Chandler CarruthTeach the triple library about the androideabi environment.
2012-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2012-01-07 Benjamin KramerPort the trick to skip the check for empty buckets...
2012-01-05 Chris Lattnerallow clients of SmallSet to specify their own comparis...
2012-01-04 Benjamin KramerStringMap.find never points to an empty bucket or tombs...
2011-12-27 Benjamin KramerSwitch StringMap from an array of structures to a struc...
2011-12-22 Lang HamesFixed typo.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-20 Chris Lattneradd a method to improve compatibility with SmallVector.
2011-12-17 Chandler CarruthAs Doug pointed out (and I really should know), it...
2011-12-16 Chandler CarruthMake GCC happy by using makeAraryRef instead of the...
2011-12-16 Chandler CarruthAdd a generic collection of class templates to ADT...
2011-12-12 Tony LinthicumHexagon backend support
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-12-07 David BlaikieAdding missing anchor to DATDeltaAlgorithm.
2011-12-06 Chris Lattnerallow TinyPtrVector to implicitly convert to ArrayRef.
2011-12-05 Nick LewyckySilence tsan false-positives (tsan can't track things...
2011-12-05 Anna ZaksChange the Dominators recalculate() function to only...
2011-11-28 Benjamin KramerHandle more cases in APInt::getLowBitsSet's fast path.
2011-11-17 Ted KremenekFix bug in RefCountedBase/RefCountedBaseVPTR where...
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-11-06 Daniel DunbarADT/StringRef: Add ::lower() and ::upper() methods.
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-20 Duncan SandsAvoid warnings about the parameter G being unused.
2011-10-12 Eli FriedmanUse unsigned multiply to hash integers, so we don't...
2011-10-10 Andrew TrickAllow stat += 0 without activating the stat.
2011-10-10 Andrew Trickwhitespace
2011-10-02 Ted KremenekMake canonicalization of ImmutableSetRef::asImmutableSe...
2011-09-23 Anna ZaksAdd getTreeFactory() to ImmutableSet to allow construct...
2011-09-20 Akira HatanakaAdd mips64 & mips64el to Triple. Patch by Liu with...
2011-09-16 Ted KremenekAdd ImmutableMapRef and ImmutableSetRef, which consolid...
2011-09-14 Douglas GregorAdd APInt support for converting to/from hexatridecimal...
2011-08-29 Tobias GrosserAdd AMDIL as valid target triple to LLVM.
2011-08-23 Ivan KrasinThis patch adds support of le32 pseudo-cpu that stands...
2011-08-19 Jakob Stoklund OlesenAdd IntervalMap::const_iterator::atBegin().
2011-08-18 Ivan KrasinAdd NativeClient operating system support.
2011-08-12 Chris LattnerFix an obscure bug in PointerUnion that would bite...
2011-08-03 Andrew TrickAn interface for iterating over a loop's blocks in...
2011-07-29 David GreeneAdd a std::string Wrapper for TableGen
2011-07-28 Duncan SandsThis file was moved from Support to ADT. Correct a...
2011-07-28 Nick LewyckyIn DenseMapInfo<pair<T, U>> tombstone key, use the...
2011-07-27 Ted KremenekAdd a generic 'capacity_in_bytes' function to allow...
2011-07-26 Duncan SandsStrip trailing whitespace.
2011-07-26 Duncan SandsTeach the Triple class about kfreebsd (FreeBSD kernel...
2011-07-24 Chris Lattnerswitch Triple to take twines instead of stringrefs.
2011-07-24 Chris LattnerAdd Twine support for characters, and switch twine...
2011-07-24 Frits van BommelOmit explicit length here, now that I've had a chance...
2011-07-21 Benjamin KramerInitialize DenseSets lazily.
2011-07-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Chris Lattnervarious cleanups noticed by Frits
2011-07-18 Chris Lattnerremove pasto
2011-07-18 Frits van BommelHopefully fix some GCC-based buildbots. GCC apparently...
2011-07-18 Frits van BommelIntroduce the 'makeArrayRef(...)' family of functions...
2011-07-18 Chris Lattneradd iteration support to TinyPtrVector for clang's...
2011-07-18 Chris Lattnerfix a warning in TinyPtrVector, adopt it in SSAUpdater...
2011-07-18 Chris Lattnerintroduce a new TinyPtrVector class.
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-07-14 Chris LattnerThe key of a StringMap can contain nul's in it, so...
2011-07-13 Jay FoadAdd some bits that I found useful when converting Inser...
2011-07-06 Owen AndersonFix a subtle issue in SmallVector. The following code...
2011-07-06 Nick LewyckyAdd ImmutableList::contains(). Patch by Rui Paulo!
2011-07-02 Eric ChristopherRemove the confusing getDarwinNumber() api and friends.
2011-07-01 Douglas GregorAdd initial *-*-rtems* target, from Joel Sherrill
2011-06-22 Jay FoadExtend ConstantUniqueMap with a new template parameter...
2011-06-21 Jay FoadRemove deprecated forms of StringMap::GetOrCreateValue().
2011-06-21 Chris Lattneruse the MapEntryTy typedef instead of writing it out...
2011-06-15 Argyrios KyrtzidisConstify PackedVector::reference::operator T().
2011-06-15 Ted Kremenekadd option for literal formatting to APInt::toString()
next