Add an extra operand to LABEL nodes which distinguishes between debug, EH, or misc...
[oota-llvm.git] / include / llvm / ADT /
2008-01-29 Ted KremenekAltered ctor for APSInt to accept an optional "isUnsign...
2008-01-28 Ted KremenekAdded destructor for template class FoldingSetNodeWrapper.
2008-01-24 Ted KremenekAdded additional overloaded operators for APSInt to...
2008-01-23 Ted KremenekAdded "getRoot()" to ImmutableSet.
2008-01-21 Ted KremenekFixed buggy caching of the hash value of an ImutAVLTree...
2008-01-21 Ted KremenekMoved method call within a conditional branch because...
2008-01-21 Ted KremenekAdjusted ImutAVLTree::ComputeHash to compute a hash...
2008-01-21 Ted KremenekAdded "clear" method to FoldingSetNodeID to allow a...
2008-01-21 Ted KremenekReplaced (FoldingSet) profiling of ImutAVLTree with...
2008-01-19 Ted KremenekChanged argument name for 'Profile' method to potential...
2008-01-19 Ted KremenekModified ImmutableSet/ImmutableMap to use FoldingSet...
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APSInt.
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APInt.
2008-01-19 Ted KremenekMade 'FoldingSetNodeID' a proper class instead of a...
2008-01-19 Ted KremenekMade 'profiling' of objects in a FoldingSet trait-based...
2008-01-18 Chris Lattnerdon't form an std::string with a null pointer, it aborts.
2008-01-18 Ted KremenekReverted implementation of ImmutableMap::find() to...
2008-01-17 Ted KremenekImplemented "FIXME" in ImutAVLTree: isEqual() now also...
2008-01-15 Ted KremenekChanged ImmutableMap::find to return an iterator instea...
2008-01-11 Chris Lattneradd operator==/!= to smallvector.
2008-01-08 Ted KremenekAdded "getRoot()" to ImmutableMap.
2008-01-08 Ted KremenekFixed 80 col. violation.
2008-01-02 Ted KremenekInverted argument order for ImmutableMap::Profile.
2008-01-02 Ted KremenekAdded iterator and profiling (i.e. FoldingSetNodeID...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-21 Ted KremenekRemoved scoped_ptr, as its functionality is subsumed...
2007-12-20 Ted KremenekAdded OwningArrayPtr smart pointer class to provide...
2007-12-20 Chris Lattneradd new smart pointer for clang.
2007-12-20 Anton KorobeynikovMore eye-candy stuff :)
2007-12-20 Anton KorobeynikovAdd iterators for child traversal.
2007-12-17 Chris Lattnercleanup this code, making it more "llvm-like".
2007-12-16 Anton KorobeynikovDefine addString() and lookup() out-of-line to dissuade...
2007-12-16 Anton KorobeynikovProvide GraphTraits and DOTGraphTraits interface for...
2007-12-15 Anton KorobeynikovUse references in DF iterators. This eliminates copy...
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-12 Anton KorobeynikovUse vector for child storage instead of map. This will...
2007-12-11 Anton KorobeynikovRemove Trie::Edge class. Now edge labels are stored...
2007-12-11 Wojciech MatyjewiczUse correct member access operator.
2007-12-11 Anton KorobeynikovAdd first and really dirty version of generic Trie...
2007-12-10 Ted KremenekAdded two bounds checks to the BitVector class to detect
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...
next