Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / VMCore /
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2012-12-31 Bill WendlingAdd some comparison operators to compare the Attribute...
2012-12-31 Bill WendlingRemove the getAttributesAtIndex and getNumAttrs methods...
2012-12-30 Bill WendlingUse the predicate methods off of AttributeSet instead...
2012-12-30 Bill WendlingRemove Function::getParamAttributes and use the Attribu...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-30 Bill Wendlings/hasAttribute/contains/g to be more consistent with...
2012-12-30 Bill WendlingAdd a few more c'tors:
2012-12-30 Bill WendlingAdd a few (as yet unused) query methods to determine...
2012-12-30 Bill WendlingUniquify the AttributeImpl based on the Constant pointe...
2012-12-30 Bill Wendlings/Raw/getBitMask/g to be more in line with current...
2012-12-29 Bill WendlingUse a 'Constant' object instead of a bit field to store...
2012-12-29 Bill WendlingUse the accessor method instead of the raw ivar to...
2012-12-26 Nick Lewycky80 columns. No functionality change.
2012-12-25 Bob WilsonRename LLVMContext diagnostic handler types and functions.
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-24 Elena DemikhovskyAdded 6 more value types: v32i1, v64i1, v32i16, v32i8...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-20 Bill WendlingSome random comment, naming, and format changes.
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-20 Richard SmithDon't use isa<CallInst>(this) in the constructor for...
2012-12-20 Richard SmithDon't use -1 as a value of an unsigned 7-bit enumeratio...
2012-12-20 Bill Wendlings/AttributesImpl/AttributeImpl/g This is going to apply...
2012-12-19 Bill WendlingAdd a context so that once we uniquify strings we can...
2012-12-19 Michael IlsemanRefactor isIntrinsic() to be quicker, and change classo...
2012-12-19 Bill Wendlings/AttributeListImpl/AttributeSetImpl/g to match the...
2012-12-19 Patrik HagglundChange AsmOperandInfo::ConstraintVT to MVT, instead...
2012-12-19 Bill WendlingInline hasFunctionOnlyAttrs into its only use.
2012-12-19 Bill WendlingInline the only use of the hasParameterOnlyAttrs method.
2012-12-19 Bill WendlingInline the 'hasIncompatibleWithVarArgsAttrs' method...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-17 Michael IlsemanRemoved trailing whitespace
2012-12-12 Bill WendlingKerning.
2012-12-11 Chandler CarruthHolding my nose and moving the accumulation routine...
2012-12-11 Chandler CarruthHoist the GEP constant address offset computation to...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-05 Bill WendlingFix name. The array is unboundED.
2012-12-05 Pedro Artigas- Added calls to doInitialization/doFinalization to...
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-03 Pedro Artigasmoves doInitialization and doFinalization to the Pass...
2012-12-03 Bill WendlingAdd 'getInt64Field()' method to get the signed integer...
2012-12-03 Jakob Stoklund OlesenRevert r169039, "Aggregate pass execution time report...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-01 Zhou ShengRevert previous check in r168581, r169079 as they are...
2012-12-01 NAKAMURA TakumiVMCore/DebugInfo.cpp: DICompileUnit::getSubprograms...
2012-11-30 Jakob Stoklund OlesenAggregate pass execution time report by pass ID instead...
2012-11-30 Patrik HagglundMore strict error checking in parseSpecifier + simplifi...
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-29 Michael IlsemancopyFastMathFlags utility and test case
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...
2012-11-28 Patrik HägglundFix warning. [-Wunused-variable]
2012-11-28 Patrik HägglundAdd error handling in getInt.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-27 Michael IlsemanFast-math flags for LLVM IR parsing and printing
2012-11-27 Michael IlsemanFast-math interfaces for Instructions
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-26 Zhou ShengFix a PassManager pointer use-after-free bug.
2012-11-25 Benjamin KramerMove semantics are great, don't destroy the optimizatio...
2012-11-23 Patrik HägglundDisallow the undocumented practice of starting the...
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-20 Eric Christopher80-column and whitespace fixups.
2012-11-19 Eric ChristopherRemove a function argument and propagate const around...
2012-11-19 NAKAMURA TakumiPromote the constant 1 to long long, 1LL or 1ULL in...
2012-11-17 James MolloyAdd a new function to ConstantExpr - getAsInstruction...
2012-11-16 Hans WennborgConstant::IsThreadDependent(): Use dyn_cast<Constant...
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Duncan SandsDo not handle void types in DataLayout. Patch by Patri...
2012-11-15 Hans WennborgMake GlobalOpt be conservative with TLS variables ...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-11-14 Patrik HägglundRevert some redundant parts of r142605.
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-11-13 Evan ChengRevert r167759. Ben is right this isn't likely to help...
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-11-12 Evan ChengCache size of PassVector to speed up getNumContainedPas...
2012-11-02 David BlaikieInclude all the fields so we can correctly emit DW_TAG_...
2012-11-02 Duncan SandsEnable the assertion in getIntPtrType (I've audited...
2012-11-01 Chandler CarruthRemove a weird static helper from the GEP instruction...
2012-11-01 Chandler CarruthTeach Type::getPointerAddressSpace to look through...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-30 Duncan SandsFix isEliminableCastPair to work correctly in the prese...
2012-10-30 Duncan SandsAdd a helper for telling whether a type is a pointer...
2012-10-30 Ulrich WeigandEnable some additional constant folding for PPCDoubleDo...
2012-10-29 Duncan SandsRemove a wrapper around getIntPtrType added to GVN...
2012-10-29 Duncan SandsFactorize code: rather than duplication the logic in...
2012-10-26 Benjamin KramerLowercase the argument for TargetTransformInfo so it...
2012-10-26 Joerg SonnenbergerDon't explicitly require RTTI and EH.
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
2012-10-24 Micah VillmowDelete a directory that wasn't supposed to be checked...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-24 Richard SmithFix ODR violations: a virtual function must be defined...
2012-10-23 Nadav RotemAdd a comment which explains why the assert fired and...
next