Do not lose line number info while eliminating tail call.
[oota-llvm.git] / lib / VMCore /
2011-04-28 Devang PatelAdd command line option to print debug info in human...
2011-04-26 Duncan SandsAnother example of a static table that wasn't marked...
2011-04-25 Chris Lattnermark a large static table static. Pointed out by Micha...
2011-04-24 Jay FoadFix an assert to check exactly what it says.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-20 Nick LewyckyStructs have elements not parameters. I'm surprised...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Devang PatelFix debug message.
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getIndices() to return...
2011-04-13 Jay FoadRemove some redundant llvm:: prefixes.
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getWithOperands() to...
2011-04-13 Bill WendlingReapply r129401 with patch for clang.
2011-04-12 Bill WendlingRevert r129401 for now. Clang is using the old way...
2011-04-12 Bill WendlingRemove the unaligned load intrinsics in favor of using...
2011-04-12 Nick LewyckyMake IRBuilder support StringRef for building strings.
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-11 Jay FoadPhi nodes always use an even number of operands, so...
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-04-08 Nick Lewyckyllvm.global_[cd]tor is defined to be either external...
2011-04-07 Nick LewyckySet unnamed_addr on strings created through the IRBuilder.
2011-04-06 Nick LewyckyReplace const std::vector& with ArrayRef in the type...
2011-04-06 Devang Patelface+palm
2011-04-06 Nick LewyckyAdd an empty key for DebugLoc so that you can store...
2011-04-06 Nick LewyckySupport using DebugLoc's in a DenseMap.
2011-04-04 Jay FoadRemove some support for ReturnInsts with multiple opera...
2011-04-03 Eric ChristopherMove Object.cpp out of VMCore and into Object.
2011-04-03 Eric ChristopherAdd a set of C bindings for the Object interface.
2011-04-01 Jay FoadVarious Instructions' resizeOperands() methods are...
2011-04-01 Duncan SandsWhile testing dragonegg I noticed that isCastable and...
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Bill WendlingRemove dead code.
2011-03-29 Evan ChengAdd intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
2011-03-29 Bill WendlingSpruce up the error output.
2011-03-16 Devang PatelDo not accidently initialize NumDbgValueLost and NumDbg...
2011-03-10 Francois PichetUnbreak the CMake build.
2011-03-10 Devang PatelIntroduce DebugInfoProbe. This is used to monitor how...
2011-03-09 Eric ChristopherMake these options hidden to reduce the amount of text...
2011-03-07 Justin Holewinskiptx: Fix calling convention printing in AsmWriter.cpp
2011-03-06 Nick LewyckyConstantInt has some getters which return ConstantInt...
2011-03-04 Devang PatelAdd ArrayRef variant.
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-03-01 TalinAdded missing va_end().
2011-02-28 TalinAdd an END_WITH_NULL accessor for ConstantStruct.
2011-02-18 Devang PatelThese tags are now covered by dwarf::TagString().
2011-02-18 Rafael EspindolaExpose getTypeName to the C API. Patch by Patrick Walton.
2011-02-18 Chris Lattnerhoist GlobalValue::removeDeadConstantUsers up to being...
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-13 Nadav RotemFix a regression from r125393;
2011-02-11 Nadav RotemFix 9173.
2011-02-11 Chris Lattnermake ConstantExpr::replaceUsesOfWithOnConstant preserve...
2011-02-11 Chris Lattnermake the constantexpr interfaces for inbounds GEPs...
2011-02-10 Chris Lattnerswitch the constantexpr, target folder, and IRBuilder...
2011-02-09 Chris Lattnerrefactor ConstantExpr interfaces a bit around "exactness".
2011-02-07 Chris Lattnerfix comment change.
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-02-01 Jay FoadMake SwitchInst::removeCase() more efficient.
2011-02-01 Duncan SandsHave m_One also match constant vectors for which every...
2011-01-30 Nick LewyckyFix 'fcmp one' constant folding. Noticed by inspection.
2011-01-30 Nick LewyckyFix some formatting and upgrade comments from llvm...
2011-01-29 Nick LewyckyAdd the select optimization recently added to instcombi...
2011-01-27 Jay FoadFix indentation.
2011-01-26 Jay FoadSimplify User::operator delete().
2011-01-26 Nick LewyckyAttrListPtr has an overloaded operator== which does...
2011-01-25 Rafael EspindolaMove unnamed_addr after the function arguments on Sabre...
2011-01-23 Chris Lattnerteach Value::isDereferenceablePointer that byval argume...
2011-01-21 Nick LewyckyAdd a constant folding of casts from zero to zero....
2011-01-20 Tobias GrosserImplement requiredTransitive
2011-01-20 Cameron ZwarichUpdate a comment.
2011-01-18 Cameron ZwarichRemove an unnecessary #include.
2011-01-18 Cameron ZwarichMove DominanceFrontier from VMCore to Analysis.
2011-01-18 Cameron ZwarichThere is no point in verifying an analysis that is...
2011-01-18 Cameron ZwarichRemove some now-unused DominanceFrontier methods.
2011-01-17 Jay FoadRemove useless Tag enumeration.
2011-01-16 Jay FoadSimplify the construction and destruction of Uses....
2011-01-16 Jay FoadMove the implementation of the User class into a new...
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-14 Jay FoadRemove casts between Value** and Constant**, which...
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2011-01-13 Rafael EspindolaReject uses of unnamed_addr in declarations.
2011-01-11 Jay FoadFixedNumOperandTraits and VariadicOperandTraits assumed...
2011-01-08 Chris Lattnermake domtree verification print something useful on...
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2011-01-07 Jay FoadSimplify the allocation and freeing of Users' operand...
2011-01-05 Jakob Stoklund OlesenSilence a warning from non-standard warning avoidance...
2011-01-04 Duncan SandsThese methods should be "const"; make them so.
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-12-29 Chris Lattnerfix PR8867: a crash handling fp128. Thanks to Nick...
2010-12-26 Chris Lattneradd methods to IRBuilder to create memcpy/memset/memmove.
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-20 Owen AndersonRevert r122114 (CallbackVH observing use-list changes...
2010-12-20 Duncan SandsThere is no need for isAssociative to take the type...
next