We now support different expectations for different OS's/architectures.
[oota-llvm.git] / lib / Analysis /
2003-11-14 Chris LattnerImplement a small optimization to handling of GEP's...
2003-11-13 Chris LattnerTrying to get the dsgraph for an external function...
2003-11-13 Chris LattnerImplement the CompleteBU pass
2003-11-13 Chris LattnerMinor code cleanup
2003-11-13 Chris LattnerDisable integer tracking by default
2003-11-13 Chris LattnerAdd an initial version of the CompleteBUDataStructures...
2003-11-12 Chris LattnerFine-grainify namespaces for this library
2003-11-12 Chris LattnerAdd new argument to disable checking
2003-11-12 Chris LattnerPrint return nodes for graphs with multiple functions...
2003-11-12 Chris LattnerDon't crash if no gg
2003-11-12 Chris LattnerCleanups
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Chris LattnerCompute node offsets correctly
2003-11-11 Chris LattnerAdd new method for computing node mappings. This is...
2003-11-09 Chris LattnerMore additions
2003-11-09 Chris LattnerAdd more functions
2003-11-09 Chris LattnerNone of the __llvm_* functions call into the program...
2003-11-09 Chris LattnerAdd support for memmove
2003-11-08 Chris LattnerHandle bzero and memset in the local analysis, because...
2003-11-08 Chris LattnerThis doesn't use DSCallSiteIterator
2003-11-05 Chris LattnerFix name collision
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerFix bug: test/Regression/Analysis/DSGraph/2003-11-02...
2003-11-02 Chris LattnerIncluding the symbol table in the FindUsedTypes analysi...
2003-10-31 Chris LattnerMake the call graph more precise despite the hated...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-28 Chris LattnerFix PR62, and llvm/test/Regression/CBackend/2003-10...
2003-10-23 Chris LattnerFix bug: CBackend/2003-10-23-UnusedType.ll and hopefull...
2003-10-22 Chris LattnerThis is a disgusting hack that improves code substantia...
2003-10-22 Chris LattnerDo not add unreachable code to a natural loop!
2003-10-22 Chris LattnerMake sure to print labels on nodes without names
2003-10-22 Chris LattnerIf the basic block has no name, make sure to print...
2003-10-22 Chris LattnerImplement the Function::viewCFG* methods, for use in...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 Chris LattnerConvert this code from using annotations to using a...
2003-10-20 Chris LattnerRemove using declaration
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-13 Chris LattnerMake use of "external" depth-first iterators to avoid...
2003-10-13 Chris LattnerRegularize header file comments
2003-10-12 Chris LattnerMake getNumBackEdges more efficient
2003-10-10 Misha BrukmanFix spelling.
2003-10-01 Alkis EvlogimenosUse std::string::size_type for for ColonPos to stop...
2003-09-24 Chris LattnerDOn't crash if program calls the null pointer
2003-09-24 Chris LattnerRemove explicit use of BasicBlock::succ_iterator
2003-09-20 Chris LattnerFunctions reachable from the arguments of unresolvable...
2003-09-20 Chris LattnerThe Globals graph must become complete at the end of...
2003-09-20 Chris LattnerDo not mark incoming arguments to functions complete...
2003-09-20 Chris LattnerMake sure to add global variable initializers to the...
2003-09-20 Chris LattnerDon't consider incomplete nodes to be typesafe!
2003-09-20 Chris LattnerRemove trivially dead nodes was not removing nodes...
2003-09-20 Chris LattnerAdd special case handling for calloc and realloc
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-20 Chris LattnerMake this work better for constants that aren't necessa...
2003-09-20 Chris LattnerFix bug: BasicAA/2003-09-19-LocalArgument.ll
2003-09-20 Chris LattnerKeep track of the number of typed/untyped memory access...
2003-09-15 Chris LattnerThese two conditions are not exclusive!!
2003-09-15 Chris LattnerMake the print output more useful
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-11 Chris LattnerRenamed DominatorTree::Node::getNode() -> getBlock()
2003-09-11 Misha BrukmanSpell `definitely' correctly.
2003-09-10 Chris LattnerRework post dominator information so that we do not...
2003-09-10 Chris LattnerRemove using declarations
2003-09-10 Chris Lattneranother trivial cleanup
2003-09-10 Chris LattnerSimplification of trip counting machinery.
2003-09-10 Chris LattnerSpelling fixes
2003-09-10 Chris Lattnerclean up file header comment
2003-09-10 Chris LattnerSimplify some code
2003-09-08 Chris LattnerFix bug: RLE-Preserve-Volatile.ll
2003-09-01 Chris LattnerThis file is hopelessly out of date
2003-09-01 Chris LattnerFinal cleanup: remove dead code
2003-09-01 Chris LattnerNot only is this a lot smaller, it actually works if...
2003-09-01 Chris LattnerIf "These should be used only by the auto-parallelizati...
2003-09-01 Chris LattnerMoved all of the cilkifier stuff into lib/Transforms...
2003-09-01 Chris LattnerMinor cleanups
2003-08-31 Chris LattnerReplace M with F when refering to functions
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerDon't explicitly use the SCC class
2003-08-31 Chris LattnerRemove dead var
2003-08-31 Chris LattnerThe SCC::HasLoop method is now in the main iterator
2003-08-31 Chris LattnerRemove explicit passing of SCC's around as objects.
2003-08-31 Chris LattnerMove the getAnalysisUsage method from the header file
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerMinor cleanups
2003-08-31 Chris LattnerIndent classes correctly in the namespace
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerInitial checkin of the CallGraphSCCPass class
2003-08-29 Chris LattnerThere is no reason for this to be a pass!
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-17 Chris LattnerFix the bug that broke the nightly tester in McCat...
2003-08-16 Chris LattnerFix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
2003-08-14 Vikram S. AdveImprovement to the previous fix: branch following a...
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
next