- cda2347 Add more functions by Chris Lattner · 22 years ago
- 4d728e8 None of the __llvm_* functions call into the program. This makes the by Chris Lattner · 22 years ago
- 67ce57a Add support for memmove by Chris Lattner · 22 years ago
- fb8c610 Handle bzero and memset in the local analysis, because we were missing the fact by Chris Lattner · 22 years ago
- 492dda9 This doesn't use DSCallSiteIterator by Chris Lattner · 22 years ago
- 0271345 Fix name collision by Chris Lattner · 22 years ago
- 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 22 years ago
- dbfe36e Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll by Chris Lattner · 22 years ago
- ba12c23 Including the symbol table in the FindUsedTypes analysis was the WRONG way by Chris Lattner · 22 years ago
- 07a38e7 Make the call graph more precise despite the hated constantpointerrefs. by Chris Lattner · 22 years ago
- 14fffaf When someone includes CallGraph.h, make sure that they link in CallGraph.cpp by Chris Lattner · 22 years ago
- c2bcde4 Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.ll by Chris Lattner · 22 years ago
- 472a7ef Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon by Chris Lattner · 22 years ago
- b7c4c99 This is a disgusting hack that improves code substantially, by making by Chris Lattner · 22 years ago
- 59dc178 Do not add unreachable code to a natural loop! by Chris Lattner · 22 years ago
- d073ea0 Make sure to print labels on nodes without names by Chris Lattner · 22 years ago
- a75b3ef If the basic block has no name, make sure to print the % number of it by Chris Lattner · 22 years ago
- 002362c Implement the Function::viewCFG* methods, for use in a debugger. Also, the by Chris Lattner · 22 years ago
- 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
- e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
- e9d3c6b Convert this code from using annotations to using a local map by Chris Lattner · 22 years ago
- 0beae0c Remove using declaration by Chris Lattner · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 22 years ago
- 50b5d71 Make use of "external" depth-first iterators to avoid revisiting nodes by Chris Lattner · 22 years ago
- cf3056d Regularize header file comments by Chris Lattner · 22 years ago
- 2ef1236 Make getNumBackEdges more efficient by Chris Lattner · 22 years ago
- cf00c4a Fix spelling. by Misha Brukman · 22 years ago
- b5c1af4 Use std::string::size_type for for ColonPos to stop gcc from giving a warning by Alkis Evlogimenos · 22 years ago
- fbc2d84 DOn't crash if program calls the null pointer by Chris Lattner · 22 years ago
- 03f252f Remove explicit use of BasicBlock::succ_iterator by Chris Lattner · 22 years ago
- 11fc930 Functions reachable from the arguments of unresolvable call nodes should by Chris Lattner · 22 years ago
- ec157b7 The Globals graph must become complete at the end of the BU phase! by Chris Lattner · 22 years ago
- 3b0a9be Do not mark incoming arguments to functions complete if the function is pointed to by a global in the globals graph by Chris Lattner · 22 years ago
- 26c4fc3 Make sure to add global variable initializers to the Globals graph! by Chris Lattner · 22 years ago
- 9970bf6 Don't consider incomplete nodes to be typesafe! by Chris Lattner · 22 years ago
- bab8c28 Remove trivially dead nodes was not removing nodes that were dead due to forwarding! by Chris Lattner · 22 years ago
- 894263b Add special case handling for calloc and realloc by Chris Lattner · 22 years ago
- 808a7ae Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 22 years ago
- 192cd9c Make this work better for constants that aren't necessarily in ANY graph, such as null pointers by Chris Lattner · 22 years ago
- c182003 Fix bug: BasicAA/2003-09-19-LocalArgument.ll by Chris Lattner · 22 years ago
- 7892549 Keep track of the number of typed/untyped memory accesses theyre are in the program by Chris Lattner · 22 years ago
- f52d01b These two conditions are not exclusive!! by Chris Lattner · 22 years ago
- b31247a Make the print output more useful by Chris Lattner · 22 years ago
- 2f2d065 Fixed spelling and grammar. by Misha Brukman · 22 years ago
- c444a42 Renamed DominatorTree::Node::getNode() -> getBlock() by Chris Lattner · 22 years ago
- 7bc439a Spell `definitely' correctly. by Misha Brukman · 22 years ago
- 706e61e Rework post dominator information so that we do not have to by Chris Lattner · 22 years ago
- 2446b0a Remove using declarations by Chris Lattner · 22 years ago
- a176a8b another trivial cleanup by Chris Lattner · 22 years ago
- 44abf85 Simplification of trip counting machinery. by Chris Lattner · 22 years ago
- 69ecd0d Spelling fixes by Chris Lattner · 22 years ago
- f6e5233f clean up file header comment by Chris Lattner · 22 years ago
- 36836a6 Simplify some code by Chris Lattner · 22 years ago
- bd70a31 Fix bug: RLE-Preserve-Volatile.ll by Chris Lattner · 22 years ago
- 47c9751 This file is hopelessly out of date by Chris Lattner · 22 years ago
- 758fefc Final cleanup: remove dead code by Chris Lattner · 22 years ago
- 273328e Not only is this a lot smaller, it actually works if there is already a by Chris Lattner · 22 years ago
- 09a6705 If "These should be used only by the auto-parallelization pass", we might as by Chris Lattner · 22 years ago
- 60a3518 Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not by Chris Lattner · 22 years ago
- aa92145 Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h by Chris Lattner · 22 years ago
- 5714c97 Replace M with F when refering to functions by Chris Lattner · 22 years ago
- 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 22 years ago
- 729d73d Don't explicitly use the SCC class by Chris Lattner · 22 years ago
- 56ef49f Remove dead var by Chris Lattner · 22 years ago
- 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 22 years ago
- fe8d880 Remove explicit passing of SCC's around as objects. by Chris Lattner · 22 years ago
- 95008bc Move the getAnalysisUsage method from the header file by Chris Lattner · 22 years ago
- 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 22 years ago
- 0c0023b Minor cleanups Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
- 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 22 years ago
- 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
- 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 22 years ago
- 6666a04 There is no reason for this to be a pass! by Chris Lattner · 22 years ago
- 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
- 169db9d Fix the bug that broke the nightly tester in McCat/18-imp last night. :( by Chris Lattner · 22 years ago
- 7dd46b0 Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll by Chris Lattner · 22 years ago
- 891bd82 Improvement to the previous fix: branch following a delay slot of by Vikram S. Adve · 22 years ago
- 88d962a For an instruction with delay slots, mark all live values before by Vikram S. Adve · 22 years ago
- 8043127 Remove unnecessary use of NonCopyable by Chris Lattner · 22 years ago
- 7ddb013 Add more verbose comment by Chris Lattner · 22 years ago
- 108421a Added function mergeInGlobalsGraph which merges in the entire globals graph with the graph of a function by Sumant Kowshik · 22 years ago
- 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
- 7a81a0f Don't require a BB to look-up live variables, unless they may need to by Vikram S. Adve · 22 years ago
- 1f2bbaa Fix another minor bug by Chris Lattner · 22 years ago
- e7e221a Dont' try to parse the colon by Chris Lattner · 22 years ago
- f2d0134 Add a more general check-flags which can be used to ensure arbitrary flags are set by Chris Lattner · 22 years ago
- c07736a Simplify code by using ConstantInt::getRawValue instead of checking to see by Chris Lattner · 22 years ago
- bfcdf14 Fit code into 80 columns by Chris Lattner · 22 years ago
- 28a128e Eliminate old-style cast by Chris Lattner · 22 years ago
- 40c600e Fix comment. by Vikram S. Adve · 22 years ago
- 1d2ba44 Fix typo in call to isUnresolvableFunc, which was breaking the build. by Brian Gaeke · 22 years ago
- 1da1d32 Rematerialize nodes from the globals graph into the current graph by Vikram S. Adve · 22 years ago
- 03e19dd (1) Rematerialize nodes from the globals graph into the current graph by Vikram S. Adve · 22 years ago
- 78bbec7 Implement 2 important changes: (1) rematerialization from the globals graph, by Vikram S. Adve · 22 years ago
- 2e1de5e Factor out the test for unresolvable external functions into by Vikram S. Adve · 22 years ago
- 1ba3138 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
- 5bfccb9 Reuse the values if they are constants: this is important so that we index into the right structure field by Chris Lattner · 22 years ago
- 85cfe01 Remove globals more aggressively from graphs. by Chris Lattner · 22 years ago
- 7079386 INCLUDE_PARENT_GRAPH is required! by Chris Lattner · 22 years ago