Simplify RegScavenger::forward a bit more.
[oota-llvm.git] / include / llvm / Support /
2009-08-07 Daniel DunbarAdd DEBUG_WITH_TYPE as a clean alternative to tweaking...
2009-08-07 Argyrios KyrtzidisModifications to dyn_cast/cast to make them work for...
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Andrew Lenharthonly point to dest labels if the graph has them
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Douglas GregorAdd some type traits that are used for Clang's statical...
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-08-01 Dan GohmanUse the default copy ctor and copy-assignment operators.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Dan GohmanRemove Annotation.h, which is no longer used in the...
2009-07-31 Dan GohmanTeach ValueHandleBase to treat DenseMap's special Empty...
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Daniel DunbarAdd raw_ostream::write_hex
2009-07-30 Devang PatelFix comment.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-29 David GreeneRe-apply previous changes and improve column padding...
2009-07-29 Daniel DunbarRevert r77397, it causes significant regressions in...
2009-07-28 David GreeneImprove performance of PadToColumn by eliminating flushes.
2009-07-28 David GreeneAdd some protected interfaces to allow subclass access...
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 Stefanus Du ToitInclude cmath/math.h in DataTypes.h regardless of wheth...
2009-07-27 Dan GohmanMake raw_null_ostream flush its buffer in its destructo...
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Sean CallananThanks, Bill!
2009-07-27 Sean CallananMany of Daniel's fixes.
2009-07-25 Dan GohmanRemove spurious semicolons.
2009-07-25 Eric ChristopherMove ExtractElementInst to ::Create instead of new...
2009-07-25 Sean CallananMemoryObject - Abstract base class for contiguous addre...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Daniel DunbarAllow llvm_report_error to accept a Twine.
2009-07-23 David GreeneWrite space padding as one string to speed up comment...
2009-07-23 Duncan SandsFix PR4614: the Intel C compiler defines _GNUC__
2009-07-23 Reid KlecknerRe-committing changes from r76825 to BumpPtrAllocator...
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Andrew Lenharthemit simple node was using different labels for fields...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerParameterize the BumpPtrAllocator over a slab allocator...
2009-07-22 Daniel DunbarSupport writing a StringRef to a raw_ostream directly.
2009-07-22 Eli FriedmanAttempt to fix BuildBot breakage with MSVC.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 David GreeneAdd a small utility class to configure IR printers...
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 Daniel DunbarFix comment.
2009-07-20 David GreeneHide the DOUT static variable behind a function interface.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Nick LewyckyReplace intersectWith with maximalIntersectWith. The...
2009-07-17 David GreeneMake DOUT an lvalue in release mode so that developers...
2009-07-16 Daniel DunbarAdd raw_null_ostream and llvm::nulls(), a raw_ostream...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Dan GohmanUse setStream infomatted_raw_ostream's constructor...
2009-07-16 Dan GohmanRemove inapplicable comments.
2009-07-16 Dan GohmanAdd explicit keywords.
2009-07-16 Dan GohmanUse size_t.
2009-07-16 Chris Lattneradd a knob to turn off PrettyStackTrace globally. ...
2009-07-16 Dan Gohmanformatted_raw_ostream both is-a raw_ostream and has...
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-15 Dan GohmanChange raw_ostream so that it doesn't call llvm_report_...
2009-07-15 Bob WilsonClean up some comments.
2009-07-15 Dan GohmanFix a thinko in a comment that Duncan spotted.
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Dan GohmanAdd a raw_ostream version of CheckBitcodeOutputToConsole.
2009-07-15 Dan GohmanAdd a comment noting that raw_os_ostream does not check...
2009-07-15 Chris Lattnereliminate the Mangler::PreserveAsmNames bit, the sole...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Chris Lattnerfix a bug in my previous patch.
2009-07-14 Chris Lattnerallow default construction of formatted_raw_ostream.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75610 (and r75620, which was blocking the rever...
2009-07-14 Torok EdwinAfter converting assert(0) to LLVM_UNREACHABLE we lost...
2009-07-14 Chris Lattnerremove renamed method.
2009-07-14 Chris LattnerChange the X86 asmprinter to use the mangler to apply...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Eli FriedmanFix obvious typo.
2009-07-14 Chris Lattnerrename Memo/Count to AnonGlobalIDs/NextAnonGlobalID...
2009-07-13 Chris Lattnerremove Mangler::getTypeID and related data, it was...
2009-07-13 Chris Lattnerremove mangler support for mangling local names. Mangl...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 David GreeneMake some more changes suggested by Chris. Manipulator...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Torok EdwinMention that llvm_report_error() does not return.
2009-07-12 Nick LewyckyMake this clearer for the mathematically inclined....
2009-07-11 Torok EdwinFix comment.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Nick LewyckyClarify and simplify.
2009-07-11 Nick LewyckyMove a method that creates constant ranges relative...
2009-07-10 David GreeneMake changes suggested by Chris and eliminate newly...
2009-07-10 Owen AndersonFix unit tests.
2009-07-10 Owen AndersonPush LLVMContext through the TypeBuilder API. There...
2009-07-10 Owen AndersonPush LLVMContext through the PatternMatch API.
2009-07-10 Owen AndersonFinish pushing LLVMContext through the IRBuilder/Consta...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-09 David GreeneAdd some hooks that a redesigned AsmStream needs to...
2009-07-09 Dan GohmanRevert the part of 75177 that split ConstantRange into...
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...
next