Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / include / llvm / Instructions.h
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-01 Jay FoadVarious Instructions' resizeOperands() methods are...
2011-03-30 Jay FoadAdd a comment on PHINode::Create().
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-02-01 Jay FoadMake SwitchInst::removeCase() more efficient.
2011-01-14 Jay FoadRemove casts between Value** and Constant**, which...
2011-01-11 Jay FoadFixedNumOperandTraits and VariadicOperandTraits assumed...
2011-01-07 Jay FoadSimplify the allocation and freeing of Users' operand...
2011-01-07 Jay FoadRemove the "ugly" method BranchInst::setUnconditionalDe...
2010-12-03 Frits van BommelFix paste-o in ExtractValueInst::getIndexedType() comments.
2010-11-17 Chris Lattnerfix PR8613 - Copy constructor of SwitchInst does not...
2010-11-17 Duncan SandsFix a layering violation: hasConstantValue, which is...
2010-11-14 Duncan SandsIf dom tree information is available, make it possible...
2010-10-27 Mikhail GlushenkovIt is confusing to call a random-access iterator 'Input...
2010-10-27 Mikhail GlushenkovTrailing whitespace.
2010-10-06 Dan GohmanRemove compatibilty code for old-style multiple return...
2010-09-09 Dan GohmanAdd a getPointerOperand() helper function to VAArgInst...
2010-08-07 Owen AndersonAdd a predicate to determine if a call is an inline...
2010-08-05 Gabor Greifremove the private hack from CallInst, it was not suppo...
2010-07-31 Gabor Greifdoxygenize argument accessors
2010-07-28 Dan GohmanMove MaximumAlignment to Value.h, now that GlobalValue...
2010-07-28 Dan GohmanDefine a maximum supported alignment value for load...
2010-07-21 Gabor Greifrestore aesthetics
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-13 Gabor Greifrotate CallInst operands
2010-07-12 Chris Lattnermake the prototypes for CreateMalloc and CreateFree...
2010-07-07 Gabor Greifminor cosmetic changes that happened to sit in my tree
2010-07-06 Gabor Greifsecond round of low-level interface squeeze-out:
2010-07-06 Nick LewyckyAdd default value to setIsNoInline for parity with...
2010-07-04 Gabor Greifback out r107580, I have seen what I wanted
2010-07-04 Gabor Greif[another test commit, just to tickle the selfhost build...
2010-07-02 Gabor Greifback out r107480, it was just testing the waters anyway...
2010-07-02 Gabor Greif[test commit, just to tickle the selfhost buildbots...
2010-07-01 Gabor Greifevil hack to coerce external users (projects)
2010-07-01 Gabor Greifback out r107396 for now, it needs another minor change...
2010-07-01 Gabor Greifevil hack to coerce external users (projects)
2010-06-29 Gabor Greifminor cosmetics
2010-06-29 Gabor Greifuse ArgOffset constant to prepare for operand rotation
2010-06-28 Gabor Greifextend ArgOperand interface: setArgOperand
2010-06-26 Chris Lattneradd some named accessors for StoreInst
2010-06-07 Bill WendlingCreate new accessors to get arguments for call/invoke...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
2010-03-24 Eric ChristopherTemporarily revert this, it's causing an issue with...
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-23 Chris Lattneradd some accessors to callsite/callinst/invokeinst...
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-20 Gabor GreifAdd a setCalledFunction member to InvokeInst (like...
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-03-16 Gabor Greiffix PR6589
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2009-12-29 Chris Lattnersink the Instruction::HasMetadata bit into SubclassData.
2009-12-29 Chris Lattneradd a layer of accessors around the Value::SubClassData...
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Devang PatelFactor out redundancy from clone() implementations.
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Chris Lattnertrim another #include
2009-10-27 Chris Lattnerremove an unneeded #include.
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-25 Nick LewyckyRemove ICmpInst::isSignedPredicate which was a reimplem...
2009-10-25 Nick LewyckySink isTrueWhenEqual from ICmpInst to CmpInst. Add...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-18 Chris Lattnerpunctuate properly
2009-10-17 Nick LewyckyFix test/Bindings/Ocaml/vmcore.ml. When IRBuilder:...
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-10 Chris Lattnerchange some static_cast into cast, pointed out by Gabor.
2009-10-10 Chris Lattneradd a version of PHINode::getIncomingBlock that takes...
2009-09-27 Nick LewyckyRound out the API for the new optimization flags.
2009-09-27 Nick LewyckyInstruction::clone does not need to take an LLVMContext...
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-18 Victor HernandezUpdate malloc call creation code (AllocType is now...
2009-09-10 Evan ChengAdd malloc call utility functions. Patch by Victor...
2009-09-08 Chris Lattnerfix pasto
2009-09-08 Chris Lattneradd getVectorOperand/getIndexOperand accessors to Extra...
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-03 Dan GohmanChange PHINode::hasConstantValue to have a DominatorTre...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-30 Chris Lattneradd getPointerAddressSpace() to GEP instruction, use...
2009-08-30 Chris Lattneradd a "getPointerAddressSpace" helper method to LoadIns...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
next