Add a T&& constructor to llvm::Optional.
[oota-llvm.git] / include /
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...
2012-10-15 Jakob Stoklund OlesenSwitch most getReservedRegs() clients to the MRI equiva...
2012-10-15 Jakob Stoklund OlesenFreeze the reserved registers as soon as isel is complete.
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Bill WendlingAdd comments.
2012-10-15 Andrew Trickmisched: ILP scheduler for experimental heuristics.
2012-10-15 Chad Rosier[ms-inline asm] Add a few new APIs to the AsmParser...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-15 Adhemerval ZanellaPowerPC: add EmitTCEntry class for TOC creation
2012-10-15 Kostya Serebryany[asan] make AddressSanitizer to be a FunctionPass inste...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingUse a ::get method to create the attribute from Attribu...
2012-10-15 Bill WendlingSupply a default 'operator=' method.
2012-10-15 Bill WendlingMove the AttributesImpl header file into the VMCore...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-14 Benjamin KramerFix a typo that made ImmutableMap::getMaxElement()...
2012-10-14 Bill WendlingRemove dead methods.
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Bill WendlingRemove the bitwise AND operators from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise assignment OR operator from the...
2012-10-14 Bill WendlingRemove the bitwise OR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise XOR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise NOT operator from the Attributes...
2012-10-14 Bill WendlingDecode the LLVM attributes from bitcode using the attri...
2012-10-14 Bill WendlingUse builder to create alignment attributes. Remove...
2012-10-14 Bill WendlingRemove dead method.
2012-10-13 Meador IngeImplement new LibCallSimplifier class
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-12 Chad Rosier[ms-inline asm] Capitalize per coding standard.
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-12 Chad Rosier[ms-inline asm] Add a few data members and member funct...
2012-10-12 Andrew KaylorCorrecting enum values mentioned in comments.
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-12 Nick LewyckyShuffle the virtual destructor down to the base. This...
2012-10-12 Nick LewyckyGive this class full of virtual functions a virtual...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Sean SilvaCasting.h: Automatically handle isa<Base>(Derived).
2012-10-11 Chad RosierRemove extra semicolon.
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-11 NAKAMURA Takumillvm/Analysis/Passes.h: Fix copypasto in createDependen...
2012-10-11 Sebastian Popdependence analysis
2012-10-11 Bill WendlingAdd the LLVM context to this c'tor. It will be needed...
2012-10-11 Bill WendlingSupport a common idiom on how to build an Attributes...
2012-10-11 Evan ChengChange MachineInstrBuilder::addDisp to copy over target...
2012-10-10 Eric ChristopherFormatting and 80-col.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Sean Silvatblgen: Put dyn_cast<> machinery in place for Init...
2012-10-10 Bill WendlingRemove unused argument.
2012-10-10 Stepan DyatkovskiyIssue description:
2012-10-10 Bill WendlingCleanup. Get rid of now dead code.
2012-10-10 Bill WendlingRemove the final bits of Attributes being declared...
2012-10-10 Bill WendlingPass into the AttributeWithIndex::get method an ArrayRe...
2012-10-10 Andrew TrickTODO comment
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-10 Andrew Trickmisched: Generate IsBuffered flag for machine resources.
2012-10-10 Bill WendlingHave 'addFnAttr' take the attribute enum value. Then...
2012-10-10 Andrew KaylorThis patch adds new functions to the SectionRef and...
2012-10-09 Andrew Trickmisched: Add computeInstrLatency to TargetSchedModel.
2012-10-09 Andrew Trickmisched: Doxument the TargetSchedule API.
2012-10-09 Andrew Trickmisched: Allow flags to disable hasInstrSchedModel...
2012-10-09 Andrew Trickmisched: Remove LoopDependencies heuristic.
2012-10-09 Bill WendlingUse the attribute builder to add attributes to call...
2012-10-09 Douglas GregorAdd count() method to MapVector
2012-10-09 Micah VillmowAdd in some interfaces that will allow easier access...
2012-10-09 Bill WendlingUse the attribute enums to query if a function has...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Bill WendlingRemove this now unused variable macro.
2012-10-09 Bill WendlingUse appropriate method calls to get the alignment value.
2012-10-09 Bill WendlingInline the checks for mutually exclusive attributes...
next