aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2012-11-01OutputArg: added an index of the original argument to match the change toManman Ren
2012-11-01Add a getAddressSpace method to the GEP instruction to mirror that ofChandler Carruth
2012-11-01Add some consistent doxygen comments for the address space helpers.Chandler Carruth
2012-11-01Normalize the API and doxygen comments for the ptrtoint instruction.Chandler Carruth
2012-11-01Remove a weird static helper from the GEP instruction and just directlyChandler Carruth
2012-11-01As I'm going to be touching several comments in this file, update theChandler Carruth
2012-11-01Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-11-01Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor
2012-11-01Generate a table-driven version of TRI::composeSubRegIndices().Jakob Stoklund Olesen
2012-10-31Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola
2012-10-31Fix a couple of comment typos.Benjamin Kramer
2012-10-31Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov
2012-10-31Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...James Molloy
2012-10-31xlc supports __attribute__((aligned(x))), use it.Rafael Espindola
2012-10-31Add extra declarations of hash_value needed to build llvm with xlc 12.1.Rafael Espindola
2012-10-30[inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier
2012-10-30[inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier
2012-10-30Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet
2012-10-30Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands
2012-10-30Add a helper for telling whether a type is a pointer or vector of pointer type.Duncan Sands
2012-10-30Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg
2012-10-30 * Add e_flags enum for HexagonSid Manning
2012-10-29In various places throughout the code generator, there were specialUlrich Weigand
2012-10-29APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand
2012-10-29Rename the BB-vectorize flag to match the dragonegg nameNadav Rotem
2012-10-29Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands
2012-10-29Remove code to saturate profile counts.Bob Wilson
2012-10-29Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem
2012-10-29Minor style fixes for TargetTransformationInfo and TargetTransformImplHans Wennborg
2012-10-29llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments.NAKAMURA Takumi
2012-10-29Rather than duplicating the getPointerSize code just call getPointerSize.Duncan Sands
2012-10-29Add interface for querying object files for symbol values.Tim Northover
2012-10-29va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support.Evgeniy Stepanov
2012-10-28Remove TargetELFWriterInfo.Rafael Espindola
2012-10-271. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...Nadav Rotem
2012-10-26Refactor the VectorTargetTransformInfo interface.Nadav Rotem
2012-10-26MCRegisterClass should be returned by const ref, not by value.Lang Hames
2012-10-26Remove the canCombineSubRegIndices() target hook.Jakob Stoklund Olesen
2012-10-26Remove LoopDependenceAnalysis.Benjamin Kramer
2012-10-26Remove the unneeded initializers.Bill Wendling
2012-10-26Stop APInt::shl from generating llvm.trapDerek Schuff
2012-10-26Change the internalize pass to internalize all symbols when given an emptyRafael Espindola
2012-10-26[ms-inline asm] Add support for the TYPE operator.Chad Rosier
2012-10-26Add a basic verifier for SCEV's backedge taken counts.Benjamin Kramer
2012-10-26Remove GC roots that reference dead objects.Nicolas Geoffray
2012-10-26Alphabetize the enum list.Bill Wendling
2012-10-26Add VectorTargetTransform::getNumberOfParts.Hal Finkel
2012-10-25Fix anonymous namespace issue introduced by r166714:Kaelyn Uhrain