Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and
[oota-llvm.git] / include / llvm /
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
2007-05-13 Reid SpencerAdd some things needed by the llvm-gcc version supporti...
2007-05-13 Anton KorobeynikovEmit multiple common EH frames for multiple (including...
2007-05-12 Anton KorobeynikovMore DWARF-related things cleanup:
2007-05-11 Dan GohmanRemove forward-declarations for classes that don't...
2007-05-11 Dan GohmanAdd explicit keywords to several constructors that...
2007-05-11 Dan GohmanSimplify BranchInst::getSuccessor, avoiding a condition...
2007-05-10 Anton KorobeynikovAllow multiple invokes per landing pad. This (probably...
2007-05-08 Evan ChengEliminate MarkVirtRegAliveInBlock recursion.
2007-05-08 Evan ChengAdd MachineBasicBlock preds / succs reverse iterators.
2007-05-08 Chris Lattnerupdate comments, no functionality change
2007-05-07 Jeff CohenUnbreak VC++ build.
2007-05-06 Chris LattnerEnhance MemoryBuffer to return error messages in string...
2007-05-06 Chris Lattnerremove bytecode headers
2007-05-06 Chris Lattnerremove dead header
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-06 Chris LattnerMove this here from Bytecode/Archive.h
2007-05-06 Chris Lattnerallow zero-length arrays
2007-05-06 Chris Lattnerwe aren't at the end of stream until we've consumed...
2007-05-06 Chris Lattneradd support for identifying bitcode files
2007-05-06 Chris LattnerAdd a helper that either opens a file or stdin.
2007-05-06 Jeff CohenMake code more 64-bit aware.
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-06 Chris Lattneradd a new CreateBitcodeWriterPass method, which creates...
2007-05-06 Chris Lattneradd inline asm code
2007-05-06 Chris LattnerFix a subtle bug that prevented round-tripping 470.lbm
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-06 Chris Lattnerimplement the 'string constant' optimization. This...
next