checkpoint of the new PHITransAddr code, still not done and not used by
[oota-llvm.git] / include / llvm / Analysis /
2009-12-07 Chris Lattnercheckpoint of the new PHITransAddr code, still not...
2009-12-07 John Mosbyfixed some typos in method comments, reworded some...
2009-12-05 Nick LewyckyDocument that memory use intrinsics may also return...
2009-12-04 Chris Lattneradd the start of a class used to handle phi translation...
2009-12-03 Devang PatelAdd support to emit debug info for virtual functions...
2009-12-03 Andreas NeustifterUse ProfileInfo-API in ProfileInfo Loader and do more...
2009-12-03 Andreas NeustifterConverted ProfileInfo to template, added more API for...
2009-12-01 Devang PatelAdd utility routine to create subprogram definition...
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-11-30 Tobias GrosserSmall PostDominatorTree improvements
2009-11-30 Tobias GrosserRemove ":" after BB name in -view-cfg-only
2009-11-28 Chris LattnerEnhance InsertPHITranslatedPointer to be able to return...
2009-11-27 Chris LattnerRework InsertPHITranslatedPointer to handle the recursi...
2009-11-27 Chris Lattnerfactor some logic out of instcombine into a new Simplif...
2009-11-27 Chris Lattnerteach GVN's load PRE to insert computations of the...
2009-11-27 Chris LattnerFix phi translation in load PRE to agree with the phi
2009-11-27 Chris Lattnerfactor some instcombine simplifications for getelementp...
2009-11-26 Chris LattnerImplement PR1143 (at -m64) by making basicaa look throu...
2009-11-26 Chris Lattnermove DecomposeGEPExpression out into ValueTracking.cpp
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-24 Devang PatelEmit pubtypes.
2009-11-23 Devang PatelAdd CreateLocation varinat that accepts MDNode (with...
2009-11-23 Chris Lattneradd a helper
2009-11-23 Nick LewyckyRemove unused LLVMContext.
2009-11-22 Chris LattnerRemove the AliasAnalysis::getMustAliases method, which...
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-11-19 Dan GohmanExtend CaptureTracking to indicate when a value is...
2009-11-18 Dan GohmanSimplify ComputeMultiple so that it doesn't depend...
2009-11-17 Devang PatelRemove dead code.
2009-11-15 Chris Lattnerdisable copying, enforce some invariants.
2009-11-14 Benjamin KramerRemove dead variable found by clang++.
2009-11-13 Devang PatelDo not use value handle to wrap MDNode in DIDescriptor.
2009-11-13 Devang PatelRevert r87059 for now. It is failing clang tests.
2009-11-13 Victor HernandezRemove unnecessary llvm.dbg.declare bitcast
2009-11-12 Devang Patel"Attach debug info with llvm instructions" mode was...
2009-11-12 Evan Cheng- Teach LSR to avoid changing cmp iv stride if it will...
2009-11-12 Chris LattnerAdd a new getPredicateOnEdge method which returns more...
2009-11-12 Chris Lattnerexpose edge information and switch j-t to use it.
2009-11-12 Devang PatelDo not use StringRef in DebugInfo interface.
2009-11-11 Dan GohmanFix a copy+pasto in a comment.
2009-11-11 Chris Lattnerstub out some LazyValueInfo interfaces, and have JumpTh...
2009-11-11 Chris LattnerStub out a new lazy value info pass, which will eventually
2009-11-11 Chris Lattnerremove redundant foward declaration. This function...
2009-11-10 Devang PatelImplement support to debug inlined functions.
2009-11-10 Chris Lattnerin -dot-cfg and -dot-cfg-only, when rendering switch...
2009-11-10 Chris Lattnermove some generally useful functions out of jump threading
2009-11-10 Devang PatelProcess InlinedAt location info.
2009-11-10 Victor HernandezUpdate computeArraySize() to use ComputeMultiple()...
2009-11-10 Victor HernandezAdd ComputeMultiple() analysis function that recursivel...
2009-11-10 Chris Lattneradd a new SimplifyInstruction API, which is like Consta...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-10 Chris Lattnerfactor simplification logic for AND and OR out to InstS...
2009-11-09 Chris Lattnerrename SimplifyCompare -> SimplifyCmpInst and split...
2009-11-09 Chris Lattnerfix ConstantFoldCompareInstOperands to take the LHS...
2009-11-09 Chris Lattnerstub out a new libanalysis "instruction simplify" inter...
2009-11-09 Dan GohmanFix an 80-column violation.
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Chris Lattnerremove some more Context arguments.
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Dan GohmanFactor out the predicate code for loopsimplify form...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanAdd a function to Passes.h to allow clients to create...
2009-11-01 Dan GohmanDon't #include Pass.h from CallGraph.h.
2009-10-31 Dan GohmanRename forgetLoopBackedgeTakenCount to forgetLoop,...
2009-10-28 Victor HernandezExtend getMallocArraySize() to determine the array...
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Devang PatelAdd support to encode type info using llvm::Constant.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-24 Dan GohmanRename isLoopExit to isLoopExiting, for consistency...
2009-10-24 Dan GohmanMake DominanceFrontier::addBasicBlock return the iterat...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-22 Chris LattnerMove some constant folding logic for loads out of instc...
2009-10-18 Chris Lattneradd function passes for printing various dominator...
2009-10-18 Chris Lattnermake DOTGraphTraits public, patch by Tobias Grosser!
2009-10-18 Chris Lattneradd nodes_begin/end/iterator for dominfo, patch by...
2009-10-17 Daniel DunbarAdd required #includes for freestanding .h files.
2009-10-15 Victor HernandezFix bug where array malloc with unexpected computation...
2009-10-13 Dan GohmanFix resetCachedCostInfo to reset all of the cost inform...
2009-10-13 Dan GohmanSplit code not specific to Function inlining out into...
2009-10-13 Dan GohmanMove the InlineCost code from Transforms/Utils to Analysis.
2009-10-12 Devang PatelEnable "debug info attached to an instruction" mode.
2009-10-09 Dan GohmanAdd the ability to track HasNSW and HasNUW on more...
2009-10-08 Chris Lattnerremove LoopVR pass. According to Nick:
2009-10-07 Devang PatelExtract subprogram and compile unit information from...
2009-10-05 Dan GohmanRemove an unnnecessary LLVMContext argument in
2009-10-01 Mike StumpExpand api out in the usual inserter way, though, I...
2009-09-30 Devang PatelAdd isFOO() helpers. Fix getDirectory() and getFilename...
2009-09-30 Mike StumpAdd a way for a frontend to generate more complex dwarf...
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-27 Dan GohmanExtract the code for inserting a loop into the loop...
2009-09-27 Dan GohmanRemove a redundant assert.
2009-09-27 Dan GohmanAdd dominates and releaseMemory member functions to...
2009-09-27 Dan GohmanAdd a properlyDominates member function to ScalarEvolution.
2009-09-26 Dan GohmanAdd a comment describing natural loops.
next