Link with -rdynamic instead of -Wl,-export-dynamic.
[oota-llvm.git] / include / llvm / ADT /
2013-07-28 Rafael EspindolaFix -Wdocumentation warnings.
2013-07-27 Michael Gottesman[APFloat] Removed nextafter from missing operations...
2013-07-26 Bill WendlingUse a non-c'tor for converting a boolean into a StringRef.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Bill WendlingAdd a bool->StringRef c'tor to StringRef.
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-11 Benjamin KramerSync SmallBitVector with BitVector. Add unit tests...
2013-07-10 Argyrios KyrtzidisRemove llvm/ADT/NullablePtr.h, there are no uses of...
2013-07-08 Manman RenRevert r185852.
2013-07-08 Manman RenStringRef: add DenseMapInfo for StringRef.
2013-07-08 Argyrios Kyrtzidis[ADT/NullablePtr] Allow implicit conversion of Nullable...
2013-06-27 Michael GottesmanRevert "Revert "[APFloat] Removed APFloat constructor...
2013-06-27 Michael GottesmanRevert "[APFloat] Removed APFloat constructor which...
2013-06-27 Michael Gottesman[APFloat] Removed APFloat constructor which initialized...
2013-06-24 Michael Gottesman[APFloat] Added support for parsing float strings which...
2013-06-24 Michael Gottesman[APFloat] Added make{Zero,Inf} methods and implemented...
2013-06-24 Michael Gottesman[APFloat] Removed out of date comment from isNormal().
2013-06-24 Michael Gottesman[APFloat] Rename llvm::exponent_t => llvm::APFloat...
2013-06-21 Justin Holewinski[NVPTX] Add support for selecting CUDA vs OCL mode...
2013-06-21 Michael Gottesman[APFloat] Added missing doxygen module closing statement.
2013-06-20 Michael Gottesman[APFloat] Rename isIEEENormal => isNormal and remove...
2013-06-19 Michael Gottesman[APFloat] Converted all references to APFloat::isNormal...
2013-06-19 Michael Gottesman[APFloat] Added isFiniteNonZero predicate.
2013-06-19 Michael Gottesman[APFloat] Expose isSmallest/isLargest as public methods.
2013-06-15 Benjamin KramerAPInt: Add a fast case for isAllOnesValue.
2013-06-10 Duncan SandsAvoid warnings about unused parameters that tend to...
2013-06-07 Benjamin KramerBitVector: Do the right thing in all() when Size is...
2013-06-07 Benjamin KramerOptimize BitVector::all().
2013-06-04 Michael GottesmanIEEE-754R 5.7.2 General Operations is* operations ...
2013-06-03 Manuel KlimekIntroduce needsCleanup() for APFloat and APInt.
2013-06-01 Benjamin KramerDenseMap: Move the key into place when we use the move...
2013-06-01 Michael GottesmanRemoved a comment above an include which is unnecessary...
2013-06-01 Michael GottesmanAdded method comments for getZero,getInf.
2013-06-01 Michael GottesmanUpdated APFloat's comments to fit the LLVM style guide.
2013-05-30 Michael GottesmanImplement IEEE-754R 2008 nextUp/nextDown functions...
2013-05-28 Michael Gottesman[APInt] Implement tcDecrement as a counterpart to tcInc...
2013-05-25 Chris LattnerDisable the StringMapEntry copy constructor, to make...
2013-05-24 Michael Gottesmanclang formatted APFloat.h
2013-05-24 Michael Gottesmanclang-formatted APInt.h
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.
next