* llvm.spec.in: update blurb
[oota-llvm.git] / include / llvm /
2007-07-11 Tanya LattnerAdding ability to demote phi to stack.
2007-07-11 Owen AndersonAdd FastDSE, a new algorithm for doing dead store elimi...
2007-07-10 Evan ChengAdd OptionalDefOperand. Remove clobbersPred. Also add...
2007-07-10 Owen AndersonAdd support for finding the dependencies of call and...
2007-07-10 Owen AndersonFix a bunch of things from Chris' feedback
2007-07-10 Evan ChengWhen a node value is only used by a CopyToReg, use...
2007-07-10 Evan ChengMove DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp...
2007-07-10 Owen AndersonEvidently my earlier fix did not go far enough. When...
2007-07-09 Owen AndersonWhen resizing a BitVector with size 0, be sure to clear...
2007-07-09 Devang PatelExpose struct size threhold to allow users to tweak...
2007-07-09 Owen AndersonMake the assignment operator for SmallPtrSet return...
2007-07-09 Devang PatelFix memory leak.
2007-07-09 Chris Lattnerwork around an aparent gcc name resolution bug by
2007-07-09 Chris Lattnerimplement operator= for smallptrset
2007-07-09 Dan GohmanMove the APInt form of SCEVUnknown::getIntegerSCEV...
2007-07-09 Dan GohmanFix a typo in a comment.
2007-07-09 Gabor Greifmissed this one
2007-07-09 Gabor Greiffix typos
2007-07-06 Owen AndersonA first stab at memory dependence analysis. This is...
2007-07-06 Owen AndersonAdd some accessors to improve consistency.
2007-07-06 Devang PatelAdd SplitEdge and SplitBlock utility routines.
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-07-06 Dan GohmanRemove redundant declarations.
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-06 Dan GohmanFix a comment so that the element numbering match the...
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-05 Dan GohmanAdd explicit keywords.
2007-07-05 Dan GohmanMake MachineFunctionPass::runOnFunction non-virtual...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Duncan SandsMake sure only one copy of a filter is placed in the
2007-07-04 Duncan SandsExtend eh.selector to support both catches and filters.
2007-07-04 Devang PatelRemove unused method - getIDomBlock().
2007-07-04 Devang PatelFix typo in assertion check.
2007-07-02 Dan GohmanRemove declarations for code no longer in the tree...
2007-07-02 Dan GohmanAdd explicit keywords.
2007-06-29 Devang PatelAdd loop info verification mechanism.
2007-06-29 Dan GohmanAdd an explicit keyword. Thanks Chris!
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 David GreeneFix misue of iterator pointing to erased object. Uncov...
2007-06-28 Dan GohmanAdd new TargetLowering code to provide the final regist...
2007-06-28 Dan GohmanAdd a default parameter to a SmallVector constructor...
2007-06-28 Devang PatelRemove unnecessary comments.
2007-06-28 Devang PatelHandle the case when block dominates itself.
2007-06-27 Devang PatelRemove ETForest.
2007-06-27 Dan GohmanRename ("shrinkify") MVT::isExtendedValueType to MVT...
2007-06-27 Dan GohmanDocument the encoding of MVT::ValueType.
2007-06-27 Dan GohmanAllow DOUT to be used outside of the llvm namespace.
2007-06-26 Evan ChengAdd comment.
2007-06-26 Evan ChengProperly handle kills of a physical register which...
2007-06-26 Evan ChengAdd immediate sub-registers.
2007-06-26 Dan GohmanReplace ?: with if statements, for clarity.
2007-06-26 Dan GohmanSimplify the expression for MVT::isExtendedValueType.
2007-06-26 Dan GohmanSimplify the expression for TargetLowering::isTypeLegal.
2007-06-26 Dan GohmanRenumber the SimpleValueType values to fill in the...
2007-06-26 Dan GohmanRevert the earlier change that removed the M_REMATERIAL...
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.
next