summaryrefslogtreecommitdiff
path: root/include/llvm/ADT
Commit message (Expand)AuthorAge
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-14
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-29
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-23
* Add IntervalMap::const_iterator::atBegin().Jakob Stoklund Olesen2011-08-19
* Add NativeClient operating system support.Ivan Krasin2011-08-18
* Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically,Chris Lattner2011-08-12
* An interface for iterating over a loop's blocks in DFS order.Andrew Trick2011-08-03
* Add a std::string Wrapper for TableGenDavid Greene2011-07-29
* This file was moved from Support to ADT. Correct a comment.Duncan Sands2011-07-28
* In DenseMapInfo<pair<T, U>> tombstone key, use the tombstone for T and U insteadNick Lewycky2011-07-28
* Add a generic 'capacity_in_bytes' function to allow inspection of memory usag...Ted Kremenek2011-07-27
* Strip trailing whitespace.Duncan Sands2011-07-26
* Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands2011-07-26
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-24
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-24
* Omit explicit length here, now that I've had a chance to test this with gcc.Frits van Bommel2011-07-24
* Initialize DenseSets lazily.Benjamin Kramer2011-07-21
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-21
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-18
* various cleanups noticed by FritsChris Lattner2011-07-18
* remove pastoChris Lattner2011-07-18
* Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ...Frits van Bommel2011-07-18
* Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ...Frits van Bommel2011-07-18
* add iteration support to TinyPtrVector for clang's use.Chris Lattner2011-07-18
* fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving someChris Lattner2011-07-18
* introduce a new TinyPtrVector class.Chris Lattner2011-07-18
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-15
* The key of a StringMap can contain nul's in it, so having first() returnChris Lattner2011-07-14
* Add some bits that I found useful when converting InsertValueInst andJay Foad2011-07-13
* Fix a subtle issue in SmallVector. The following code did not work as expected:Owen Anderson2011-07-06
* Add ImmutableList::contains(). Patch by Rui Paulo!Nick Lewycky2011-07-06
* Remove the confusing getDarwinNumber() api and friends.Eric Christopher2011-07-02
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-01
* Extend ConstantUniqueMap with a new template parameter ValRefType,Jay Foad2011-06-22
* Remove deprecated forms of StringMap::GetOrCreateValue().Jay Foad2011-06-21
* use the MapEntryTy typedef instead of writing it out long form,Chris Lattner2011-06-21
* Constify PackedVector::reference::operator T().Argyrios Kyrtzidis2011-06-15
* add option for literal formatting to APInt::toString()Ted Kremenek2011-06-15
* Introduce PackedVector, useful for storing a vector of values using a specifi...Argyrios Kyrtzidis2011-05-31
* ...this is not a good commit day for me.John McCall2011-05-29
* On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall2011-05-29
* Add asserts in StringRef to make sure we avoid undefined behavior:Argyrios Kyrtzidis2011-05-20
* Remove redundant template partial specilization.Zhongxing Xu2011-05-16
* Add an operator+= for appending StringRefs onto std::strings.John McCall2011-05-13
* Fix a comment.Bob Wilson2011-05-03
* Remove bounded StringRef::compare() since nothing but Clang SA was using it a...Lenny Maiorani2011-04-28
* Fix more -Wnon-pod-memset warnings.Chandler Carruth2011-04-28
* Add utility method to DenseMap to return the amount of memory used for its bu...Ted Kremenek2011-04-28
* silence some -Wnon-pod-memset warnings, since std::pair is not POD.Chris Lattner2011-04-28
* Improve adherence to general style, use "foo_t &x" instead of "foo_t& x"Chris Lattner2011-04-25