Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
[oota-llvm.git] / lib / VMCore / Constants.cpp
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-26 Owen AndersonMake this const.
2009-06-24 Devang PatelAdd constructor to create MDString using std::string
2009-06-20 Owen AndersonRevert r73790, and replace it with a significantly...
2009-06-19 Owen AndersonFix a serious bug that would cause deadlock during...
2009-06-19 Owen AndersonForgot to remove some explicit locking when it became...
2009-06-18 Owen AndersonSimplify a lot of code by using a R/W mutex that become...
2009-06-18 Owen AndersonMove Threading.[h|cpp] from Support to System.
2009-06-17 Owen AndersonFactor out some common code.
2009-06-17 Owen AndersonAdd an RAII ScopedWriter, which allows one to acquire...
2009-06-17 Owen AndersonSimplify the locking on the Constants tables, and make...
2009-06-17 Owen AndersonType safety for Constants.cpp! Some of this is tempora...
2009-06-15 Dan GohmanUse Type::isIntOrIntVector and Type::isFPOrFPVector.
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-21 Duncan SandsAdd a getAlignOf helper for getting the ABI alignment...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-30 Anton KorobeynikovFix infinite looping
2009-03-30 Anton KorobeynikovProperly propagate Kind.
2009-03-29 Anton KorobeynikovExtend the relocation tracker handler, so we can filter...
2009-03-21 Chris Lattneradd a fastpath to ConstantExpr::getBitCast to handle...
2009-03-14 Dan GohmanApply a patch by Micah Villmow to fix AsmParser to...
2009-03-08 Chris Lattnerfix typo
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-02-12 Nate BegemanAdd suppport for ConstantExprs of shufflevectors whose...
2008-12-29 Chris Lattnerselect constant exprs should have the same constraints...
2008-12-08 Dan GohmanMake ConstantAggregateZero::get return a ConstantAggreg...
2008-11-03 Devang PatelFix unused variable warnings.
2008-10-26 Bill WendlingFix type-o in ExprMapKeyType::operator ==(). The "...
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-08-30 Gordon HenriksenFix ConstantExpr::getInsertElement.
2008-08-23 Chris Lattnerthe bug was apparently fixed long ago, reenable the...
2008-08-21 Dale JohannesenAccept NOT of a constant vector of int.
2008-08-20 Chris LattnerAdd a new ConstantExpr::getWithOperands that takes...
2008-08-05 Dan GohmanFix several const-correctness issues, resolving some...
2008-07-25 Nate BegemanRemove unnecessary implicit argument
2008-07-25 Nate BegemanFix minor issues with VICmp/VFCmp constant expressions
2008-07-21 Dan GohmanInsertValue and ExtractValue constant expressions are...
2008-07-14 Chris LattnerFix a bunch of bugs handling vector compare constant...
2008-07-14 Chris LattnerDocument and fix Constant::getVectorElements to return...
2008-07-11 Dan GohmanUse find instead of lower_bound.
2008-07-10 Chris LattnerSImplify ConstantVector::get a bit and make it turn...
2008-07-10 Chris Lattneradd a helper method for code that wants to handle vector
2008-07-03 Matthijs KooijmanAdd newline at the end of Constants.cpp.
2008-06-30 Evan Cheng- Re-apply 52748 and friends with fix. GetConstantStrin...
2008-06-29 Anton KorobeynikovRevert (52748 and friends):
2008-06-26 Eric ChristopherMove GetConstantStringInfo to lib/Analysis. Remove
2008-06-25 Owen AndersonUse push_back rather than operator[], which is incorrec...
2008-06-24 Owen AndersonIn ConstantArray::getAsString(), we know the size of...
2008-06-23 Dan GohmanMore changes from Chris' review: simplify getIndices...
2008-06-03 Dan GohmanConstant folding for insertvalue and extractvalue.
2008-05-31 Dan GohmanFix some bugs with the handling of indices in insertval...
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-26 Gabor Greifeliminate calls to deprecated Use::init() interface
2008-05-23 Dan GohmanAdd more IR support for the new extractvalue and insert...
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-12 Nate BegemanFix build breakage
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-04-09 Chris Lattneradd a simplified accessor for creating an fp constant...
2008-04-09 Chris Lattneradd a version of ConstantFP::get that doesn't take...
2008-04-06 Gabor Greiffix a warning
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-30 Duncan SandsFix comment typo.
2008-02-07 Dan GohmanFix a typo in a comment.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-11-17 Nate BegemanAdd support for vectors to int <-> float casts.
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-StringCrash.ll by removing...
2007-10-18 Chris Lattnerthis doesn't need dynamic_cast.
2007-10-17 Dan GohmanDefine a helper function ConstantVector::getSplatValue...
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Dale JohannesenRevised per review feedback from previous patch.
2007-08-24 Dale JohannesenChange internal representation of ConstantFP to use...
2007-08-21 Chris LattnerFix potentially N^2 behavior handling arrays with many...
2007-08-09 Dale JohannesenPatch 10 for long double. Doing constants right needs...
2007-06-15 Chris Lattneradd a Constant::getAllOnesValue helper function, which...
2007-05-24 Dan GohmanMinor comment cleanups.
2007-03-19 Reid SpencerAllow ConstantInt::get(Ty, uint64_t) to interpret the...
2007-03-08 Evan ChengAdded ContainsRelocations() to check if a constant...
2007-03-01 Reid SpencerDrop the ConstantInt(const Type&, const APInt&) constru...
2007-02-28 Reid SpencerImplement a convenience method to construct a ConstantI...
2007-02-27 Reid SpencerRemove some redundancy.
next