Tidy up. Formatting.
[oota-llvm.git] / include / llvm / ADT /
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()
2011-05-31 Argyrios KyrtzidisIntroduce PackedVector, useful for storing a vector...
2011-05-29 John McCall...this is not a good commit day for me.
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-20 Argyrios KyrtzidisAdd asserts in StringRef to make sure we avoid undefine...
2011-05-16 Zhongxing XuRemove redundant template partial specilization.
2011-05-13 John McCallAdd an operator+= for appending StringRefs onto std...
2011-05-03 Bob WilsonFix a comment.
2011-04-28 Lenny MaioraniRemove bounded StringRef::compare() since nothing but...
2011-04-28 Chandler CarruthFix more -Wnon-pod-memset warnings.
2011-04-28 Ted KremenekAdd utility method to DenseMap to return the amount...
2011-04-28 Chris Lattnersilence some -Wnon-pod-memset warnings, since std:...
2011-04-25 Chris LattnerImprove adherence to general style, use "foo_t &x"...
2011-04-25 Chris Lattnerallow adding a FoldingSetNodeID to a FastFoldingSetNode...
2011-04-24 Sebastian RedlGive ImmutableIntervalMap.h an include guard.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarADT/Triple: Drop support for -osx style triples, we...
2011-04-19 Daniel DunbarADT/Triple: Add support for Triple::MacOSX per feedback...
2011-04-19 Daniel DunbarADT/Triple: Add isOSDarwin() and isOSWindows() helper...
2011-04-19 Daniel DunbarADT/Triple: Add helper function for OS X version checks.
2011-04-19 Daniel DunbarADT/Triple: Add isOSVersionLT helper function.
2011-04-19 Daniel DunbarADT/Triple: Generalize and simplify getDarwinNumber...
2011-04-19 Daniel DunbarADT/Triple: Add support for more explicit "osx" and...
2011-04-15 Lenny MaioraniImplements StringRef::compare with bounds. It is behave...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Jay FoadFix typo in comment.
2011-04-09 Chris Lattnerdrive by bug fix: DenseMapInfo::isEqual should be deter...
2011-04-04 Peter CollingbourneIntrusiveRefCntPtr: in RefCountedBase and RefCountedBas...
2011-04-02 Jakob Stoklund OlesenAdd an InterferenceCache class for caching per-block...
2011-03-30 Jakob Stoklund OlesenReset StringMap's NumTombstones on clears and rehashes.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of SmallPtrSet instances.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of SmallMap instances.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of the DenseMap.
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2011-03-30 Jay FoadFix more zero length memset warnings.
2011-03-27 Frits van BommelConstant folding support for calls to umul.with.overflo...
2011-03-22 Ted KremenekRelax access control on 'Release' method of RefCountedBase.
2011-03-21 Ted KremenekAllow a client to clear an IntrustiveRefCntPtr (deliber...
2011-03-20 Argyrios KyrtzidisIf a class inherits from RefCountedBaseVPTR allow all...
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-03-15 John ThompsonAdd scei vendor
2011-03-07 Duncan SandsOften GCC can see that NumBuckets is zero here, resulti...
2011-03-07 Argyrios KyrtzidisTry fixing mingw build.
2011-03-07 Argyrios KyrtzidisDo a compiler check that we use one of the types from...
2011-03-05 Benjamin KramerAvoid zero-sized allocations when copying a fresh DenseMap.
2011-03-05 Benjamin KramerLazily allocate DenseMaps.
2011-03-02 Chris Lattneradd some slice helper methods.
2011-03-01 Dan GohmanSimplify this code.
2011-02-27 Chris Lattneradd the ability to walk the scope tree and insert at...
2011-02-27 Chris Lattneradd a data() method.
2011-02-26 Daniel DunbarSupport: Add llvm::AreStatisticsEnabled().
2011-02-24 Cameron ZwarichAdd a getNumSignBits() method to APInt.
2011-02-23 Frits van BommelImplement TODO for implicit C-array-to-ArrayRef conversion.
2011-02-22 Nick LewyckyFix C++0x incompatibility. The signature of std::make_p...
2011-02-19 Argyrios KyrtzidisAllow getting the address of the value in a PointerUnio...
2011-02-19 Ted KremenekAdd ImmutableMap methods 'manualRetain()', 'manualRelea...
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
next