addPassesToJITCompile now takes a FunctionPassManager, to support
[oota-llvm.git] / lib / Analysis /
2003-08-12 Vikram S. AdveFor an instruction with delay slots, mark all live...
2003-08-06 Chris LattnerRemove unnecessary use of NonCopyable
2003-08-05 Chris LattnerAdd more verbose comment
2003-08-05 Sumant KowshikAdded function mergeInGlobalsGraph which merges in...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-07-29 Vikram S. AdveDon't require a BB to look-up live variables, unless...
2003-07-26 Chris LattnerFix another minor bug
2003-07-25 Chris LattnerDont' try to parse the colon
2003-07-25 Chris LattnerAdd a more general check-flags which can be used to...
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-23 Chris LattnerFit code into 80 columns
2003-07-23 Chris LattnerEliminate old-style cast
2003-07-22 Vikram S. AdveFix comment.
2003-07-17 Brian GaekeFix typo in call to isUnresolvableFunc, which was break...
2003-07-16 Vikram S. AdveRematerialize nodes from the globals graph into the...
2003-07-16 Vikram S. Adve(1) Rematerialize nodes from the globals graph into...
2003-07-16 Vikram S. AdveImplement 2 important changes: (1) rematerialization...
2003-07-16 Vikram S. AdveFactor out the test for unresolvable external functions...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-03 Chris LattnerReuse the values if they are constants: this is importa...
2003-07-03 Chris LattnerRemove globals more aggressively from graphs.
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required!
2003-07-02 Chris LattnerDisable incorrect mustalias code
2003-07-02 Chris LattnerRemove space at end of line
2003-07-02 Chris LattnerFix how we are handling unreachable functions. This...
2003-07-02 Chris LattnerKeep track of how many inlinings are performed
2003-07-02 Chris LattnerTry using trivially dead deletion
2003-07-02 Chris LattnerRemove dead Nodes list
2003-07-02 Chris LattnerComplete rewrite of td pass
2003-07-02 Chris LattnerPrint collapsed to match the paper
2003-07-02 Chris LattnerReduce amount of work we do calculating mustaliases...
2003-07-02 Chris LattnerAdd support for ParentGraph only when building in debug...
2003-07-02 Chris LattnerAdd some functions to the blacklist
2003-07-02 Chris LattnerMake the BU closure keep track of which actual calls...
2003-07-02 Chris LattnerMake local pass print out its progress
2003-07-01 Chris LattnerFix bug: Regression/Other/2002-03-11-ExprAssertion.ll
2003-07-01 Chris LattnerRework TD pass to work with the precise call graph...
2003-07-01 Chris LattnerDo not treat global variables as functions! (and assert...
2003-07-01 Chris LattnerDont' print scalar nodes for ConstantPointerRefs
2003-07-01 Chris LattnerMinor cleanups
2003-06-30 Chris LattnerUse the getFunctionNames method
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerSplit CallSiteIterator out into DSCallSiteIterator...
2003-06-30 Chris LattnerBe more const-correct
2003-06-30 Chris LattnerFix bug in last checkin
2003-06-30 Chris LattnerReimplement the BU closure to collapse all SCC graphs...
2003-06-30 Chris LattnerHandle the case where OldNodeMap == &ScalarMap correctly
2003-06-30 Chris LattnerRemove dead method
2003-06-30 Chris LattnerDo not delete the same graph multiple times when freein...
2003-06-30 Chris LattnerDo not multiply delete graphs if functions are sharing...
2003-06-30 Chris LattnerMove usages of explicit hash_* datastructures to use...
2003-06-30 Chris LattnerRevamp DSGraphs so that they can support multiple funct...
2003-06-30 Chris LattnerAdjust for new DSGraph API
2003-06-29 Chris LattnerAbstract out the predicate which decides whether a...
2003-06-29 Chris LattnerFix minor bug in previous checkin
2003-06-29 Chris LattnerAdd support for ensuring that nodes are not incomplete
2003-06-29 Chris LattnerAdd support for "physical subtyping", which fixes:
2003-06-29 Chris LattnerAdd print method to not get silly warning from analyze
2003-06-29 Chris LattnerNew pass which is useful for writing regression tests
2003-06-29 Chris LattnerExpose must alias information for global variables...
2003-06-29 Chris LattnerIf the alias analysis algorithm we are using can provid...
2003-06-29 Chris LattnerCount operands to instructions as well as just results...
2003-06-28 Chris LattnerPropagate globals graph from the local to bu to td...
2003-06-28 Chris LattnerDrop references to globals who do exist in the globals...
2003-06-28 Chris LattnerAvoid double negatives
2003-06-28 Chris LattnerNew pass to perform DSA based optimizations. Initially...
2003-06-25 Chris LattnerFix bug: LevelRaise/2003-06-25-ExprAnalysis.ll
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-19 Chris Lattner* Changes to make NodeType be private to DSNode.
2003-06-17 Chris LattnerImplement handling of constantexprs for disambiguation...
2003-06-17 Chris LattnerAvoid divide by zero errors
2003-06-16 Chris LattnerNodes get forwarded when they are collapsed currently.
2003-06-16 Chris LattnerRemove bogus assertion: a node with no referrers could...
2003-06-16 Chris LattnerImplement forwarding from stores to loads of must-alias...
2003-06-02 Chris LattnerBe more robust in the face of undefined behavior.
2003-05-31 Chris LattnerFix bug: CBackend/2003-05-31-MissingStructName.ll
2003-05-29 Chris LattnerEliminate unnecessary ->get calls that are now automati...
2003-05-27 Vikram S. AdveRenamed MachienOperand::opIsDef to MachineOperand:...
2003-05-21 Chris LattnerFix Bug: BasicAA/2003-05-21-GEP-Problem.ll
2003-05-20 Misha BrukmanThe word `operands' has an `r' in it.
2003-05-20 Misha BrukmanSparc instruction opcodes now all live under the `V9...
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-05-15 Chris LattnerFix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll
2003-05-03 Chris LattnerFix miscompilation in Fhourstones and bug: LICM/2003...
2003-04-26 Chris LattnerFix bug: LoopPreheaders/2003-04-25-AssertFail.ll
2003-04-25 Chris LattnerFix BasicAA/2003-04-25-GEPCrash.ll
2003-04-23 Chris LattnerRemove unneccesary &*
2003-04-22 Chris LattnerFix bug: BasicAA/2003-04-22-GEPProblem.ll
2003-04-16 Chris LattnerFix bug: IndVarSimplify/2003-04-16-ExprAnalysis.ll
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-03-06 Chris LattnerRemove unneccesary forward decl
2003-03-04 Chris LattnerFix bug: BasicAA/2003-03-04-GEPCrash.ll
2003-03-03 Chris LattnerADd two new 'add' methods
2003-03-03 Chris LattnerDon't apply type information to load instructions if...
2003-03-02 Chris LattnerFix a problem with negative indexes
2003-02-28 Chris LattnerAdd dump method for Loops
2003-02-27 Chris LattnerSimplify a bit by using a new member function
2003-02-27 Chris LattnerChange behavior of changeExitBlock function to replace...
2003-02-27 Chris LattnerFix bug: LICM/2003-02-27-PreheaderProblem.ll
2003-02-27 Chris Lattner - LoopInfo now calculates and tracks loop exit blocks
next