Restore r125595 (reverted in r126336) with modifications:
[oota-llvm.git] / include / llvm / ADT /
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...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-15 Chris Lattnerfix comments
2011-02-15 Chris Lattnerfix some typos.
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-14 Chris Lattneradd a new ArrayRef class. This is intended to replace...
2011-02-14 Nick LewyckyFix typo in comment.
2011-02-13 Chris Lattneradd a helper method.
2011-02-11 Douglas GregorPoison the relational operators ==, !=, <, <=, >=,...
2011-02-09 Dan GohmanOptimize po_iterator: don't do redundant lookups.
2011-02-02 Duncan SandsRemove NoVendor and NoOS, added in commit 123990, from...
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-01-27 Nick LewyckyAdd DenseSet::resize for API parity with DenseMap:...
2011-01-21 Renato GolinClang was not parsing target triples involving EABI...
2011-01-09 Jakob Stoklund OlesenRemove MachineRegisterInfo::getLastVirtReg(), it was...
2011-01-09 Jakob Stoklund OlesenUse IndexedMap for MachineRegisterInfo as well. No...
2011-01-08 Jakob Stoklund OlesenUse an IndexedMap for LiveOutRegInfo to hide its depend...
2011-01-03 Chris Lattneradd a handy typedef.
2011-01-03 Chris Lattnerreally get this working with a custom allocator.
2011-01-03 Chris LattnerEnhance ScopedHashTable to allow it to take an allocato...
2010-12-21 Jakob Stoklund OlesenUse IntEqClasses to compute connected components of...
2010-12-21 Jakob Stoklund OlesenAdd ADT/IntEqClasses.h as a light-weight implementation...
2010-12-19 Nick LewyckyUse the new way of silencing this warning.
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-17 Jakob Stoklund OlesenAdd more checks to IntervalMapOverlaps::advance() to...
2010-12-17 Jakob Stoklund OlesenIt is allowed to call IntervalMap::const_iterator:...
2010-12-17 Michael J. SpencerSupport/Path: Deprecate PathV1::isAbsolute.
2010-12-17 Jakob Stoklund OlesenFix crash when IntervalMapOverlaps::advanceTo moves...
2010-12-17 Jakob Stoklund OlesenProvide LiveIntervalUnion::Query::checkLoopInterference.
2010-12-16 Jakob Stoklund OlesenAdd basic test exposing many bugs.
2010-12-16 Jakob Stoklund OlesenAdd IntervalMapOverlaps - An iterator for overlapping...
2010-12-14 Jakob Stoklund OlesenRemove debugging code.
2010-12-09 Michael J. SpencerSupport: Move c_str from SmallVector back to SmallStrin...
2010-12-07 Jakob Stoklund OlesenFix begin() and end() on const IntervalMap.
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-06 Michael J. SpencerSupport/ADT: Move c_str() from SmallString to SmallVect...
2010-12-04 Benjamin KramerAPInt: microoptimize a few methods.
2010-12-04 Benjamin KramerSimplify APInt::getAllOnesValue.
2010-12-03 Jakob Stoklund OlesenAdd IntervalMap::iterator::set{Start,Stop,Value} method...
2010-12-01 Michael J. SpencerSupport/ADT/Twine: Add toNullTerminatedStringRef.
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
2010-11-30 Michael J. SpencerSupport/ADT/StringRef: Add find_last_of.
2010-11-30 Ted KremenekPerformance optimization on ImmutableMap/ImmutableSet:
2010-11-30 Jay FoadPR5207: Make APInt::set(), APInt::clear() and APInt...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Jakob Stoklund OlesenDon't use std::copy and std::copy_backward, run 10...
2010-11-28 Jakob Stoklund OlesenDisallow overlapping inserts, even when inserting the...
2010-11-28 Jay FoadPR5207: remove unused methods APInt::Emit() and APInt...
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-11-28 Jakob Stoklund OlesenTweak comments to make it clear that we are working...
2010-11-28 Jakob Stoklund OlesenAdd default constructors for iterators.
2010-11-28 Jakob Stoklund OlesenImplement const_iterator::advanceTo().
2010-11-28 Jakob Stoklund OlesenSpeed up simple insertions into an unbranched tree...
2010-11-27 Jakob Stoklund OlesenAdd more tests for erase(). Fix a few exposed bugs.
2010-11-27 Jakob Stoklund OlesenAdd test case with randomly ordered insertions, massive...
2010-11-27 Benjamin KramerRemove PIC16 remnants.
2010-11-27 Daniel DunbarAdd an optional LowerCase argument to hexdigit().
2010-11-27 Daniel DunbarADT/InMemoryStruct: Add an experimental helper class...
2010-11-26 Benjamin KramerBitVector tweaks.
2010-11-26 Benjamin KramerStringRefs are POD-like.
2010-11-26 Jakob Stoklund OlesenAdd B+-tree test case that creates a height 3 tree...
2010-11-26 Jakob Stoklund OlesenExtract template function adjustSiblingSizes(), allowin...
2010-11-26 Michael J. SpencerFix spelling!
2010-11-26 Michael J. SpencerFix Whitespace.
2010-11-26 Jakob Stoklund OlesenMove tree navigation to a new Path class that doesn...
2010-11-24 Ted KremenekTweak ImmutableMap/ImmutableSet/ImmutableList APIs
2010-11-24 Jakob Stoklund OlesenGeneralize overflowLeaf to also handle overflows in...
2010-11-20 Frits van BommelTest commit: Fix two -Asserts mode warnings in StringMap.h.
2010-11-20 Jakob Stoklund OlesenFix old GCC build error.
2010-11-20 Jakob Stoklund OlesenDetemplatize NodeRef.
2010-11-20 Jakob Stoklund OlesenRename NodeBase::{key,val} as {first,second} and swap...
2010-11-19 Jakob Stoklund OlesenImplement IntervalMap destructor.
2010-11-19 Jakob Stoklund OlesenImplement IntervalMap::clear().
2010-11-19 Jakob Stoklund OlesenSupport backwards iteration starting from end().
2010-11-19 Jakob Stoklund OlesenRename methods for clarity instead of brevity. No funct...
2010-11-19 Jakob Stoklund OlesenInclude raw_ostream.h unconditionally even if it is...
2010-11-19 Jakob Stoklund OlesenWork around GCC 4.0 build error:
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 Jakob Stoklund OlesenRevert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-17 Dan GohmanFix warnings about missing parents between || and &&.
2010-11-13 Jim GrosbachTrailing whitespace.
2010-11-03 Dan GohmanFactor code out of APInt to form a isUIntN helper function.
2010-10-31 Chandler CarruthAdd a specialization for 'long', a hole in the set...
2010-10-30 Chris LattnerRename alignof -> alignOf to avoid irritating C++'0x...
2010-10-19 Douglas GregorExtend StringRef's edit-distance algorithm to permit...
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2010-10-13 Chris Lattnermissed a line :(
2010-10-13 Chris Lattnerconstify these methods.
2010-10-13 Chris Lattneradd a few operations for signed operations that also
2010-10-03 Duncan SandsGCC extensions are no longer used here - update the...
2010-10-03 Duncan SandsRemove two uses of the gcc specific 'aligned' attribute...
2010-09-27 Dan GohmanAdd an all() method to BitVector, for testing whether...
next