aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* [APFloat] Added missing doxygen module closing statement.Michael Gottesman2013-06-211-0/+2
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-201-2/+1
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-191-1/+1
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-191-0/+1
* [APFloat] Expose isSmallest/isLargest as public methods.Michael Gottesman2013-06-191-12/+8
* APInt: Add a fast case for isAllOnesValue.Benjamin Kramer2013-06-151-2/+6
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-101-2/+3
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-071-7/+6
* Optimize BitVector::all().Benjamin Kramer2013-06-071-2/+10
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-041-7/+42
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-032-1/+7
* DenseMap: Move the key into place when we use the move version of operator[].Benjamin Kramer2013-06-011-2/+2
* Removed a comment above an include which is unnecessary and added a missing c...Michael Gottesman2013-06-011-1/+2
* Added method comments for getZero,getInf.Michael Gottesman2013-06-011-0/+7
* Updated APFloat's comments to fit the LLVM style guide.Michael Gottesman2013-06-011-159/+202
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-301-2/+31
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-281-0/+3
* Disable the StringMapEntry copy constructor, to make sure weChris Lattner2013-05-251-0/+1
* clang formatted APFloat.hMichael Gottesman2013-05-241-349/+344
* clang-formatted APInt.hMichael Gottesman2013-05-241-290/+160
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-244-22/+22
* Fixed trailing whitespace.Michael Gottesman2013-05-231-5/+5
* Updated the comments of APInt.h to match the llvm style guide and be consiste...Michael Gottesman2013-05-231-379/+590
* Remove unneeded call to a base default ctorReid Kleckner2013-05-221-1/+1
* Fix StringMapIterator compile errors for non-MSVC compilers.Reid Kleckner2013-05-221-1/+1
* [Support] Add StringMap::swap() and a default ctor for iteratorsReid Kleckner2013-05-221-0/+10
* Comment update: these things are called "configuration names" these days, notRichard Smith2013-05-201-7/+9
* Add missing #includeDouglas Gregor2013-05-151-0/+1
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-153-6/+12
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-1/+8
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-031-0/+1
* Replaced usages of size_type with size_t to be more consistent.Aaron Ballman2013-05-021-8/+8
* fix windows warning. Peng Cheng2013-05-011-2/+2
* use static_cast to get rid of windows warning. Peng Cheng2013-05-011-1/+1
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-261-77/+0
* typoJia Liu2013-04-221-1/+1
* Fix typoEli Bendersky2013-04-181-1/+1
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-151-2/+2
* Fix PointerIntPair to be enum class compatible.Joe Groff2013-04-091-26/+26
* Document the return value of SmallSet insert.Nadav Rotem2013-04-041-0/+1
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-292-17/+18
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-292-18/+17
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-292-17/+18
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-273-18/+4
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-201-2/+2
* Add std prefixes to fix the build with xlc.Rafael Espindola2013-03-201-1/+1
* [ADT] Fix StringSet::insert() to not allocate on every lookup.Daniel Dunbar2013-03-151-12/+14
* Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...Craig Topper2013-03-151-6/+6
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-081-1/+43
* Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!Aaron Ballman2013-02-271-7/+7