- Fix SelectionDAG to generate correct CFGs.
[oota-llvm.git] / include / llvm / ADT /
2008-08-01 Bill WendlingRemoved unused parameters.
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-19 Anton KorobeynikovRemove bogus assertion. This unbreaks mingw, where...
2008-07-12 Ted KremenekInline typedef for alist_iterator::pointer to work...
2008-07-12 Nick Lewyckyoperator[] is not defined for list::iterator. Overload...
2008-07-11 Ted KremenekMinor tweaks to the ImmutableList iterator interface.
2008-07-10 Ted KremenekMake typedef public to make MSVC++ happy.
2008-07-10 Ted KremenekMake some typedefs public to make MSVC++ happy.
2008-07-10 Ted KremenekMake typedefs in ilist public (Visual C++ errors out...
2008-07-10 Bill WendlingPull r53428 from Gaz into mainline:
2008-07-10 Ted KremenekAdded ImmutableMap constructor that accepts a const...
2008-07-10 Dan GohmanTidy up #includes.
2008-07-10 Duncan SandsCorrect a comment.
2008-07-07 Dan GohmanAdd some basic Pool-allocation infrastructure. This...
2008-07-07 Dan GohmanMake ilist noncopyable too.
2008-07-07 Dan GohmanDon't use std::advance just to increment or decrement...
2008-07-07 Dan GohmanRemove unnecessary static_casts.
2008-07-07 Dan GohmanRemove an unnecessary reinterpret_cast.
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-07 Dan GohmanMake DenseMap's insert return a pair, to more closely...
2008-07-07 Ted KremenekRemoved ImmutableMap::SlimFind and replaced it with...
2008-07-03 Dan GohmanUse operator new instead of new char[].
2008-07-02 Owen AndersonHave DenseSet::insert return a bool indicating whether...
2008-07-02 Chris Lattneroptimize StringMap::clear
2008-07-02 Chris LattnerAdd a new (simple) StringMap::clear method, patch by...
2008-07-02 Ted KremenekImplemented operator!= for the ImmutableList iterator.
2008-07-01 Owen AndersonAdd a version of AddString that takes a const char...
2008-07-01 Ted KremenekAdded partial specialization of FoldingSetTrait for...
2008-07-01 Seo SanghyeonCompilation fix
2008-06-30 Dan GohmanMake SmallVector's grow use memcpy in common cases
2008-06-30 Dan GohmanUse plain operator new instead of new char[].
2008-06-30 Ted KremenekAdded some comments and some cleanups.
2008-06-30 Ted KremenekAdded ImmutableList, a companion ADT to ImmutableSet...
2008-06-30 Chris Lattneradd convenience 'constructors'
2008-06-26 Bill WendlingRemove warnings about shadowed and unused variables.
2008-06-24 Dan GohmanPass std::string by reference. Thanks Chris!
2008-06-23 Dan GohmanAdd a clear() method to PriorityQueue.
2008-06-23 Dan GohmanSimplify erase_one slightly. It's not necessary to...
2008-06-23 Dan GohmanAdd methods to StringMap to erase entries by key.
2008-06-23 Wojciech MatyjewiczFirst step to fix PR2088. Implement routine to compute the
2008-06-21 Dan GohmanAdd a priority queue class, which is a wrapper around...
2008-06-17 Owen AndersonFix use of placement new to actually use an address.
2008-06-09 Duncan SandsRemove some DAG combiner assumptions about sizes
2008-06-09 Chris LattnerAdd a simple, but efficient, generic scoped hash table
2008-06-01 Chris Lattneradd a predicate.
2008-05-30 Dan GohmanAdd an operator< for SmallVector.
2008-05-30 Dan GohmanFix an error in the comment for APInt::getMinSignedBits.
2008-05-29 Anton KorobeynikovRemove guard, so *each* inclusion will result in a...
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-05-29 Anton KorobeynikovAdd file with warning for backward comptibility. Should...
2008-05-29 Anton KorobeynikovUpdate guards
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-27 Matthijs KooijmanUse an explicit llvm:: prefix in the STATISTIC macro...
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-13 Anton KorobeynikovAdd thin layer over StringMap to form StringSet. By...
2008-05-07 Ted KremenekMake the interface of CStrInCStrNoCase be the same...
2008-05-07 Ted KremenekFix some serious logical errors in CStrInCStrNoCase...
2008-05-07 Ted KremenekGuard for empty strings in CStrInCStrNoCase.
2008-05-07 Ted KremenekAdded CStrInCStrNoCase, a portable implementation of...
2008-05-07 Nick LewyckyTypo.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-05-03 Ted KremenekImplement operator-> for ImmutableMap iterators.
2008-05-02 Evan ChengSuppress -Wshorten-64-to-32 warnings for 64-bit hosts.
2008-04-28 Chris LattnerRemove the SmallVector ctor that converts from a SmallV...
2008-04-28 Chris Lattnerrestore the copy ctor in SmallVector. This fixes serious
2008-04-28 Chris Lattnergeneralize SmallVector copy ctor, there is no requireme...
2008-04-24 Ted KremenekImplement != for DenseSet iterators.
2008-04-24 Ted KremenekAdded iterator support for DenseSet.
2008-04-17 Argyrios KyrtzidisBring in uint32_t, uint64_t, and int64_t types for...
2008-04-16 Chris Lattnerfix off by one error.
2008-04-16 Chris Lattnergive smallstring some methods to do 'itoa'.
2008-04-11 Chris Lattnerimprovements for IntrusiveRefCntPtr, patch by Mikhail...
2008-04-07 Owen AndersonAdd operator= implementations to SparseBitVector, allow...
2008-04-02 David GreeneIterators folloring a SmallVector erased element are...
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-27 Chris Lattnerwhen a node is removed from an ilist, set its next...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...
2008-03-19 Duncan SandsFix comment.
2008-03-18 Scott MichelDial down gcc's warnings: don't use 0UL when 0U suffice...
2008-03-13 Dan GohmanNo need for typedefs with enums in C++.
2008-02-29 Dan GohmanAdd support to APInt for shift and rotate operations...
2008-02-29 Dan GohmanAdd a method to APFloat to convert directly from APInt.
2008-02-26 Anton KorobeynikovUpdate per review. Patch by Mikhail Glushenkov!
2008-02-26 Bill WendlingDetabify
2008-02-25 Eli FriedmanAdd missing include (for ptrdiff_t).
2008-02-22 Anton KorobeynikovAdd smart refcounting pointer class to ADT back (known...
2008-02-22 Anton KorobeynikovUnbreak build for VC2008. Patch by Argiris Kirtzidis!
2008-02-20 Dan GohmanRemove inline keywords from in-class function definitio...
2008-02-20 Dan GohmanAdd an intersects method to APInt, to capture a common...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-15 Scott MichelMake tblgen a little smarter about constants smaller...
2008-02-13 Dan GohmanFix a typo in a comment.
2008-02-13 Dan GohmanRename APInt's isPositive to isNonNegative, to reflect...
2008-02-13 Dan GohmanAdd countTrailingOnes member functions to APInt.
2008-02-13 Dan GohmanFix a typo in a comment.
2008-02-12 Dan GohmanChange APInt::getBitsSet to accept a "half-open" range...
2008-02-11 Dan GohmanCorrect the order of the arguments in the examples...
2008-02-11 Ted KremenekThe factories for ImutAVLTree/ImmutableSet/ImmutableMap...
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
next