aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ilist rather than std::list for Node and Edge lists in the PBQP graph. ThisLang Hames2012-10-231-8/+13
* [ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...Eli Friedman2012-10-221-3/+0
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-222-1/+17
* [ms-inline asm] Add the isOffsetOf() function.Chad Rosier2012-10-221-0/+5
* Add the "ForceSizeOpt" attribute.Nadav Rotem2012-10-221-3/+6
* Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer2012-10-201-0/+3
* 1. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang2012-10-191-1/+1
* Grammar-o.Eric Christopher2012-10-191-1/+1
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-192-5/+6
* [ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier2012-10-191-0/+5
* Add 'IntrNoReturn' for longjmp intrinsicsMichael Liao2012-10-191-3/+3
* [ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.Chad Rosier2012-10-191-0/+8
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-191-1/+1
* [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.Chad Rosier2012-10-191-0/+6
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-191-0/+25
* Pacify -Wnon-virtual-dtor.Nick Lewycky2012-10-191-0/+1
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-192-6/+5
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-185-0/+417
* Fix case for include of Compiler.h.Jordan Rose2012-10-181-1/+1
* Add move constructors for OwningPtr and OwningArrayPtr.Jordan Rose2012-10-181-0/+18
* Add a T&& constructor to llvm::Optional.Jordan Rose2012-10-181-0/+9
* [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier2012-10-181-1/+2
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-181-4/+5
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-181-4/+2