Branching or switching on trap transfers imminent undefined behavior
[oota-llvm.git] / include / llvm / ADT /
2009-11-19 Daniel DunbarTwine: Stores kinds as uchar instead of bitfield to...
2009-11-17 Viktor KutuzovAdded getArchNameForAssembler method to the Triple...
2009-11-17 Nuno Lopesadd Case() with 5 args
2009-11-17 Duncan Sands1. Allow SCCIterator to work with GraphT types that...
2009-11-16 Eric ChristopherFix unused variables warnings.
2009-11-15 Chris Lattneradd a version of array_pod_sort that takes a custom...
2009-11-15 Edward O'CallaghanAdd PSP OS Target to Triple, Credit to Bruno Cardoso...
2009-11-13 Dan GohmanUse .data() instead of .c_str() when nul-termination...
2009-11-13 Rafael EspindolaSwitch to smallvector. Also fix issue with using unsige...
2009-11-13 Rafael EspindolaAdd a new split method to StringRef that puts the subst...
2009-11-12 Daniel DunbarStringRef(const char*) should not be used to turn null...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-11-11 Daniel DunbarAdd StringRef::split(StringRef), to complement StringRe...
2009-11-11 Daniel DunbarAdd Triple::str() which returns the contents of the...
2009-11-11 Daniel DunbarAdd From arguments to StringRef search functions, and...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-09 Daniel DunbarAdd StringSwitch::Cases overloads, for matching multipl...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Douglas GregorAdd a bunch of missing "template" keywords to disambigu...
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-10-29 Zhongxing Xuadd newline to make cl.exe happy.
2009-10-29 Douglas GregorA switch-on-string-literal construct that is a nice...
2009-10-28 Evan ChengRemove getIEEEFloatParts and getIEEEDoubleParts. They...
2009-10-27 Evan ChengAdd new APFloat methods that return sign, exp, and...
2009-10-27 Mike StumpFix VS build, patch by Marius Wachtler.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-23 Jeffrey YasskinFix stylistic and documentation problems in ValueMap...
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Eric Christophersize_t, not unsigned here to silence a warning.
2009-10-22 Benjamin KramerRandom include cleanup.
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-17 Eric ChristopherMore warnings patrol: Another unused argument and more...
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarRemove llvm::EscapeString, raw_ostream::write_escaped...
2009-10-17 Daniel DunbarMove StringMap's string has function into StringExtras.h
2009-10-16 Chris LattnerAdd half precision floating point support (float16...
2009-10-16 Chris Lattneradd haiku support, patch by Paul Davey!
2009-10-14 Dan GohmanDelete bogus semicolons.
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
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...
next