llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like "LLVM...
[oota-llvm.git] / include / llvm / ADT /
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.
2009-07-21 Daniel DunbarMove StringRef comparison operators out of class.
2009-07-21 Daniel DunbarAdd StringRef::{substr, startswith}.
2009-07-21 Daniel DunbarAdd StringRef class, with fixes.
2009-07-19 Daniel DunbarRemove redundant qualifiers.
2009-07-15 Chris LattnerFix a fixme, patch by Ryan Flynn!
2009-07-13 Chris LattnerAdd NetBSD to the Triple class, patch by Krister Walfri...
2009-07-13 Dan GohmanAdd an optional optimization to FoldingSet to allow...
2009-07-10 Ted KremenekImmutableMap/ImmutableSet: Allow caching of ImutAVLTree...
2009-07-09 Ted KremenekImmutableSet/ImmutableMap: Allow caching of null digest...
2009-07-08 Douglas GregorMake SmallPtrSet iterators real iterators
2009-07-07 Chris Lattnerfix a bug in post-order iterators with external storage...
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-06-30 Bill WendlingTemporarily revert r74494. It was causing failures...
2009-06-30 Owen AndersonFix the build on Cygwin. Patch by Aaron Gray.
2009-06-30 Dan GohmanDefine an operator<< for APInt to be used with std...
2009-06-29 Sebastian RedlFix three MSVC 2008 warnings that completely clutter...
2009-06-29 Duncan SandsAdd triple for OpenBSD.
2009-06-27 Dan GohmanAdd a 'const' in a comment.
2009-06-24 Owen AndersonUpdate for DOTGraphTraits changes.
2009-06-23 Owen AndersonUse atomic operations when accessing statistics, and...
2009-06-19 Duncan SandsAdd support for AuroraUX. Patch by evocallaghan.
2009-06-15 Owen AndersonOwen Anderson 2009-06-15: Use a SmallPtrSet here, for...
2009-06-02 Torok Edwinfix build on VC++2k8.
2009-06-01 Mike StumpDcoument that the opauque value used to construct QNaNs...
2009-05-30 Mike StumpAdd some documentation.
2009-05-30 Mike StumpAdd support for letting the client choose different...
2009-05-22 Daniel DunbarAdd llvm::triple constructor from arch, vendor, os...
2009-05-21 Jay FoadTighten up the asserts in SmallVector::operator[]().
2009-05-21 Jay FoadUse v.data() instead of &v[0] when SmallVector v might...
2009-05-21 Jay FoadImplement new SmallVector::data() methods.
2009-05-12 Bill WendlingUse struct instead of class to make MCVS compile.
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-05-11 John MosbyShrink wrapping in PEI:
2009-05-04 Mike StumpRestore minor deletion.
2009-05-01 Stuart HastingsPrevent looping when DenseSet is abused.
2009-04-30 Jay FoadMove helper functions for optimizing division by consta...
2009-04-26 Bill WendlingI cast, therefore I think I know what I'm doing.
2009-04-26 Bill WendlingUse uint64_t instead of unsigned.
2009-04-26 Chris Lattnerrevert an incorrect patch. This causes crashes all...
2009-04-26 Bill WendlingSuppress warnings about conversion shortening 64-bit...
2009-04-25 Chris LattnerDenseMap.h needs <new> because it explicitly calls...
2009-04-22 Owen AndersonFix for PR3946, in which SmallVector could behave stran...
2009-04-13 Douglas GregorAdd a static APInt::getNumWords
2009-04-10 Chris Lattnerfix a broken assertion in ilist_iterator, which caused...
2009-04-02 Chris Lattnerfix overflow checks in SmallVector:
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-04-01 Misha BrukmanFixed spelling.
2009-04-01 Chris LattnerAdd range insert method for DenseSet and define DenseMa...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-31 Douglas GregorAllow the use of pointers to const within PointerUnion.
2009-03-31 Chris Lattneradd some accessors so I can play games with DenseMaps.
2009-03-31 Douglas GregorStop guessing, start thinking, and make PointerUnion3...
2009-03-31 Douglas GregorReally, really fix PointerUnion3::is
2009-03-30 Douglas GregorMake PointerUnion3::get work properly
2009-03-30 Chris Lattnerupdate comment.
2009-03-30 Chris Lattneradd a PointerUnion3 class and generalize PointerUnion...
2009-03-30 Chris Lattnerfix the PointerLikeTypeTraits specialization for Pointe...
2009-03-29 Chris Lattneradd missing space.
2009-03-29 Chris Lattneradd some comments, add a dyn_cast method.
2009-03-29 Chris LattnerWhen forming sentinels for empty/tombstone, make sure...
2009-03-29 Chris Lattneradd helper method.
2009-03-29 Chris LattnerAdd a simple type-safe bit-mangling pointer union class...
2009-03-29 Chris LattnerAllow a specific PointerIntPair instance to use a speci...
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-29 Chris Lattnerrename PointerLikeTypeInto to PointerLikeTypeTraits...
2009-03-29 Chris Lattnerteach SmallPtrSet that PointerIntPair is "basically...
2009-03-28 Chris Lattnerdeclare everything as class to avoid angering the VC...
2009-03-28 Chris Lattneradd a traits class for SmallPtrSet that allows us to...
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
next