aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-292-6/+0
* APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand2012-10-291-7/+0
* Rename the BB-vectorize flag to match the dragonegg nameNadav Rotem2012-10-291-1/+1
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-291-5/+6
* Remove code to saturate profile counts.Bob Wilson2012-10-291-3/+0
* Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem2012-10-291-1/+2
* Minor style fixes for TargetTransformationInfo and TargetTransformImplHans Wennborg2012-10-291-6/+6
* llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments.NAKAMURA Takumi2012-10-291-3/+1
* Rather than duplicating the getPointerSize code just call getPointerSize.Duncan Sands2012-10-291-5/+1
* Add interface for querying object files for symbol values.Tim Northover2012-10-294-0/+21
* va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support.Evgeniy Stepanov2012-10-292-0/+49
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-282-127/+0
* 1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...Nadav Rotem2012-10-271-0/+3
* Refactor the VectorTargetTransformInfo interface.Nadav Rotem2012-10-263-2/+56
* MCRegisterClass should be returned by const ref, not by value.Lang Hames2012-10-261-1/+1
* Remove the canCombineSubRegIndices() target hook.Jakob Stoklund Olesen2012-10-261-12/+0
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-264-133/+0
* Remove the unneeded initializers.Bill Wendling2012-10-261-29/+29
* Stop APInt::shl from generating llvm.trapDerek Schuff2012-10-261-1/+1
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-262-13/+4
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-262-8/+16
* Add a basic verifier for SCEV's backedge taken counts.Benjamin Kramer2012-10-261-0/+1
* Remove GC roots that reference dead objects.Nicolas Geoffray2012-10-261-0/+5
* Alphabetize the enum list.Bill Wendling2012-10-261-24/+24
* Add VectorTargetTransform::getNumberOfParts.Hal Finkel2012-10-262-0/+7
* Fix anonymous namespace issue introduced by r166714:Kaelyn Uhrain2012-10-251-2/+0
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-251-0/+2
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-1/+35
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-13/+0
* Add 'const' qualifier on member functions not changing its fields.Michael Liao2012-10-251-3/+3
* In preparation for removing exception handling in tablegen, addJoerg Sonnenberger2012-10-251-0/+3
* DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer2012-10-251-10/+4
* add TableGen support to create relationship maps between instructionsSebastian Pop2012-10-251-0/+49
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-0/+3
* Implement a basic cost model for vector and scalar instructions. Nadav Rotem2012-10-242-0/+7
* Make LegalizeKind public so that we can use it outside of TargetLowering.Nadav Rotem2012-10-241-2/+4
* Make ~Operator() protected so subclasses can inherit it and not haveKaelyn Uhrain2012-10-241-0/+1
* Improve DenseMap checks for power of 2 growth. Thanks for the tip JakobPete Cooper2012-10-241-6/+3
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-0/+8
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-241-9/+3
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-242-4/+55
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-241-3/+9
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-245-11/+21
* Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky2012-10-241-1/+5
* Fix ODR violations: a virtual function must be defined, even if it's neverRichard Smith2012-10-241-20/+4
* [Support/StringSet] Fix memory leak when inserted key already exists.Michael J. Spencer2012-10-231-2/+7
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-231-0/+4
* Change DenseMap to use a power of 2 growth if one is given instead of the nex...Pete Cooper2012-10-231-4/+7
* Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper2012-10-231-2/+2
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-232-1/+4