Improve support for type-generic vector intrinsics by teaching TableGen how
[oota-llvm.git] / include / llvm / ADT /
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-04 Dan GohmanAdd several more unimplemented operator overloads to...
2009-01-02 Nick LewyckyFix typo.
2008-12-13 Cedric VenetAdd explicit this-> for some member function in templat...
2008-12-08 Dan GohmanMove the conversion to intptr_t to a separate statement...
2008-12-08 Ted KremenekUse 'delete []' instead of 'delete' in OwningArray...
2008-12-07 Dan GohmanUse intptr_t instead of unsigned here, which is more...
2008-12-05 Chris Lattneradd a new pop_back_val method which returns the value...
2008-12-02 Chris LattnerFix isIntN to work with APInts > 64 bits. This method...
2008-12-02 Chris Lattneradd densemap range insertion method.
2008-12-01 Chris Lattnerreenable array_pod_sort, this time hopefully happy...
2008-12-01 Chris Lattnerdon't #include <algorithm> into the llvm namespace.
2008-12-01 Chris Lattnerswitch to std::sort until I have time to sort this...
2008-12-01 Chris Lattnerdefine array_pod_sort in terms of operator< instead...
2008-12-01 Chris Lattnerdon't assume iterators implicitly convert to pointers.
2008-12-01 Chris LattnerIntroduce a new array_pod_sort function and switch...
2008-12-01 Eli FriedmanFix bogus assertion using getSExtValue for legitimate...
2008-11-30 Chris Lattneradd the rest of the comparison routines.
2008-11-30 Chris Lattnerfix indentation. std::pair is "isPod" if the first...
2008-11-29 Torok Edwinprotect against negative values that would exceed allow...
2008-11-29 Chris Lattnerapparently GCC doesn't believe that I understand C
2008-11-29 Duncan SandsTypo fix.
2008-11-29 Chris LattnerFix sentinels to use correctly 'aligned' pointers.
2008-11-29 Chris LattnerFix spello, add DenseMapInfo specialization for Pointer...
2008-11-28 Chris Lattnerfix comment typo
2008-11-28 Chris Lattnerfix a bug.
2008-11-28 Chris Lattneradd a generic "bitmangled pointer" class, which allows...
2008-11-27 Ted KremenekAdd typedef to StringMapEntry.
2008-11-20 Chris Lattneradd an operator= to assign to smallstring.
2008-11-17 Zhongxing Xumove partial template specialization to FoldingSet.h.
2008-11-16 Zhongxing XuFix 80-col violation.
2008-11-16 Zhongxing XuAdd partial specialization of FoldingSetTrait for Immut...
2008-11-16 Zhongxing XuFix 80-column violation.
2008-11-15 Zhongxing XuAdd Profile method to ImmutableList.
2008-11-10 Duncan SandsWork around PR1000.
2008-11-10 Chris Lattnersplit out the functionality of utohexstr into a new...
2008-11-03 Dan GohmanOverload AddInteger on int/long/long long instead of...
2008-11-03 Nick LewyckyTypo
2008-10-27 Daniel DunbarReturn bool (inserted) from StringSet::insert as for...
2008-10-27 David GreeneAdd STL-style typedefs and default constructors to...
2008-10-22 Ted KremenekFix incorrect testing for the end of the both strings...
2008-10-21 Ted Kremenekconstify some methods and variables in ImmutableList.
2008-10-16 Dan GohmanImplement a SmallVector insert method that can insert...
2008-10-16 Dan GohmanFix several places that called mapped_iterator's constr...
2008-10-14 Daniel DunbarAdd llvm::hexdigit to StringExtras (number -> hexadecim...
2008-10-12 Chris Lattnerthis was to be removed after 2.4 branched.
2008-10-11 Chris Lattnerrandom cleanup
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-09-22 Rafael EspindolaAdd bound checks in SmallVector
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-19 Ted KremenekAdded static methods to APSInt: getMinValue and getMaxV...
2008-08-29 Daniel DunbarAdd DenseMap::lookup:
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Dan GohmanAdd a clear() method to FoldingSet.
2008-08-22 Dan GohmanAdd an empty() member to FoldingSet.
2008-08-22 Dan GohmanFix SmallVector's size calculation so that a size of...
2008-08-22 Chris Lattnerconsolidate DenseMapInfo implementations, and add one...
2008-08-21 Chris Lattnerremove redundant include
2008-08-21 Chris LattnerFix the build with gcc 4.3 as the host, patch by Zhongx...
2008-08-21 Nick LewyckyFix build on GCC 4.3.
2008-08-20 Chris LattnerMove the fast-path (<=i64) cases of various APInt metho...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-17 Chris Lattnerremove a dead APInt ctor.
2008-08-15 Owen AndersonAdd a value_type typedef to SmallVector, to make it...
2008-08-14 Ted KremenekRemoved redundant ctor.
2008-08-13 Daniel DunbarAdd default constructor to APSInt
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...
next