Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot...
[oota-llvm.git] / include / llvm / Instructions.h
2012-05-08 Stepan DyatkovskiyRejected r156374: Ordinary PR1255 patch. Due to clang...
2012-05-08 Stepan DyatkovskiyOrdinary patch for PR1255.
2012-04-09 David BlaikieFix accidentally constant conditions found by uncommitt...
2012-03-13 Stepan DyatkovskiyFixed comments for SwitchInst::addCase and for SwitchIn...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-10 Aaron BallmanFixing a compile warning triggered in MSVC about consta...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-01-26 Chris Lattnereliminate the Constant::getVectorElements method. ...
2012-01-25 Chris Lattneradd some helper methods to ShuffleVectorInst and enhanc...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-10-17 Chandler CarruthAdd a routine to swap branch instruction operands,...
2011-10-05 Rafael EspindolaCheck for the returns_twice attribute in callsFunctionT...
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-28 Bill WendlingThe personality function should be a Function* and...
2011-07-28 Bill WendlingMake sure that the landingpad instruction takes a Const...
2011-07-28 Bill WendlingAdd a couple of convenience functions:
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
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 FoadChange how PHINodes store their operands.
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...
next