[python] fix get_library()
[oota-llvm.git] / include /
2012-10-29 Ulrich WeigandIn various places throughout the code generator, there...
2012-10-29 Ulrich WeigandAPFloat cleanup: Remove now unused fields "sign2" and...
2012-10-29 Nadav RotemRename the BB-vectorize flag to match the dragonegg...
2012-10-29 Duncan SandsRemove a wrapper around getIntPtrType added to GVN...
2012-10-29 Bob WilsonRemove code to saturate profile counts.
2012-10-29 Nadav RotemChange the PassManagerBuilder (used by -O3) loop vector...
2012-10-29 Hans WennborgMinor style fixes for TargetTransformationInfo and...
2012-10-29 NAKAMURA Takumillvm/Config/config.h.cmake: Good bye, Kevin! We won...
2012-10-29 Duncan SandsRather than duplicating the getPointerSize code just...
2012-10-29 Tim NorthoverAdd interface for querying object files for symbol...
2012-10-29 Evgeniy Stepanovva_start, va_end, va_copy: InstrinsicInst subclasses...
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-27 Nadav Rotem1. Fix a bug in getTypeConversion. When a *simple*...
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Lang HamesMCRegisterClass should be returned by const ref, not...
2012-10-26 Jakob Stoklund OlesenRemove the canCombineSubRegIndices() target hook.
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-26 Bill WendlingRemove the unneeded initializers.
2012-10-26 Derek SchuffStop APInt::shl from generating llvm.trap
2012-10-26 Rafael EspindolaChange the internalize pass to internalize all symbols...
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-26 Benjamin KramerAdd a basic verifier for SCEV's backedge taken counts.
2012-10-26 Nicolas GeoffrayRemove GC roots that reference dead objects.
2012-10-26 Bill WendlingAlphabetize the enum list.
2012-10-26 Hal FinkelAdd VectorTargetTransform::getNumberOfParts.
2012-10-25 Kaelyn UhrainFix anonymous namespace issue introduced by r166714:
2012-10-25 Chad Rosier[ms-inline asm] Perform field lookups with the dot...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-25 Michael LiaoAdd 'const' qualifier on member functions not changing...
2012-10-25 Joerg SonnenbergerIn preparation for removing exception handling in table...
2012-10-25 Benjamin KramerDependenceAnalysis: Push #includes down into the implem...
2012-10-25 Sebastian Popadd TableGen support to create relationship maps betwee...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-24 Nadav RotemImplement a basic cost model for vector and scalar...
2012-10-24 Nadav RotemMake LegalizeKind public so that we can use it outside...
2012-10-24 Kaelyn UhrainMake ~Operator() protected so subclasses can inherit...
2012-10-24 Pete CooperImprove DenseMap checks for power of 2 growth. Thanks...
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-24 Micah VillmowDelete a directory that wasn't supposed to be checked...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-24 Richard SmithFix ODR violations: a virtual function must be defined...
2012-10-23 Michael J. Spencer[Support/StringSet] Fix memory leak when inserted key...
2012-10-23 Kevin EnderbyMake branch heavy code for generating marked up disasse...
2012-10-23 Pete CooperChange DenseMap to use a power of 2 growth if one is...
2012-10-23 Pete CooperFixed bug in SmallDenseMap where it wouldn't leave...
2012-10-23 Chad Rosier[ms-inline asm] Add an implementation of the offset...
2012-10-23 Lang HamesUse ilist rather than std::list for Node and Edge lists...
2012-10-22 Eli Friedman[ms-inline-asm] Implement _emit directive (which is...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-22 Chad Rosier[ms-inline asm] Add the isOffsetOf() function.
2012-10-22 Nadav RotemAdd the "ForceSizeOpt" attribute.
2012-10-20 Benjamin KramerSymbol hygiene: Make sure declarations and definitions...
2012-10-19 Shuxin Yang1. Remove noreturn attribute from __builtin_debugtrap().
2012-10-19 Eric ChristopherGrammar-o.
2012-10-19 Nadav Rotemrevert r166264 because the LTO build is still failing
2012-10-19 Chad Rosier[ms-inline asm] Have the TargetParser callback to Sema...
2012-10-19 Michael LiaoAdd 'IntrNoReturn' for longjmp intrinsics
2012-10-19 Chad Rosier[ms-inline asm] Add a MCAsmParserSemaCallback to the...
2012-10-19 Shuxin YangThis patch is to fix radar://8426430. It is about llvm...
2012-10-19 Chad Rosier[ms-inline asm] Add the isParsingInlineAsm() function...
2012-10-19 Evgeniy StepanovMove SplitBlockAndInsertIfThen to BasicBlockUtils.
2012-10-19 Nick LewyckyPacify -Wnon-virtual-dtor.
2012-10-19 Nadav Rotemrecommit the patch that makes LSR and LowerInvoke use...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Jordan RoseFix case for include of Compiler.h.
2012-10-18 Jordan RoseAdd move constructors for OwningPtr and OwningArrayPtr.
2012-10-18 Jordan RoseAdd a T&& constructor to llvm::Optional.
2012-10-18 Chad Rosier[ms-inline asm] Add a size argument to the LookupInline...
2012-10-18 Sebastian PopChange MachineFrameInfo::StackObject::Alloca from Value...
2012-10-18 Chad Rosier[ms-inline asm] Have the LookupInlineAsmIdentifier...
2012-10-18 Chad Rosier[ms-inline asm] Move most of the AsmParsing logic in...
2012-10-18 Chandler CarruthIntroduce a BarrierNoop pass, a hack designed to allow...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-17 Jakob Stoklund OlesenSwitch MRI::UsedPhysRegs to a register unit bit vector.
2012-10-17 Evan ChengAdd a really faster pre-RA scheduler (-pre-RA-sched...
2012-10-17 Jakob Stoklund OlesenMerge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-10-17 Andrew Trickmisched: Better handling of invalid latencies in the...
2012-10-17 Craig TopperRemove LLVM_DELETED_FUNCTION from destructors that...
2012-10-17 Jakob Stoklund OlesenUse a SparseSet instead of a BitVector for UsedInInstr...
2012-10-16 Eric ChristopherSpacing.
2012-10-16 Chad Rosier[ms-inline asm] Add the helper function, isParseringInl...
2012-10-16 Bill WendlingAnd now we can call the other 'get' method from this...
2012-10-16 Bill WendlingUse the appropriate Attributes::get method to create...
2012-10-16 Owen AndersonSpeculative fix the mask constants to be of type uintpt...
2012-10-16 Dmitri GribenkoFix function parameter spelling in comments. Caught...
2012-10-16 Stepan DyatkovskiyIssue:
2012-10-16 Bill WendlingCleanup whitespace.
2012-10-16 Owen AndersonFix a bug in the set(I,E)/reset(I,E) methods that I...
2012-10-16 Bill WendlingHave AttrBuilder defriend the Attributes class.
2012-10-16 Bill WendlingUse the Attributes::get method which takes an AttrVal...
2012-10-16 Bill WendlingPut simple c'tors inline.
2012-10-16 Andrew Trickmisched: Added handleMove support for updating all...
2012-10-15 Jakob Stoklund OlesenRemove RegisterClassInfo::isReserved() and isAllocatable().
2012-10-15 Jakob Stoklund OlesenRemove LIS::isAllocatable() and isReserved() helpers.
2012-10-15 Owen AndersonAdd range-based set()/reset() to BitVector. These...
next