summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-31
* Fix a couple of comment typos.Benjamin Kramer2012-10-31
* Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov2012-10-31
* Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...James Molloy2012-10-31
* xlc supports __attribute__((aligned(x))), use it.Rafael Espindola2012-10-31
* Add extra declarations of hash_value needed to build llvm with xlc 12.1.Rafael Espindola2012-10-31
* [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier2012-10-30
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-30
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands2012-10-30
* Add a helper for telling whether a type is a pointer or vector of pointer type.Duncan Sands2012-10-30
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* * Add e_flags enum for HexagonSid Manning2012-10-30
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-29
* APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand2012-10-29
* Rename the BB-vectorize flag to match the dragonegg nameNadav Rotem2012-10-29
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-29
* Remove code to saturate profile counts.Bob Wilson2012-10-29
* Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem2012-10-29
* Minor style fixes for TargetTransformationInfo and TargetTransformImplHans Wennborg2012-10-29
* llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments.NAKAMURA Takumi2012-10-29
* Rather than duplicating the getPointerSize code just call getPointerSize.Duncan Sands2012-10-29
* Add interface for querying object files for symbol values.Tim Northover2012-10-29
* va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support.Evgeniy Stepanov2012-10-29
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* 1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...Nadav Rotem2012-10-27
* Refactor the VectorTargetTransformInfo interface.Nadav Rotem2012-10-26
* MCRegisterClass should be returned by const ref, not by value.Lang Hames2012-10-26
* Remove the canCombineSubRegIndices() target hook.Jakob Stoklund Olesen2012-10-26
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-26
* Remove the unneeded initializers.Bill Wendling2012-10-26
* Stop APInt::shl from generating llvm.trapDerek Schuff2012-10-26
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-26
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-26
* Add a basic verifier for SCEV's backedge taken counts.Benjamin Kramer2012-10-26
* Remove GC roots that reference dead objects.Nicolas Geoffray2012-10-26
* Alphabetize the enum list.Bill Wendling2012-10-26
* Add VectorTargetTransform::getNumberOfParts.Hal Finkel2012-10-26
* Fix anonymous namespace issue introduced by r166714:Kaelyn Uhrain2012-10-25
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-25
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* Add 'const' qualifier on member functions not changing its fields.Michael Liao2012-10-25
* In preparation for removing exception handling in tablegen, addJoerg Sonnenberger2012-10-25
* DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer2012-10-25
* add TableGen support to create relationship maps between instructionsSebastian Pop2012-10-25
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* Implement a basic cost model for vector and scalar instructions. Nadav Rotem2012-10-24
* Make LegalizeKind public so that we can use it outside of TargetLowering.Nadav Rotem2012-10-24
* Make ~Operator() protected so subclasses can inherit it and not haveKaelyn Uhrain2012-10-24