aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-10-23Change DenseMap to use a power of 2 growth if one is given instead of the nex...Pete Cooper
2012-10-23Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper
2012-10-23Merge commit '92b0d8cf2c51debc7f4fb30a417ae839077a8ed0'Derek Schuff
2012-10-23[ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier
2012-10-23Use ilist rather than std::list for Node and Edge lists in the PBQP graph. ThisLang Hames
2012-10-22[ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...Eli Friedman
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby
2012-10-22[ms-inline asm] Add the isOffsetOf() function.Chad Rosier
2012-10-22Add the "ForceSizeOpt" attribute.Nadav Rotem
2012-10-20Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer
2012-10-191. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang
2012-10-19Grammar-o.Eric Christopher
2012-10-19revert r166264 because the LTO build is still failingNadav Rotem
2012-10-19[ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier
2012-10-19Add 'IntrNoReturn' for longjmp intrinsicsMichael Liao
2012-10-19[ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.Chad Rosier
2012-10-19This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang
2012-10-19[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.Chad Rosier
2012-10-19Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov
2012-10-19Pacify -Wnon-virtual-dtor.Nick Lewycky
2012-10-19recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Fix case for include of Compiler.h.Jordan Rose
2012-10-18Add move constructors for OwningPtr and OwningArrayPtr.Jordan Rose
2012-10-18Add a T&& constructor to llvm::Optional.Jordan Rose
2012-10-18Merge commit '3298959540ca744ec16b4c65db244534a929a862'Derek Schuff
2012-10-18[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier
2012-10-18Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop
2012-10-18[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier
2012-10-18[ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier
2012-10-18Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-17Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen
2012-10-17Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng
2012-10-17Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen
2012-10-17Add a loop vectorizer.Nadav Rotem
2012-10-17misched: Better handling of invalid latencies in the machine modelAndrew Trick
2012-10-17Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base ...Craig Topper
2012-10-17Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen
2012-10-16Merge commit '320db3f8052c9f506d9ea043ba5da534df40aa08'Derek Schuff
2012-10-16Spacing.Eric Christopher
2012-10-16[ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier
2012-10-16And now we can call the other 'get' method from this one and not duplicate th...Bill Wendling
2012-10-16Use the appropriate Attributes::get method to create an Attributes object.Bill Wendling
2012-10-16Speculative fix the mask constants to be of type uintptr_t. I don't know of ...Owen Anderson
2012-10-16Fix function parameter spelling in comments. Caught by -Wdocumentation.Dmitri Gribenko
2012-10-16Issue:Stepan Dyatkovskiy
2012-10-16Cleanup whitespace.Bill Wendling
2012-10-16Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson
2012-10-16Have AttrBuilder defriend the Attributes class.Bill Wendling