summaryrefslogtreecommitdiff
path: root/include/llvm/ADT
Commit message (Expand)AuthorAge
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-03
* Replaced usages of size_type with size_t to be more consistent.Aaron Ballman2013-05-02
* fix windows warning. Peng Cheng2013-05-01
* use static_cast to get rid of windows warning. Peng Cheng2013-05-01
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-26
* typoJia Liu2013-04-22
* Fix typoEli Bendersky2013-04-18
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-15
* Fix PointerIntPair to be enum class compatible.Joe Groff2013-04-09
* Document the return value of SmallSet insert.Nadav Rotem2013-04-04
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-29
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-29
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-29
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-27
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-20
* Add std prefixes to fix the build with xlc.Rafael Espindola2013-03-20
* [ADT] Fix StringSet::insert() to not allocate on every lookup.Daniel Dunbar2013-03-15
* Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...Craig Topper2013-03-15
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!Aaron Ballman2013-02-27
* Another test commit. Remove trailing whitespace.Matt Arsenault2013-02-26
* Test commit. Remove trailing whitespace.Matt Arsenault2013-02-26
* An Optional<T> is pod-like if the inner type is.Benjamin Kramer2013-02-22
* Clear the whole table including the tombstones, since the tombstone count willPedro Artigas2013-02-21
* Add move ctor/assignment to Optional<T>David Blaikie2013-02-21
* Correct spelling of 'enumerator'.David Blaikie2013-02-21
* Make Optional<T>'s operator bool 'explicit' in C++11David Blaikie2013-02-21
* ADT/Optional.h: Appease msvc. It reapplies r175626.NAKAMURA Takumi2013-02-21
* Provide a "None" value for convenience when using Optional<T>()David Blaikie2013-02-21
* Revert r175626, "ADT/Optional.h: Appease msvc."NAKAMURA Takumi2013-02-20
* Whitespace.NAKAMURA Takumi2013-02-20
* ADT/Optional.h: Appease msvc.NAKAMURA Takumi2013-02-20
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-20
* Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.David Blaikie2013-02-20
* Allow llvm::Optional to work with types without default constructors.David Blaikie2013-02-20
* Move part of APInt implementation from header to cpp file. These methodsJakub Staszak2013-02-20
* Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor2013-02-19
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* Add front/back/erase to MapVector.Douglas Gregor2013-02-18
* Add missing typename to unbreak the MSVC 2012 build.Francois Pichet2013-02-14
* Fix iterator definitions for ImmutableSet and ImmutableMap.Ryan Govostes2013-02-13
* Add iterator_traits to ImmutableMap and ImmutableSet.Ryan Govostes2013-02-13
* Remove unnecessary condtional assignment. The next line ignores the result of...Craig Topper2013-02-13
* ADT: Correct APInt::getActiveWords for zero valuesMeador Inge2013-02-07
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOSMichael Gottesman2013-01-30
* Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky2013-01-25
* ArrayRef reverse iterators.Andrew Trick2013-01-25
* whitespaceAndrew Trick2013-01-25