2006-12-23 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-12-17 |
Bill Wendling | Added an automatic cast to "std::ostream*" etc. from... |
tree | commitdiff |
2006-12-13 |
John Criswell | Remove DSA. |
tree | commitdiff |
2006-12-13 |
Reid Spencer | Change the interface to SCEVExpander::InsertCastOfTo... |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
tree | commitdiff |
2006-12-04 |
Reid Spencer | Unclutter this by using new cast creation functions. |
tree | commitdiff |
2006-12-04 |
Reid Spencer | Change inferred casts to explicit casts. |
tree | commitdiff |
2006-11-29 |
Bill Wendling | Replacing std::iostreams with llvm iostreams. Some... |
tree | commitdiff |
2006-11-28 |
Bill Wendling | Support for llvm_ostreams. |
tree | commitdiff |
2006-11-28 |
Bill Wendling | Support for llvm streams. |
tree | commitdiff |
2006-11-28 |
Bill Wendling | Added a temporary hack to get the llvm-streams to work... |
tree | commitdiff |
2006-11-27 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-11-14 |
Andrew Lenharth | A shim over other AA impls to catch incorrect uses |
tree | commitdiff |
2006-11-05 |
Jeff Cohen | Unbreak VC++ build. |
tree | commitdiff |
2006-11-03 |
Chris Lattner | silence warning |
tree | commitdiff |
2006-10-28 |
Chris Lattner | add a method |
tree | commitdiff |
2006-10-26 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-10-23 |
Andrew Lenharth | change this back |
tree | commitdiff |
2006-10-03 |
Chris Lattner | Move DominatorTree to immediately follow DominatorTreeBase |
tree | commitdiff |
2006-09-22 |
Devang Patel | Use iterative algorith to assign DFS number. This reduces |
tree | commitdiff |
2006-09-14 |
Devang Patel | Undo previous check-in. |
tree | commitdiff |
2006-09-14 |
Devang Patel | Avoid recursion in assignDFSNumber(). Move def from... |
tree | commitdiff |
2006-09-12 |
Nick Lewycky | Add ability to remove nodes from DominatorTree, for... |
tree | commitdiff |
2006-08-29 |
Devang Patel | Do not rely on std::sort and std::erase to get list... |
tree | commitdiff |
2006-08-21 |
Reid Spencer | For PR885: |
tree | commitdiff |
2006-08-01 |
Chris Lattner | Add dominates/properlyDominates queries to IDom. |
tree | commitdiff |
2006-07-26 |
Reid Spencer | For PR780: |
tree | commitdiff |
2006-07-12 |
Chris Lattner | Change the callgraph representation to store the callsi... |
tree | commitdiff |
2006-07-06 |
Chris Lattner | Change the verifier to never throw an exception. Inste... |
tree | commitdiff |
2006-06-26 |
Chris Lattner | Add a new method. |
tree | commitdiff |
2006-06-20 |
Andrew Lenharth | Fix build on old compilers |
tree | commitdiff |
2006-06-19 |
Andrew Lenharth | Do partial inlining in BU. This resolves more call... |
tree | commitdiff |
2006-06-16 |
Andrew Lenharth | move header |
tree | commitdiff |
2006-06-11 |
Owen Anderson | Re-commit the safe parts of my 6/9 patch. Still workin... |
tree | commitdiff |
2006-06-11 |
Evan Cheng | Back out Owen's 6/9 changes. They broke MultiSource... |
tree | commitdiff |
2006-06-09 |
Owen Anderson | Make Loop able to verify that it is in LCSSA-form,... |
tree | commitdiff |
2006-06-07 |
Reid Spencer | For PR780: |
tree | commitdiff |
2006-06-07 |
Reid Spencer | For PR780: |
tree | commitdiff |
2006-06-01 |
Chris Lattner | Fix -pedantic warning |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Change from using a stub function to a stub variable... |
tree | commitdiff |
2006-05-29 |
Andrew Lenharth | Since there was interest on the mailing list, this... |
tree | commitdiff |
2006-05-27 |
Chris Lattner | Fix pastos in comments |
tree | commitdiff |
2006-05-19 |
Reid Spencer | Fix some doxygen usage in these headers. |
tree | commitdiff |
2006-05-19 |
Chris Lattner | Use class tags instead of struct tags. The coding... |
tree | commitdiff |
2006-04-01 |
Chris Lattner | Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStrid... |
tree | commitdiff |
2006-03-20 |
Nate Begeman | Move some common data structures between dom and pdom... |
tree | commitdiff |
2006-03-11 |
Nate Begeman | Fix PR681 by using the standard Lengauer and Tarjan... |
tree | commitdiff |
2006-02-22 |
Chris Lattner | Make the LLVM headers "-ansi -pedantic -Wno-long-long... |
tree | commitdiff |
2006-02-04 |
Chris Lattner | Refactor a bunch of code into a non-inlined method |
tree | commitdiff |
2006-02-04 |
Chris Lattner | add a method |
tree | commitdiff |
2006-01-15 |
Chris Lattner | Initialize DFSnum's to -1, in case a node is not reachable. |
tree | commitdiff |
2006-01-15 |
Chris Lattner | add an assert, patch by Daniel Berlin |
tree | commitdiff |
2006-01-14 |
Chris Lattner | Change ET-Forest to automatically recalculate its DFSnu... |
tree | commitdiff |
2006-01-14 |
Chris Lattner | Add CallGraph::getOrInsertFunction, to allow clients... |
tree | commitdiff |
2006-01-14 |
Chris Lattner | add a dump method to CallGraph |
tree | commitdiff |
2006-01-11 |
Chris Lattner | Switch loopinfo to using ETForest instead of DominatorS... |
tree | commitdiff |
2006-01-08 |
Chris Lattner | Fix the build on platforms where <cassert> doesn't... |
tree | commitdiff |
2006-01-08 |
Chris Lattner | Initial implementation of the ET-Forest data structure... |
tree | commitdiff |
2005-12-22 |
Chris Lattner | Separate the call graph implementation from its interfa... |
tree | commitdiff |
2005-12-06 |
Sumant Kowshik | Added comment for removing assert |
tree | commitdiff |
2005-12-06 |
Sumant Kowshik | Handling of zero length last fields in struct used... |
tree | commitdiff |
2005-11-30 |
Chris Lattner | Add a simple clear() method |
tree | commitdiff |
2005-11-29 |
Chris Lattner | Fix PR670 and test/Regression/Transforms/Mem2Reg/2005... |
tree | commitdiff |
2005-11-18 |
Chris Lattner | Fix the dominates method to return true if the two... |
tree | commitdiff |
2005-10-29 |
Chris Lattner | remove a dead header |
tree | commitdiff |
2005-10-27 |
John Criswell | Move some constant folding functions into LLVMAnalysis... |
tree | commitdiff |
2005-10-24 |
Chris Lattner | This pass is very old and quite useless, remove it. |
tree | commitdiff |
2005-10-24 |
Chris Lattner | add a proto |
tree | commitdiff |
2005-10-24 |
Chris Lattner | new header |
tree | commitdiff |
2005-10-24 |
Chris Lattner | add some prototypes |
tree | commitdiff |
2005-09-12 |
Chris Lattner | new method |
tree | commitdiff |
2005-08-09 |
Chris Lattner | add two helper methods |
tree | commitdiff |
2005-07-30 |
Jeff Cohen | Keep tabs and trailing spaces out. |
tree | commitdiff |
2005-07-30 |
Nate Begeman | Break SCEVExpander out of IndVarSimplify into its own... |
tree | commitdiff |
2005-07-27 |
Jeff Cohen | Eliminate tabs and trailing spaces. |
tree | commitdiff |
2005-06-29 |
Chris Lattner | Don't crash on a query where the block is not in any... |
tree | commitdiff |
2005-06-20 |
Andrew Lenharth | make AliasAnalysis know that VAArg writes memory. ... |
tree | commitdiff |
2005-05-15 |
Chris Lattner | fix warning |
tree | commitdiff |
2005-05-15 |
Chris Lattner | fix compiler warning |
tree | commitdiff |
2005-05-15 |
Reid Spencer | Some cleanups for compilation with GCC 4.0.0 to remove... |
tree | commitdiff |
2005-05-01 |
Tanya Lattner | Add accessor method, |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Convert tabs to spaces |
tree | commitdiff |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-04-21 |
Chris Lattner | add support for taking the address of free. |
tree | commitdiff |
2005-04-21 |
Chris Lattner | Improve doxygen documentation, patch contributed by... |
tree | commitdiff |
2005-04-02 |
Chris Lattner | merge EquivClassGraphs.h into DataStructure.h with... |
tree | commitdiff |
2005-04-02 |
Chris Lattner | add and use a callee_iterator typedef |
tree | commitdiff |
2005-04-02 |
Chris Lattner | Change the ActualCallees callgraph from hash_multimap... |
tree | commitdiff |
2005-03-24 |
Chris Lattner | add new spliceFrom methods. |
tree | commitdiff |
2005-03-23 |
Chris Lattner | if a function doesn't access memory at all, it definite... |
tree | commitdiff |
2005-03-23 |
Chris Lattner | a hack to allow count-aa to work with ds-aa :( |
tree | commitdiff |
2005-03-22 |
Chris Lattner | Fix a serious bug where we didn't insert globals into... |
tree | commitdiff |
2005-03-22 |
Chris Lattner | add a method |
tree | commitdiff |
2005-03-22 |
Chris Lattner | Now that the dead ctor is gone, nothing uses the old... |
tree | commitdiff |
2005-03-22 |
Chris Lattner | remove a dead ctor |
tree | commitdiff |
2005-03-22 |
Chris Lattner | now that the second argument is always this->ReturnNode... |
tree | commitdiff |
2005-03-22 |
Chris Lattner | drop the second argument to cloneInto, which is always... |
tree | commitdiff |
2005-03-22 |
Chris Lattner | move this stuff out of line |
tree | commitdiff |
2005-03-21 |
Chris Lattner | allow passing clone flags into the ctor |
tree | commitdiff |
2005-03-21 |
Chris Lattner | add a new map |
tree | commitdiff |
next |