Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
[oota-llvm.git] / include / llvm / ADT /
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-23 Michael GottesmanFixed trailing whitespace.
2013-05-23 Michael GottesmanUpdated the comments of APInt.h to match the llvm style...
2013-05-22 Reid KlecknerRemove unneeded call to a base default ctor
2013-05-22 Reid KlecknerFix StringMapIterator compile errors for non-MSVC compi...
2013-05-22 Reid Kleckner[Support] Add StringMap::swap() and a default ctor...
2013-05-20 Richard SmithComment update: these things are called "configuration...
2013-05-15 Douglas GregorAdd missing #include
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-03 Richard Sandiford[SystemZ] Add llvm::Triple::systemz
2013-05-02 Aaron BallmanReplaced usages of size_type with size_t to be more...
2013-05-01 Peng Chengfix windows warning.
2013-05-01 Peng Chenguse static_cast to get rid of windows warning.
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-04-22 Jia Liutypo
2013-04-18 Eli BenderskyFix typo
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-04-09 Joe GroffFix PointerIntPair to be enum class compatible.
2013-04-04 Nadav RotemDocument the return value of SmallSet insert.
2013-03-29 Jean-Luc DupratSmallVector and SmallPtrSet allocations now power-of...
2013-03-29 Rafael EspindolaRevert "Fix allocations of SmallVector and SmallPtrSet...
2013-03-29 Jean-Luc DupratFix allocations of SmallVector and SmallPtrSet so they...
2013-03-27 Rafael EspindolaCleanup the simplify_type implementation.
2013-03-20 Jakub StaszakUse pre-inc, pre-dec when possible.
2013-03-20 Rafael EspindolaAdd std prefixes to fix the build with xlc.
2013-03-15 Daniel Dunbar[ADT] Fix StringSet::insert() to not allocate on every...
2013-03-15 Craig TopperUse NumBaseBits in a few more places in SmallBitVector...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-02-27 Aaron BallmanSwitching -1ULL to UINT64_MAX to fix MSVC warnings...
2013-02-26 Matt ArsenaultAnother test commit. Remove trailing whitespace.
2013-02-26 Matt ArsenaultTest commit. Remove trailing whitespace.
2013-02-22 Benjamin KramerAn Optional<T> is pod-like if the inner type is.
2013-02-21 Pedro ArtigasClear the whole table including the tombstones, since...
2013-02-21 David BlaikieAdd move ctor/assignment to Optional<T>
2013-02-21 David BlaikieCorrect spelling of 'enumerator'.
2013-02-21 David BlaikieMake Optional<T>'s operator bool 'explicit' in C++11
2013-02-21 NAKAMURA TakumiADT/Optional.h: Appease msvc. It reapplies r175626.
2013-02-21 David BlaikieProvide a "None" value for convenience when using Optio...
2013-02-20 NAKAMURA TakumiRevert r175626, "ADT/Optional.h: Appease msvc."
2013-02-20 NAKAMURA TakumiWhitespace.
2013-02-20 NAKAMURA TakumiADT/Optional.h: Appease msvc.
2013-02-20 Benjamin KramerMove the SplatByte helper to APInt and generalize it...
2013-02-20 David BlaikieRename llvm::Optional<T>::Reset to 'reset' as per LLVM...
2013-02-20 David BlaikieAllow llvm::Optional to work with types without default...
2013-02-20 Jakub StaszakMove part of APInt implementation from header to cpp...
2013-02-19 Douglas GregorRemove my bogus MapVector::erase() with a narrower...
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 Douglas GregorAdd front/back/erase to MapVector.
2013-02-14 Francois PichetAdd missing typename to unbreak the MSVC 2012 build.
2013-02-13 Ryan GovostesFix iterator definitions for ImmutableSet and ImmutableMap.
2013-02-13 Ryan GovostesAdd iterator_traits to ImmutableMap and ImmutableSet.
2013-02-13 Craig TopperRemove unnecessary condtional assignment. The next...
2013-02-07 Meador IngeADT: Correct APInt::getActiveWords for zero values
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-30 Michael GottesmanEncapsulate testing that we have an iOS Triple in Tripl...
2013-01-25 Nick LewyckyAdd an insert() method to MapVector. Adds the first...
2013-01-25 Andrew TrickArrayRef reverse iterators.
2013-01-25 Andrew Trickwhitespace
2013-01-24 Richard TrieuAdd asserts to SmallVector so that calls to front(...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-22 NAKAMURA TakumiSparseMultiSet.h: Add suggested parentheses.
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...
2013-01-18 Jordan RoseAdd llvm::hexDigitValue to convert single characters...
2013-01-15 Argyrios Kyrtzidis[ADT/StringMap] Follow-up to r172455, use the correct...
2013-01-14 Argyrios Kyrtzidis[ADT/StringMap] Add a constructor in StringMap that...
2013-01-14 Joe GroffFix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined...
2013-01-14 Joe GroffAdd DenseMap::insert(value_type&&) method.
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
2013-01-05 NAKAMURA TakumiWhitespace.
2013-01-05 NAKAMURA TakumiDenseMap: Appease -fstrict-aliasing on g++-4.4.
2013-01-05 Alex RosenbergFix warnings from llvm-gcc as seen on darwin10 (10.6).
2013-01-04 Jakob Stoklund OlesenAdd an iplist::clearAndLeakNodesUnsafely() function.
2013-01-04 Eric ChristopherMake comment a bit more clear.
2013-01-02 Argyrios KyrtzidisUse a bool instead of a bitfield in llvm/ADT/Optional.
2012-12-27 Chandler CarruthProvide a common half-open interval map info implementa...
2012-12-20 Richard SmithDon't leave IsUnsigned uninitialized in a default-const...
2012-12-19 Benjamin KramerMapVector: Add lookup().
2012-12-18 Jakob Stoklund OlesenAdd an assertion for a likely ilist::splice() contract...
2012-12-18 Eli BenderskyCleanup comment and formatting
2012-12-07 Ted KremenekMark ImmutableMap::remove/add() const.
2012-12-07 Ted KremenekAdd manualRetain() and manualRelease() to ImmutableMapR...
2012-12-07 Eli BenderskyAdd convenience accessor to Triple for OS == NaCl
2012-12-06 Ted KremenekRevert "Allow modifying an ImmutableMap without canonic...
2012-12-06 Jordan RoseAllow modifying an ImmutableMap without canonicalizing...
2012-12-04 Eli BenderskyRemove a URL from code
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-03 Argyrios KyrtzidisAdd a getMemorySize() function for DenseSet.
2012-12-03 Argyrios KyrtzidisEliminate redundant bitwise operations when using a...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-30 Chandler CarruthSeparate out the tests for whether the compiler suports...
2012-11-30 Jordan RoseAdd a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
2012-11-16 Andrew Tricktypo
2012-11-15 Sergei LarinFix indeterminism in MI scheduler DAG construction.
2012-11-15 Guy BenyeiAdd support for SPIR64 target - the 64bit counterpart...
2012-11-15 Jakub StaszakUse LLVM_DELETED_FUNCTION.
next