Add a convenince member function for appending strings to a module's
[oota-llvm.git] / include /
2007-06-26 Dan GohmanAdd a convenince member function for appending strings...
2007-06-25 Dan GohmanGeneralize MVT::ValueType and associated functions...
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-22 Duraid Madinacheck in the BigBlock local register allocator
2007-06-21 Owen AndersonHave internal df_iterator's use SmallPtrSet instead...
2007-06-21 Devang PatelMove code to update dominator information after basic...
2007-06-21 Dan GohmanRename TargetLowering::getNumElements and friends to
2007-06-19 Tanya LattnerMove inliner pass header file.
2007-06-19 Dan GohmanRename ScalarEvolution::deleteInstructionFromRecords to
2007-06-19 Dan GohmanReplace M_REMATERIALIZIBLE and the newly-added isOtherR...
2007-06-19 Evan ChengReplace CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
2007-06-19 Chris Lattneradd isvararg tracking to CCState
2007-06-18 Evan ChengMove CorrectExtraCFGEdges() from BranchFolding.cpp...
2007-06-18 Tanya LattnerModify annotate intrinsic to take 2 additional args...
2007-06-18 Chris Lattneradd helper
2007-06-18 Dan GohmanAdd keyword explicit.
2007-06-15 Evan ChengAdded CanBeDuplicated(). It returns true if an instruct...
2007-06-15 Tanya LattnerAdd local var annotation intrinsic.
2007-06-15 Evan ChengNo longer needed.
2007-06-15 Dan GohmanAdd a SCEV class and supporting code for sign-extend...
2007-06-15 Chris Lattnerm_not should match vector not
2007-06-15 Chris Lattneradd a Constant::getAllOnesValue helper function, which...
2007-06-14 Dan GohmanRename MVT::getVectorBaseType to MVT::getVectorElementType.
2007-06-14 Dale JohannesenDo not treat FP_REG_KILL as terminator in branch analys...
2007-06-14 Dan GohmanAdd a target hook to allow loads from constant pools...
2007-06-14 Dan GohmanEliminate some redundant newlines in asm output.
2007-06-13 Christopher LambAdd support to tablegen for specifying subregister...
2007-06-13 Dan GohmanIntroduce new SelectionDAG node opcodes VEXTRACT_SUBVEC...
2007-06-12 Devang PatelProtect updateDFSNumbers()
2007-06-12 Devang PatelMake DFS number manipulation methods private.
2007-06-12 Devang PatelBreak DominatorTree from ETNode.
2007-06-12 Devang PatelMaintain DFS number in DomTreeNode itself.
2007-06-11 Devang PatelAdd and use DominatorTreeBase::findNearestCommonDominat...
2007-06-08 Evan ChengAdd a utility routine to check for unpredicated termina...
2007-06-08 Devang PatelFix spelling.
2007-06-08 David GreeneFactor live variable analysis so it does not do registe...
2007-06-08 Devang PatelUpdate LoopSimplify to require and preserve DominatorTr...
2007-06-08 Devang PatelAdd new method - nearestCommonDominator().
2007-06-08 Devang PatelUse DominatorTree instead of ETForest.
2007-06-08 Devang PatelDo not preserve ETForest.
2007-06-07 Devang PatelAdd instruction level dominates(A,B) interface.
2007-06-07 Devang PatelDo not use ETForest as well as DomiantorTree. Dominato...
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelAdd basic block level properlyDominates(A,B) interface.
2007-06-07 Devang PatelAdd BasicBlock level dominates(A,B) interface.
2007-06-07 Devang PatelMaintain ETNode as part of DomTreeNode.
2007-06-06 Evan ChengAdd a machine instruction flag indicating the instructi...
2007-06-06 Chris Lattneradd accessor
2007-06-06 Devang PatelBreak friendship.
2007-06-06 Devang PatelRename.
2007-06-06 Devang PatelSimplify class hierarchy.
2007-06-06 Devang PatelAvoid non-trivial loop unswitching while optimizing...
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-06-04 Devang Patels/ETNode::getChildren/ETNode::getETNodeChildren/g
2007-06-04 Devang PatelAdd FIXMEs.
2007-06-04 Devang PatelRemove unused method.
2007-06-04 Devang Patels/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
2007-06-04 Devang PatelAdd basic block level interface to change immediate...
2007-06-04 Evan ChengMove ReplaceUsesOfBlockWith() out of BranchFolding...
2007-06-04 Devang Patels/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
2007-06-03 Devang Patels/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
2007-06-02 Duncan SandsThe semantics of invoke require that we always jump...
2007-06-02 Duncan SandsIntegrate exception filter support and exception catch...
2007-06-01 Evan ChengTarget specific ifcvt code duplication limit.
2007-05-31 Chris LattnerFix the asmprinter so that a globalvalue can specify...
2007-05-29 Dale JohannesenMake stable_sort in tail merging actually be stable...
2007-05-29 Owen AndersonPut GVN-PRE in all the right places.
2007-05-29 Evan ChengAdd missing const qualifiers.
2007-05-27 Chris LattnerAdd a new LLVMBuilder class, which makes it simpler...
2007-05-25 Devang PatelDisable Tail Merging for now.
2007-05-24 Dan GohmanMinor comment cleanups.
2007-05-23 Devang PatelAdd dump() routines for debugging assistance.
2007-05-23 Anton KorobeynikovMark all calls as "could throw", when exceptions are...
2007-05-23 Evan ChengAdd a couple of target hooks for predication.
2007-05-23 Chris Lattnermake these accessors private.
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-22 Evan ChengConsistency.
2007-05-18 Chris Lattnerbetter portability for intptr_t.
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-18 Evan ChengFix comment.
2007-05-17 Evan ChengMove isSuccessor() offline, change it to use std::find.
2007-05-17 Dan GohmanCorrect a name in a comment.
2007-05-17 Chris Lattnersilence some "comparison between signed and unsigned...
2007-05-17 Dan GohmanFix some sporadic segfaults that are triggered when...
2007-05-17 Evan ChengRemove. Not needed.
2007-05-16 Evan ChengAdd target hook to specify block size limit for if...
2007-05-16 Evan ChengPredicateInstruction returns true if the operation...
2007-05-16 Evan ChengRename M_PREDICATED to M_PREDICABLE; Move TargetInstrIn...
2007-05-16 Chris Lattneradd missing mmx intrinsic
2007-05-16 Evan ChengFix comments.
2007-05-16 Evan ChengInitial commit of (very basic) if converter.
2007-05-16 Evan ChengAdd TargetInstrInfo predication hooks.
2007-05-15 Evan ChengAdded getNumExplicitOperands and findFirstPredOperand.
2007-05-15 Evan ChengAll operands that made up of the predicate operands...
2007-05-15 Dan GohmanCorrect a comment.
2007-05-14 Evan ChengFix for PR1406:
2007-05-14 Dan GohmanUse templates for the GraphType for DefaultDOTGraphTrai...
2007-05-14 Dan GohmanAdd a addRequiredTransitiveID member function, which...
2007-05-14 Chris Lattnerupdate comments
next