summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* 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
* 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
* [ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.Chad Rosier2012-10-19
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-19
* [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.Chad Rosier2012-10-19
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-19
* Pacify -Wnon-virtual-dtor.Nick Lewycky2012-10-19
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-19
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Fix case for include of Compiler.h.Jordan Rose2012-10-18
* Add move constructors for OwningPtr and OwningArrayPtr.Jordan Rose2012-10-18
* Add a T&& constructor to llvm::Optional.Jordan Rose2012-10-18
* [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier2012-10-18
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-18
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-18
* [ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2012-10-18
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen2012-10-17
* Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng2012-10-17
* Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen2012-10-17
* Add a loop vectorizer.Nadav Rotem2012-10-17
* misched: Better handling of invalid latencies in the machine modelAndrew Trick2012-10-17
* Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base ...Craig Topper2012-10-17
* Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen2012-10-17
* Spacing.Eric Christopher2012-10-16
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-16
* And now we can call the other 'get' method from this one and not duplicate th...Bill Wendling2012-10-16
* Use the appropriate Attributes::get method to create an Attributes object.Bill Wendling2012-10-16
* Speculative fix the mask constants to be of type uintptr_t. I don't know of ...Owen Anderson2012-10-16
* Fix function parameter spelling in comments. Caught by -Wdocumentation.Dmitri Gribenko2012-10-16