Revert r133513:
[oota-llvm.git] / lib / VMCore /
2011-06-23 Eric ChristopherRevert r133513:
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-22 Jay FoadMake ConstantVector::get() always take an ArrayRef...
2011-06-22 Jay FoadEliminate a temporary std::vector in ConstantStruct...
2011-06-22 Jay FoadExtend ConstantUniqueMap with a new template parameter...
2011-06-21 Owen AndersonFix some trailing issues from my introduction of MVT...
2011-06-21 Devang PatelRemove r130409, as requested by Chris.
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-20 Jay FoadFix a check for PHINodes with two incoming values.
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-06-20 Jay FoadMake better use of the PHINode API.
2011-06-20 Jay FoadRemove the AugmentedUse struct.
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2011-06-18 Chris Lattnerfix the varargs version of StructType::get to not requi...
2011-06-18 Chris Lattnereliminate some pointless virtual methods.
2011-06-18 Chris Lattnernow that Type::getDescription() is dead, the TypePrinti...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2011-06-18 Chris Lattnerrework the remaining autoupgrade logic to use a StringR...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Jay FoadFix typo in comment.
2011-06-16 Chris Lattnerchange Type.h to forward declare ArrayRef instead of...
2011-06-16 Chris Lattnerprune #includes.
2011-06-16 Chris Lattnermove the address space into the subclass data field...
2011-06-16 Chris Lattnertidy up some comments, store the 'isvararg' bit for...
2011-06-16 Chris Lattnerremove Type::getVAArgsPromotedType, which is dead,...
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-06-15 Nick LewyckyTeach the .ll parser to handle named metadata with...
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-03 Eric ChristopherAnother possible bug. Stopgap until we can autogenerate...
2011-06-03 Eric ChristopherFix an off by one error.
2011-06-03 Andrew TrickBasic PassManager diagnostics.
2011-06-03 Andrew Trickwhitespace
2011-06-02 Eric ChristopherAdd a new parse hint for multi-letter constraints in...
2011-05-31 Eli FriedmanAdd a minor missing -verify check. Found by inspection.
2011-05-27 Chad RosierCRC32 intrinsics were renamed at revision 132163. ...
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-23 Devang PatelClear list of instructions without DebugLoc.
2011-05-22 Chris Lattneradd a helper method to get the byval alignment of an...
2011-05-22 Chris Lattnerremove StandardPasses, it has been replaced with PassMa...
2011-05-21 Nick LewyckyAdd CreateLifetimeStart and CreateLifetimeEnd to the...
2011-05-20 Benjamin KramerRemove noisy semicolons.
2011-05-18 Eli FriedmanShuffle StandardPasses.cpp into VMCore; add it to CMake.
2011-05-18 Devang PatelUse IRBuiler while constant folding terminator.
2011-05-18 Duncan SandsNow that SrcBits and DestBits always represent the...
2011-05-18 Duncan SandsTighten up checking of the validity of casts. (1)...
2011-05-18 Duncan SandsTeach getCastOpcode about element-by-element vector...
2011-05-16 Rafael EspindolaDon't do tail calls in a function that call setjmp...
2011-05-13 Rafael EspindolaMake codegen able to handle values of empty types....
2011-05-10 Rafael EspindolaFix cmake again.
2011-05-10 Nick LewyckyRemove empty file.
2011-05-10 Rafael EspindolaFix cmake build.
2011-05-10 Nick LewyckyRevert r131155 for now. It makes VMCore depend on Analy...
2011-05-10 David ChisnallAdd support for plugins add passes to the default set...
2011-05-05 Devang PatelIn debug output, clearly list new instructions without...
2011-05-03 Bill WendlingReplace the "movnt" intrinsics with a native store...
2011-04-29 Devang PatelPrint new instructions without DebugLoc.
2011-04-28 Matt Beaumont-GayCoalesce some DEBUGs (moving an only-used-in-DEBUG...
2011-04-28 Devang PatelBeautify debug info probe output.
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
next