Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
[oota-llvm.git] / include / llvm / ADT /
2007-12-08 Chris Lattnerremove dead #include.
2007-12-08 Chris Lattnereliminate dependency on Bitcode headers.
2007-12-08 Chris Lattnerremove dead #include, APInt.h already has the needed...
2007-11-29 Chris LattnerPass the whole StringMapEntry into StringMapEntryInitia...
2007-11-29 Chris Lattnerprovide an optional API to allow datatypes in a stringm...
2007-11-23 Chris LattnerFix PR1816, by correcting the broken definition of...
2007-11-19 Dan GohmanAdd explicit keywords.
2007-11-15 Daniel BerlinFix bugs in iterator invalidation
2007-11-15 Chris LattnerImport the boost scoped_ptr class to LLVM. This patch...
2007-11-13 Hartmut KaiserFixed a strange construct. Please review.
2007-11-07 Ted KremenekImplemented generic serialization of APFloat.
2007-11-07 Ted KremenekFixed default ctor for APInt to properly initialize...
2007-11-06 Chris Lattnermake smallptrset more const and type correct, which...
2007-11-01 Neil BoothWhen converting to integer, do bit manipulations in...
2007-11-01 Ted KremenekAdded typedef "value_type" to DenseMap (similar typedef...
2007-10-31 Ted KremenekChanged access control within FoldingSet for some ivars...
2007-10-30 Ted KremenekAdded member function "size()" to FoldingSet to return...
2007-10-26 Ted KremenekAdded serialization support for APInt.
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-24 Chris Lattneradd a nice predicate to check to see if nan
2007-10-18 Christopher LambAdd an uppercase conversion utility function.
2007-10-18 Ted KremenekChanged the return type of type-specific Allocate(...
2007-10-17 Ted KremenekImutAVLTree now allocates tree nodes from the BumpPtrAl...
2007-10-17 Ted KremenekMinor cosmetic cleanups in the calculation of alignment...
2007-10-17 Ted KremenekUpdated StringMap to use llvm::AlignOf to compute the...
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-10-15 Ted KremenekFixed incorrect renaming of method name (forgot two...
2007-10-15 Ted KremenekAdded more doxygen comments.
2007-10-14 Neil BoothConsolidate logic for creating NaNs. Silence compiler...
2007-10-12 Chris Lattnerdon't use intptr_t without including it.
2007-10-12 Chris LattnerMake this compute the correct offset, handling alignmen...
2007-10-12 Neil BoothImplement correctly-rounded decimal->binary conversion...
2007-10-12 Chris Lattnermake operator== work with non-equal sized bitvectors...
2007-10-11 Ted KremenekProvided accessors to internal allocator for ImutAVLTre...
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-11 Chris Lattnermake bitvector &= do the right thing if vectors have...
2007-10-11 Ted KremenekAdded iterators to ImmutableSet.
2007-10-10 Ted KremenekAdded some doxygen comments to ImmutableSet.
2007-10-10 Ted KremenekRemoved uninformative assertions that catch problems...
2007-10-10 Ted KremenekRemoved "height" of an AVL tree node from its Profile...
2007-10-10 Ted KremenekRemoved spurious forward declaration to a structure...
2007-10-10 Ted KremenekAdded some doxygen comments to a few methods of ImutAVL...
2007-10-10 Ted KremenekAdded preliminary support for iterators in ImutAVLTree.
2007-10-10 Ted KremenekRenamed internal method "Create" of ImutAVLTree to...
2007-10-09 Ted KremenekAdded implementation of immutable (functional) maps...
2007-10-09 Chris LattnerFix problems where DenseMap used operator!= instead...
2007-10-09 Chris LattnerChange a #include into a forward declaration
2007-10-08 Neil BoothAdd a new function tcExtract for extracting a bignum...
2007-10-07 Chris LattnerFinish off PR1723, by working around some strange compi...
2007-10-07 Neil BoothAdd back convertFromSignExtendedInteger.
2007-10-07 Neil BoothReimplement convertFromUnsignedInteger so it is passed...
2007-10-07 Neil BoothconvertFromInteger, as originally written, expected...
2007-10-07 Neil BoothcombineLostFractions does not need to be a member function
2007-10-07 Daniel BerlinSome more problems noticed by Curtis
2007-10-06 Neil BoothGeneralize tcFullMultiply so that the operands can...
2007-10-05 Chris LattnerMark count method const.
2007-10-05 Daniel BerlinFix intersectWithComplement bug noticed by Curtis Dunham
2007-10-04 Daniel BerlinFix the previous bug a slightly different way (by modif...
2007-10-04 Daniel BerlinFix off by one error in iterator
2007-10-04 Daniel BerlinIt helps a lot when you check for the end of your list...
2007-10-04 Daniel BerlinMake SparseBitVector::set actually work properly when...
2007-10-03 Neil BoothAdd APFloat -> hexadecimal string conversion, as per...
2007-10-03 Owen AndersonAdd a GraphTraits partial specialization to make the...
2007-10-03 Chris LattnerAdd initial iterator support for folding set.
2007-10-03 Neil BoothTweak RoundAwayFromZero the bit number below which...
2007-09-30 Chris LattnerAdd a helper useful when mapping from a map element...
2007-09-30 Chris LattnerAdd a new DenseSet abstraction.
2007-09-26 Neil BoothWhitespace cleanup.
2007-09-26 Daniel BerlinFix small bug in operator== for iterators
2007-09-24 Daniel BerlinComment fixups
2007-09-24 Daniel BerlinImplement offline variable substitution in order to...
2007-09-24 Owen AndersonFix typo.
2007-09-21 Dale JohannesenChange APFloat::convertFromInteger to take the incoming
2007-09-21 Owen AndersonFix CopyFrom for non-POD data types.
2007-09-17 Devang PatelDo not hide APInt::dump() inside #ifndef NDEBUG.
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-17 Daniel BerlinThat's what i get for using carbon emacs in a terminal
2007-09-17 Daniel BerlinFix iterator so it doesn't sometimes report bits that...
2007-09-16 Daniel BerlinFix bug in andersen's related to test_and_set.
2007-09-16 Daniel BerlinFix a few bugs related to zero'ing of elements
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-14 Dan GohmanAnd an FoldingSetImpl::NodeID::AddInteger overload...
2007-09-13 Chris LattnerMake single-argument ctors explicit to avoid tricky...
2007-09-11 Daniel BerlinMove dump out of class, use "\n" instead of endl
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-11 Daniel BerlinConvert to use ilist and non-pointer lists for extra...
2007-09-11 Owen AndersonAdd a ValueInfoT template parameter to DenseMap so...
2007-09-11 Owen AndersonDon't bother to initialize values corresponding to...
2007-09-11 Daniel BerlinFix bugs with &=, intersect with complement. Add three...
2007-09-11 Owen AndersonFix non-deterministic behavior in the DenseMap copy...
2007-09-11 Daniel BerlinAdd remaining functions necessary for andersen's
2007-09-09 Daniel BerlinAdd SparseBitVector implementation
2007-09-08 Chuck Rose IIIFix for VisualStudio. It is treating a 2 bit enum...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-04 Dale Johannesenfix reversal bug in preceding checkin
2007-08-31 Dale JohannesenAdd mod, copysign, abs operations to APFloat.
2007-08-31 Dale JohannesenRevise per review of previous patch.
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-29 Chris LattnergetMinSignedBits needs to take into consider the sign...
next