aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2012-10-25[ms-inline asm] Perform field lookups with the dot operator.Chad Rosier
2012-10-25[ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-25Add 'const' qualifier on member functions not changing its fields.Michael Liao
2012-10-25Merge commit 'a8a0a155de16830b8fcab539ba2ec21de3145532'Derek Schuff
2012-10-25In preparation for removing exception handling in tablegen, addJoerg Sonnenberger
2012-10-25DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer
2012-10-25add TableGen support to create relationship maps between instructionsSebastian Pop
2012-10-25Initial TOC support for PowerPC64 object creationAdhemerval Zanella
2012-10-24Implement a basic cost model for vector and scalar instructions. Nadav Rotem
2012-10-24Make LegalizeKind public so that we can use it outside of TargetLowering.Nadav Rotem
2012-10-24Make ~Operator() protected so subclasses can inherit it and not haveKaelyn Uhrain
2012-10-24Improve DenseMap checks for power of 2 growth. Thanks for the tip JakobPete Cooper
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow
2012-10-24Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow
2012-10-24Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem
2012-10-24Delete a directory that wasn't supposed to be checked in yet.Micah Villmow
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-24Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky
2012-10-24Fix ODR violations: a virtual function must be defined, even if it's neverRichard Smith
2012-10-23[Support/StringSet] Fix memory leak when inserted key already exists.Michael J. Spencer
2012-10-23Make branch heavy code for generating marked up disassembly simplerKevin Enderby