summaryrefslogtreecommitdiff
path: root/include/llvm/ADT
Commit message (Expand)AuthorAge
* Often GCC can see that NumBuckets is zero here, resulting in a warningDuncan Sands2011-03-07
* Try fixing mingw build.Argyrios Kyrtzidis2011-03-07
* Do a compiler check that we use one of the types from PointerUnion[N], instea...Argyrios Kyrtzidis2011-03-07
* Avoid zero-sized allocations when copying a fresh DenseMap.Benjamin Kramer2011-03-05
* Lazily allocate DenseMaps.Benjamin Kramer2011-03-05
* add some slice helper methods.Chris Lattner2011-03-02
* Simplify this code.Dan Gohman2011-03-01
* add the ability to walk the scope tree and insert at not-the-currentChris Lattner2011-02-27
* add a data() method.Chris Lattner2011-02-27
* Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar2011-02-26
* Add a getNumSignBits() method to APInt.Cameron Zwarich2011-02-24
* Implement TODO for implicit C-array-to-ArrayRef conversion.Frits van Bommel2011-02-23
* Fix C++0x incompatibility. The signature of std::make_pair<> changes from:Nick Lewycky2011-02-22
* Allow getting the address of the value in a PointerUnion or PointerIntPair if...Argyrios Kyrtzidis2011-02-19
* Add ImmutableMap methods 'manualRetain()', 'manualRelease()', and 'getRootWit...Ted Kremenek2011-02-19
* Enhance constant folding of bitcast operations on vectors of floats.Nadav Rotem2011-02-17
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-17
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-15
* fix commentsChris Lattner2011-02-15
* fix some typos.Chris Lattner2011-02-15
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-14
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-14
* add a new ArrayRef class. This is intended to replace the idiom weChris Lattner2011-02-14
* Fix typo in comment.Nick Lewycky2011-02-14
* add a helper method.Chris Lattner2011-02-13
* Poison the relational operators ==, !=, <, <=, >=, > on llvm::OptionalDouglas Gregor2011-02-11
* Optimize po_iterator: don't do redundant lookups.Dan Gohman2011-02-09
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-02
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-01
* Add DenseSet::resize for API parity with DenseMap::resize.Nick Lewycky2011-01-27
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-21
* Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong resultsJakob Stoklund Olesen2011-01-09
* Use IndexedMap for MachineRegisterInfo as well. No functional change.Jakob Stoklund Olesen2011-01-09
* Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister...Jakob Stoklund Olesen2011-01-08
* add a handy typedef.Chris Lattner2011-01-03
* really get this working with a custom allocator.Chris Lattner2011-01-03
* Enhance ScopedHashTable to allow it to take an allocator argument.Chris Lattner2011-01-03
* Use IntEqClasses to compute connected components of live intervals.Jakob Stoklund Olesen2010-12-21
* Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen2010-12-21
* Use the new way of silencing this warning.Nick Lewycky2010-12-19
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo seesJakob Stoklund Olesen2010-12-17
* It is allowed to call IntervalMap::const_iterator::advanceTo() with a key thatJakob Stoklund Olesen2010-12-17
* Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer2010-12-17
* Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap.Jakob Stoklund Olesen2010-12-17
* Provide LiveIntervalUnion::Query::checkLoopInterference.Jakob Stoklund Olesen2010-12-17
* Add basic test exposing many bugs.Jakob Stoklund Olesen2010-12-16
* Add IntervalMapOverlaps - An iterator for overlapping intervals in twoJakob Stoklund Olesen2010-12-16
* Remove debugging code.Jakob Stoklund Olesen2010-12-14
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-09