NEON VLD/VST are now fully implemented. For operations that expand to
[oota-llvm.git] / include / llvm / ADT /
2009-10-13 Ted KremenekProvide a mode for ImmutableMap/ImmutableSet to not...
2009-10-13 Chris Lattnerremove dead header.
2009-10-13 Dan GohmanAdd a ceilLogBase2 function to APInt.
2009-10-07 Torok EdwinAdd a comment explaining how DenseMap::insert works...
2009-10-01 Dan GohmanDon't use identifiers that start with an underscore...
2009-09-29 Devang PatelCreate empty StringRef is incoming cstring is NULL.
2009-09-22 Daniel DunbarSwitch FoldingSet::AddString to StringRef based API.
2009-09-20 Chris Lattnerwrite rfind in terms of npos as daniel requested
2009-09-20 Chris Lattnermove a couple non-trivial methods out of line, add new
2009-09-20 Chris Lattneradd size_t and a version of rfind that allows specifica...
2009-09-19 Chris Lattneradd some more overloads of StringRef::getAsInteger for
2009-09-19 Chris Lattneradd a simple c_str() method to SmallString.
2009-09-19 Chris Lattnerprovide a "strtoull" operation that works on StringRef's.
2009-09-17 John McCallFix a few places where PointerIntPair was using Pointer...
2009-09-17 Chris Lattneradd a version of the APFloat constructor that initializ...
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}
2009-09-15 Dan GohmanFix apostrophos.
2009-09-15 Chris Lattnerswitch scciterator to use DenseMap instead of std::map
2009-09-11 Chris Lattnergive densemap iterators real iterator traits.
2009-09-08 Daniel DunbarAdd Triple::getArchTypeForDarwinArchName, which convert...
2009-09-06 Duncan SandsMark constants as unsigned, as pointed out by icc
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-05 Benjamin KramerDelete unused #include.
2009-09-04 Benjamin KramerPrune #includes.
2009-09-03 Ted KremenekMake ImmutableMap/ImmutableSet quicker by only canonica...
2009-09-03 Ted KremenekSet the 'cached digest' flag after computing the digest...
2009-08-31 Gabor Greifrestore semantics of operator* (removing a FIXME I...
2009-08-30 Chris Lattnermake DenseMap::clear() early exit if there is nothing...
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor Greifre-apply r80197, now that iterator.h is not mentioned...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-26 Gabor Greifnow that include/llvm/ADT/iterator.h.in is not attempte...
2009-08-26 Gabor Greifnobody includes llvm/ADT/iterator.h any more,
2009-08-26 Gabor GreifRemove all the LLVM_COMPACTIFY_SENTINELS-related macro...
2009-08-26 Mike StumpAllow unsigned long long DenseMapInfo.
2009-08-26 Chris Lattnersome mips and some sparc compilers apparently
2009-08-25 Gabor Greifre-committing yesterday's r79938.
2009-08-25 Bill Wendling--- Reverse-merging r79938 into '.':
2009-08-24 Gabor GreifResubmit an earlier patch of mine:
2009-08-24 Daniel DunbarAdd llvm::Triple::getArchTypePrefix for getting the...
2009-08-23 Chris Lattnerremove the dead std::ostream APInt inserter
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-22 Daniel DunbarChange SmallString::operator{=,+=} to take a StringRef.
2009-08-21 Anton KorobeynikovImplement APInt <-> APFloat conversion for IEEE 128...
2009-08-19 Daniel DunbarAdd a fast path for setName("") on an unnamed value.
2009-08-19 Eli FriedmanAdd triple parsing support for TCE.
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
2009-08-19 Daniel DunbarAdd SmallString::str (which returns a StringRef); this...
2009-08-19 Daniel DunbarRemove SmallString::append_*int* methods; how many...
2009-08-19 Daniel DunbarAdd SmallVector::{capacity,set_size}.
2009-08-18 Daniel DunbarImprove Triple to recognize the OS in i386-mingw32.
2009-08-18 Daniel DunbarFix pasto in StringRef::count(char)
2009-08-18 Daniel DunbarAdd StringRef::count({char,StringRef})
2009-08-18 Misha BrukmanFixed spelling of MSP430.
2009-08-18 Daniel DunbarRecognize xscale as an ARM arch.
2009-08-18 Daniel DunbarAdd Triple matching for pic16 arch and solaris OS.
2009-08-17 Oscar FuentesMake a declaration consistent with its definition.
2009-08-16 Erick TryzelaarModify APFloat to take a StringRef instead of a c string.
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-08-13 Daniel DunbarAdd StringRef::front (with some small tweaks while...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 Gabor Greifcatch a typo and simplify call syntax
2009-08-12 Chris Lattneradd support for mingw64 target triples.
2009-08-12 Chris Lattneradd a couple of helpers to the Triple class for decoding
2009-08-11 Daniel DunbarStringRef: Add find(char) and find(StringRef).
2009-08-10 Chris Lattneradd a simple back() method to StringRef.
2009-08-09 Daniel DunbarSTLExtras: Add less_ptr.
2009-08-07 Dan GohmanUse std::string() instead of std::string("").
2009-08-05 Daniel DunbarAdd StringRef::endswith
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-08-02 Daniel DunbarAdjust comment to distinguish between target name and...
2009-08-02 Jakob Stoklund OlesenAnalog Devices Blackfin back-end.
2009-08-01 Ted KremenekMake default ctor for ImmutableSet::iterator public.
2009-07-31 Dan GohmanSplit DenseMapInfo into a separate header file, so...
2009-07-30 Daniel DunbarTwine: Directly support int, long, and long long types.
2009-07-30 Daniel DunbarTwine: Use raw_ostream::write_hex, remove unused itohex...
2009-07-30 Daniel DunbarRemove itohexstr, which only had one user.
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-30 Daniel DunbarTwine: Provide [u]int{32,64} conversions via implicit...
2009-07-29 Douglas GregorFix a typo, and all of its copies
2009-07-29 Douglas GregorImplement PointerUnion4.
2009-07-29 Benjamin KramerMSVC build fix. Patch by Olaf Krzikalla!
2009-07-29 Daniel DunbarTwines: Support numeric conversion directly (uitostr...
2009-07-26 Chris LattnerUse the RHS length instead of the LHS length. They...
2009-07-26 Daniel DunbarOops, forgot XCore. Sorry XCore!
2009-07-26 Daniel DunbarUpdate for API change.
2009-07-26 Daniel DunbarUpdate Triple to use StringRef/Twine based APIs.
2009-07-26 Daniel DunbarAdd StringRef::{slice, split}, two convenient string...
2009-07-25 Jeffrey YasskinAdd a missing ilist_node.h #include to SparseBitVector...
2009-07-24 Daniel DunbarMove to raw_ostream.
2009-07-24 Daniel DunbarFix constructor types
2009-07-24 Daniel DunbarAdd Twine ADT.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Chris Lattnerenhance DepthFirstIterator to support more robust opera...
2009-07-23 Chris Lattnerremove a really old and dead header
2009-07-22 Daniel DunbarDefine npos in a way that should make MSVC happier.
2009-07-21 Daniel DunbarAdd missing include
2009-07-21 Torok EdwinAdd freed memory poisoning in !NDEBUG mode for DenseMap.
next