System: Add SwapByteOrder and update Support/MathExtras.h to use it.
[oota-llvm.git] / include / llvm / ADT /
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...
2010-09-22 Dan GohmanMake SetVector's remove indicate whether it actually...
2010-09-21 Mikhail GlushenkovTrailing whitespace.
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!
2010-09-04 Chris Lattnerfix this to work with allocators that have reference...
2010-09-02 John McCallAfter some discussion with djg, teach SmallVector to...
2010-09-01 Dan GohmanMake the iterator form of erase return void, since...
2010-08-30 Eric ChristopherKill a couple of unused variables.
2010-08-29 Dan GohmanDelete an unused declaration.
2010-08-26 John McCallSmallVector's growth policies don't like starting from...
2010-08-25 John McCallProvide an explicit specialization of SmallVector at...
2010-08-23 Benjamin KramerAvoid O(n*m) complexity in StringRef::find_first(_not...
2010-08-23 Benjamin KramerStringRef tweaks:
2010-08-18 Sean HuntFinish full attribute class emission for clang.
2010-08-18 Jakob Stoklund OlesenRevert r111394. It was too aggressive.
2010-08-18 Jakob Stoklund OlesenAggressively prune the DFS when inserting phi-defs.
2010-08-18 Jakob Stoklund OlesenAdd df_iterator::getPathLength and getPath as a way...
2010-08-18 Chris LattnerDon't pass in a null pointer to std::string's ctor...
2010-08-16 Dan GohmanAdd hooks to FoldingSetTrait to allow specializations...
2010-08-16 Dan GohmanTidy up whitespace in comments.
2010-08-16 Dan GohmanConstify FoldingSetNodeIDRef's Data.
2010-08-16 Dan GohmanReverse the order of GetNodeProfile's arguments, for...
2010-08-16 Dan GohmanFix indentation in example code in a comment.
2010-08-13 Benjamin KramerUse getAllOnesValue, saves a copy and looks better.
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-08-09 Duncan SandsRemove the ValueMap operator=, which was wrong (it...
2010-08-09 Zhongxing XuChange the Interval type to signed in ImmutableInterval...
2010-08-08 Duncan SandsRemove the ValueMap copy constructor. It's not used...
2010-08-07 Nick LewyckyFix typo.
2010-07-30 Duncan SandsFix the ValueMap copy constructor. The issue is that...
2010-07-27 Owen AndersonFill out the interface of DenseSet a bit.
2010-07-27 Chris Lattnermake lookup failures not fatal.
2010-07-27 Duncan SandsIn commit 91421, isPod was changed from false to true...
2010-07-24 Chris Lattneradd a new NullablePtr class which makes it more obvious...
2010-07-23 Chris Lattnergive StringMap a new ctor which allows you to initialize it
2010-07-23 Chris Lattnermodernize stringset interface
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-13 Eric Christopher80-columns
2010-07-12 Argyrios KyrtzidisAdd convenience method FoldingSetImpl::InsertNode(Node...
2010-07-12 Bill WendlinggetOrInsertLeaderValue cannot be const because it calls...
2010-07-08 Duncan SandsUse std::vector rather than SmallVector here because...
2010-07-08 Duncan SandsDo not use std::stack because it causes obscure failure...
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-06-30 Duncan SandsRename NextPowerOfTwo to RoundUpToPowerOfTwo.
2010-06-30 Duncan SandsClarify that the NextPowerOfTwo template is idempotent.
2010-06-30 Duncan SandsRather than giving SmallPtrSetImpl a member field Small...
2010-06-29 Duncan SandsFix a buffer overflow noticed by gcc-4.6: zero is writt...
2010-06-29 Duncan SandsNextPowerOfTwo was already used to ensure that SmallSiz...
2010-06-24 Eric ChristopherSilence some unused variable warnings.
2010-06-24 Dan GohmanAdd a comment about a thread safety issue in Statistic.h.
2010-06-15 Chris Lattnerdisable SmallVectorImpl's copy constructor. This preve...
2010-06-11 John McCallDefine ContextualFoldingSet, which stores a context...
2010-06-10 Duncan SandsAdd includes to get ptrdiff_t. This is needed by gcc...
2010-06-09 Rafael EspindolaFix a gcc warning:
2010-06-08 Daniel DunbarADT: Add DAGDeltaAlgorithm, which is a DAG minimization...
2010-06-08 Benjamin KramerUse realloc instead of malloc+memcpy when growing a...
2010-06-05 Dan GohmanImplement operator== and operator!= for SetVector.
2010-06-02 Jim Grosbachremove trailing whitespace
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-05-22 John MosbyTrivial change to dump() function for SparseBitVector
2010-05-17 Jakob Stoklund OlesenOptimize empty DenseMap iteration.
2010-05-13 Daniel DunbarFix const ilist_node::get{Prev,Next}Node() to actually...
2010-05-12 Daniel DunbarADT: Add ilist_node::get{Prev,Next}Node, which return...
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-05-05 Chris LattnerImplement rdar://7415680 - Twine integer support lacks...
2010-04-30 Dan GohmanUpdate BitVectorTest.cpp to stay in sync with SmallBitV...
2010-04-30 Benjamin KramerSmallBitVector: Rework find_first/find_next and tweak...
2010-04-30 Benjamin KramerImplement a read/write operator[] for SmallBitVector...
2010-04-30 Benjamin KramerMake sure SmallBitVector actually uses the small case...
2010-04-29 Evan ChengAdd DenseMapInfo for int.
2010-04-29 Torok EdwinFix PR6910.
2010-04-19 Dan GohmanThese functions don't need to access this.
2010-04-17 Chris Lattnerreenable r101565, removing a problematic assertion.
2010-04-16 Chris Lattnerbuilding on the new CallGraphSCC abstraction, teach...
2010-04-16 Chris Lattnermove ReplaceNode out of line, rename scc_iterator:...
2010-04-16 Chris Lattnertidy up
2010-04-13 Daniel DunbarFix -Asserts warnings.
2010-04-11 Benjamin Kramerutostr isn't going away too soon, try to make it slight...
2010-04-09 Ted KremenekMove 'Optional' class from Clang to LLVM/ADT.
2010-04-08 Dan GohmanAdd variants of ult, ule, etc. which take a uint64_t...
2010-04-05 Douglas GregorRemove MaybeOwningPtr. We're going to use reference...
2010-04-05 Douglas GregorIntroduce MaybeOwningPtr, a smart pointer that may...
2010-03-30 Douglas GregorIntroduce namespace-scope functions to enable LLVM...
2010-03-30 Ted KremenekChange PointerUnionX::getFromOpaqueValue() to be declar...
2010-03-26 Dan GohmanFix SmallVector's insert to handle non-random-access...
2010-03-24 Chris LattnerAdd a method to get a StringMapEntry from a pointer...
2010-03-18 Benjamin KramerFix a name clash that was breaking MSVC builds.
2010-03-18 Dan GohmanFix a bug found by inspection; in the __GNUC__ code...
2010-03-18 Andrew LenharthNick wants these alphabetized
2010-03-18 Dan GohmanAdd the ability to "intern" FoldingSetNodeID data into a
2010-03-17 Andrew Lenharthmissing include
2010-03-16 Chris Lattnerwork around an MSVC2010 bug, PR6504
2010-03-12 Jeffrey YasskinFree DbgScopes in DwarfDebug::endFunction(). Also...
2010-03-08 Andrew LenharthIterator traits and swap. closes PR6548 and PR6549
2010-03-08 Douglas GregorRevert r97917, which was causing Clang Debug self-host...
2010-03-07 Jeffrey YasskinRoll r97906 forward again, without double-deleting...
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
next