Change:
[oota-llvm.git] / lib / VMCore / Instructions.cpp
2011-09-21 Richard TrieuChange:
2011-08-29 Nadav RotemFixes following the CR by Chris and Duncan:
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-10 Eli FriedmanWhitespace.
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 WendlingDon't add in the asked for size so that we don't copy...
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 FoadFix a check for PHINodes with two incoming values.
2011-06-20 Jay FoadChange how PHINodes store their operands.
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-04-11 Jay FoadPhi nodes always use an even number of operands, so...
2011-04-01 Jay FoadVarious Instructions' resizeOperands() methods are...
2011-04-01 Duncan SandsWhile testing dragonegg I noticed that isCastable 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-01-16 Jay FoadSimplify the construction and destruction of Uses....
2011-01-14 Jay FoadRemove casts between Value** and Constant**, which...
2011-01-07 Jay FoadSimplify the allocation and freeing of Users' operand...
2011-01-04 Duncan SandsThese methods should be "const"; make them so.
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-05 Frits van BommelFix PR 4170 by having ExtractValueInst::getIndexedType...
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-03 Bill WendlingCleanup. Get rid of extraneous variable.
2010-10-01 Dale JohannesenAttempt to outwit overly smart compiler.
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-27 Dan GohmanMake this code 65-bit clean.
2010-08-13 Nate BegemanMove some code from Verifier into SVI::isValidOperands...
2010-08-05 Gabor Greifremove the private hack from CallInst, it was not suppo...
2010-07-28 Dan GohmanDefine a maximum supported alignment value for load...
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Chris Lattnerfix PR7311 by avoiding breaking casts when a bitcast...
2010-07-12 Chris Lattnermake the prototypes for CreateMalloc and CreateFree...
2010-07-01 Gabor Greifreformulate CallSite::getCallee to adapt to CallInst...
2010-06-29 Gabor Greifencode operand initializations (at fixed index)
2010-06-21 Dan GohmanUse A.append(...) instead of A.insert(A.end(), ......
2010-05-28 Dan GohmanSplit the logic behind CastInst::isNoopCast into a...
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
2010-05-03 Dan GohmanRemove the API compatibility layer which converted...
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-04-14 Dan GohmanMove a bunch of methods from CallSite to CallSiteBase...
2010-04-07 Dan GohmanSay bitcast instead of bitconvert.
2010-04-01 Gabor GreifIntroduce ImmutableCallSite, useful for contexts where...
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-23 Gabor Greifword-o
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-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-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...
2010-02-02 Duncan SandsAdding missing methods for creating Add, Mul, Neg and...
2010-01-26 Chris Lattnerfix CastInst::castIsValid to reject aggregate types...
2010-01-26 Dan GohmanFix ICmpInst::makeConstantRange to use ConstantRange...
2010-01-23 Chris Lattnersimplify code a bit.
2010-01-23 Mon P WangInstCombine should not fold sext/zext of a vector and...
2010-01-22 Chris Lattneradd an out-of-line virtual method to CmpInst to give...
2010-01-10 Chris Lattnerfix a buggy assertion, CreateIntegerCast should allow
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
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-12-18 Dan GohmanAdd utility routines for creating integer negation...
2009-11-10 Victor Hernandezmake this handle redefinition of malloc function with...
2009-11-09 Chris Lattnermake this handle redefinition of malloc with different...
2009-11-07 Chris Lattnerprune #include / layering violation
2009-11-07 Victor HernandezFit in 80 columns
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Victor HernandezCallInst::CreateMalloc() and CallInst::CreateFree(...
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