Silence warnings.
[oota-llvm.git] / lib / Analysis /
2009-04-21 Dan GohmanTeach ScalarEvolution how to recognize zext-inreg and...
2009-04-21 Dan GohmanThis FIXME is fixed, now that SCEV understands pointers.
2009-04-21 Dan GohmanFactor out a common base class from SCEVTruncateExpr...
2009-04-21 Dan GohmanUsage getAnalysisToUpdate for TargetData, per PR760.
2009-04-21 Dan GohmanIntroduce encapsulation for ScalarEvolution's TargetDat...
2009-04-21 Dan GohmanMove some assertion checks so they can do more complete...
2009-04-21 Dan GohmanConvert ScalarEvolution to use raw_ostream instead...
2009-04-18 Dan GohmanAdd a ScalarEvolution::getCouldNotCompute() function...
2009-04-18 Dan GohmanMore const qualifiers.
2009-04-18 Dan GohmanUse more const qualifiers with SCEV interfaces.
2009-04-16 Dan GohmanHandle a pointer type correctly in SCEVExpander::visitA...
2009-04-16 Dan GohmanFix a bug with inttoptr/ptrtoint casts where the pointe...
2009-04-16 Dan GohmanFix SCEVExpander::visitSMaxExpr and SCEVExpander::visit...
2009-04-16 Dan GohmanTeach SCEVExpander::InsertCastOfTo to avoid creating...
2009-04-16 Dan GohmanExpand GEPs in ScalarEvolution expressions. SCEV expres...
2009-04-15 Devang PatelAdd a method to check that the subprogram holds debug...
2009-04-03 Chris Lattneruse higher level APIs.
2009-03-30 Devang PatelgetEntryFor() may invalidate DenseMap iterator.
2009-03-29 Chris Lattnernow that you can put a PointerIntPair in a SmallPtrSet...
2009-03-25 Devang PatelBefore deleting a basic block, give other loop passes...
2009-03-25 Devang PatelDo not ignore DW_TAG_class_type!
2009-03-24 Gabor Greifsimplify logic and get rid of the assumption that opera...
2009-03-23 Dan GohmanLoopVR is not CFGOnly.
2009-03-23 Dan GohmanEnhance LiveValues to work on PHI operands.
2009-03-20 Dan GohmanThe last use in a block that doesn't have successors
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-19 Dale JohannesenClear the cached cost when removing a function in
2009-03-19 Dan GohmanAdd a liveness analysis pass for LLVM IR values. This...
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-11 Dale JohannesenDebug intriniscs should be skipped when looking
2009-03-11 Torok EdwinMake Print callable from a pass's print method: add...
2009-03-10 Torok EdwinGlobal variables don't have a corresponding llvm.dbg...
2009-03-09 Owen AndersonIgnore debug intrinsics when computing dependences.
2009-03-09 Chris Lattnerreimplement AliasSetTracker in terms of DenseMap instea...
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-06 Chris LattnerSprinkle some PrettyStackEntry magic into the passmanag...
2009-03-06 Zhou ShengRemove this as dbginfo intrinsics has been defined as
2009-03-05 Zhou ShengIgnore the debug info intrinsics when looking for depen...
2009-03-03 Zhou ShengIgnore the debug info intrinsics when adding instructio...
2009-02-28 Chris LattnerChange WriteTypeSymbolic to not put a space out before...
2009-02-24 Devang PatelIf compile unit's language is not set then don't crash...
2009-02-24 Dan GohmanRename ScalarEvolution's getIterationCount to getBacked...
2009-02-24 Dan GohmanFix a ValueTracking rule: RHS means operand 1, not...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-17 Dan GohmanAdd a method to ScalarEvolution for telling it when...
2009-02-17 Dan GohmanMove dumpPassStructure out of line.
2009-02-17 Evan ChengStrengthen the "non-constant stride must dominate loop...
2009-02-14 Duncan SandsGeneralize some alias analysis logic from atomic
2009-02-13 Duncan SandsIf a function only reads memory, then we know that...
2009-02-13 Nick LewyckyReapply r64300:
2009-02-13 Nick LewyckyBasicAA was making the assumption that a local allocati...
2009-02-12 Dan GohmanTeach IndVarSimplify to optimize code using the C ...
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsMake sure the SCC pass manager initializes any contained
2009-02-06 Owen AndersonFix a crasher: we need to check that the function is...
2009-02-05 Owen AndersonRefactor my previous change to maintain the distinction...
2009-02-04 Owen AndersonFinish making AliasAnalysis aware of the fact that...
2009-02-03 Owen AndersonTeach AliasAnalysis that a bunch of the atomic intrinsi...
2009-02-03 Dan GohmanMove isIdentifiedObject and isNoAliasCall into AliasAna...
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-30 Dan GohmanFix a post-RA scheduling dependency bug.
2009-01-30 Devang PatelAdd dump() routines to help debug debug info :)
2009-01-28 Duncan SandsFix PR3415 (infinite loop in EscapeAnalysis) by
2009-01-25 Nick LewyckyStart generating arbitrary precision integer SCEVs...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-23 Chris Lattnerfix two more cases where we could let the NLPDI cache...
2009-01-23 Chris LattnerUnconditionally reset 'cache' to zero, even if we don...
2009-01-23 Chris Lattnera minor tweak to my previous patch, handle the invalida...
2009-01-22 Gabor Greifintroduce a useful abstraction to find out if a Use...
2009-01-22 Chris LattnerFix PR3358, a really nasty bug where recursive phi...
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-20 Chris LattnerEliminate use of uint32_t to improve compatibility...
2009-01-19 Devang PatelVerify debug info.
2009-01-18 Oscar FuentesCMake: Add lib/Analysis/CaptureTracking.cpp
2009-01-18 Duncan SandsBasicAliasAnalysis and FunctionAttrs were both
2009-01-18 Gabor Greifadd a comment
2009-01-17 Gabor Greifswitch over some other methods from indices to iterators
2009-01-17 Gabor Greifspeed up iterative loop by using iterators. changes...
2009-01-16 Nick LewyckyReinstate r60509 from Dale:
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-14 Gabor Greifminor simplification
2009-01-13 Nick LewyckyWind SCEV back in time, to Nov 18th. This 'fixes' PR327...
2009-01-12 Devang PatelAdd classof() methods to support isa<> and other relate...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Chris Lattnermake tblgen autogenerate the nocapture intrinsics for
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-08 Chris LattnerValueTracker can't assume that an alloca with no specif...
2009-01-05 Duncan SandsWhen checking if an Argument escapes, check if
2009-01-05 Devang PatelAdd classof() methods so that dwarf writer can decide...
2009-01-05 Devang PatelConstruct array/vector type DIEs using DebugInfo.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-03 Nick LewyckyWe know it's always a SCEVConstant if it gets here...
2009-01-02 Nick LewyckyDon't try to analyze this "backward" case. This is...
2008-12-27 Nick LewyckyCheck that the function prototypes are correct before...
next