Move the Attributes::Builder outside of the Attributes class and into its own class...
[oota-llvm.git] / include / llvm / Instructions.h
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-10 Bill WendlingRemove unused argument.
2012-10-09 Bill WendlingUse the attribute builder to add attributes to call...
2012-10-09 Micah VillmowAdd in some interfaces that will allow easier access...
2012-10-09 Bill WendlingUse the attribute enums to query if a function has...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingRemove some dead methods.
2012-10-09 Bill WendlingRemove a couple more 'hasAttrSomewhere' calls.
2012-10-09 Bill WendlingRemove more uses of the attribute enums by supplying...
2012-10-04 Bill WendlingAdd method to query for NoCapture attribute.
2012-10-04 Bill WendlingAdd method to query for 'NoAlias' attribute on call...
2012-10-03 Bill WendlingAdd methods which query for the specific attribute...
2012-09-18 Craig TopperMark unimplemented operator new as LLVM_DELETED_FUNCTION.
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-06-25 Nuno Lopesadd CallSite/CallInst/InvokeInst::hasFnAttr()
2012-06-23 Stepan DyatkovskiyOptimized usage of new SwitchInst case values (Integers...
2012-06-22 Kaelyn UhrainRemove a variable that is unused when assertions aren...
2012-06-22 Stepan DyatkovskiyFixed r158979.
2012-06-22 Duncan SandsRevert commit 158979 (dyatkovskiy) since it is causing...
2012-06-22 Stepan DyatkovskiyPerformance optimizations:
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-28 Stepan DyatkovskiySwitchInst: Due to bad readability case iterators defin...
2012-05-14 Stepan DyatkovskiySwitchInst cosmetics: renamed "Hash" method to "hash"
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
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...
next