Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / VMCore / Instructions.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-11-01 Chandler CarruthRemove a weird static helper from the GEP instruction...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-30 Duncan SandsFix isEliminableCastPair to work correctly in the prese...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-14 Bill WendlingRemove the bitwise assignment OR operator from the...
2012-10-14 Bill WendlingRemove the bitwise NOT operator from the Attributes...
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 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-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-07-03 Nuno LopesPHINode::hasConstantValue(): return undef if the PHI...
2012-07-03 Nuno Lopesimprove PHINode::hasConstantValue() to detect recursive...
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-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
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-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-01-27 Chris Lattnercontinue making the world safe for ConstantDataVector...
2012-01-26 Chris Lattnereliminate the Constant::getVectorElements method. ...
2012-01-26 Chris Lattnerfix pasto in the new (and still unused) ShuffleVectorIn...
2012-01-25 Chris Lattneradd some helper methods to ShuffleVectorInst and enhanc...
2012-01-25 Chris Lattneruse ConstantVector::getSplat in a few places.
2012-01-25 Chris LattnerRemove the Type::getNumElements() method, which is...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-01 David BlaikieAdd some missing anchors.
2011-10-26 Mon P WangThe bitcode reader can create an shuffle with a place...
2011-10-17 Chandler CarruthAdd a routine to swap branch instruction operands,...
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...
next