summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Improve DenseMap checks for power of 2 growth. Thanks for the tip JakobPete Cooper2012-10-24
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-24
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky2012-10-24
* Fix ODR violations: a virtual function must be defined, even if it's neverRichard Smith2012-10-24
* [Support/StringSet] Fix memory leak when inserted key already exists.Michael J. Spencer2012-10-23
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-23
* Change DenseMap to use a power of 2 growth if one is given instead of the nex...Pete Cooper2012-10-23
* Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper2012-10-23
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-23
* Use ilist rather than std::list for Node and Edge lists in the PBQP graph. ThisLang Hames2012-10-23
* [ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...Eli Friedman2012-10-22
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* [ms-inline asm] Add the isOffsetOf() function.Chad Rosier2012-10-22
* Add the "ForceSizeOpt" attribute.Nadav Rotem2012-10-22
* Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer2012-10-20
* 1. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang2012-10-19
* Grammar-o.Eric Christopher2012-10-19
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-19
* [ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier2012-10-19
* Add 'IntrNoReturn' for longjmp intrinsicsMichael Liao2012-10-19