- Apr 09, 2007
-
-
Chris Lattner authored
llvm-svn: 35807
-
Owen Anderson authored
llvm-svn: 35797
-
- Apr 08, 2007
-
-
Owen Anderson authored
llvm-svn: 35775
-
Nick Lewycky authored
llvm-svn: 35756
-
- Apr 07, 2007
-
-
Owen Anderson authored
ETForest updating mechanisms don't work as I thought they did. These changes will be reapplied once the issue is worked out. llvm-svn: 35741
-
Owen Anderson authored
llvm-svn: 35731
-
- Mar 28, 2007
-
-
Devang Patel authored
based on their ordering. This is applicable to ETForest::dominates() also. llvm-svn: 35423
-
- Mar 27, 2007
-
-
Devang Patel authored
llvm-svn: 35388
-
Devang Patel authored
llvm-svn: 35374
-
Devang Patel authored
based on their ordering. llvm-svn: 35369
-
Devang Patel authored
std::vector<DFCalculateWorkObject *> to reduce malloc/free traffic. llvm-svn: 35368
-
- Mar 20, 2007
-
-
Devang Patel authored
Avoid recursion, Use iterative algorithm. llvm-svn: 35225
-
Devang Patel authored
Use ETForest instead of DominatorSet. llvm-svn: 35221
-
- Nov 17, 2006
-
-
Bill Wendling authored
llvm-svn: 31814
-
- Sep 22, 2006
-
-
Devang Patel authored
llvm-svn: 30576
-
Devang Patel authored
call stack depth. llvm-svn: 30575
-
- Sep 14, 2006
-
-
Devang Patel authored
Reintroduce recursive assignDFSNumber(). llvm-svn: 30380
-
Devang Patel authored
to Dominators.h llvm-svn: 30309
-
- Aug 28, 2006
-
-
Chris Lattner authored
llvm-svn: 29921
-
- Aug 02, 2006
-
-
Chris Lattner authored
llvm-svn: 29456
-
- Jun 08, 2006
-
-
Reid Spencer authored
1. Fix the macros in IncludeFile.h to put everything in the llvm namespace 2. Replace the previous explicit mechanism in all the .h and .cpp files with the macros in IncludeFile.h This gets us a consistent mechanism throughout LLVM for ensuring linkage. Next step is to make sure its used in enough places. llvm-svn: 28715
-
- Jun 01, 2006
-
-
Reid Spencer authored
IncludeFile hack to ensure linkage of analysis passes. This works around some -pedantic warnings about assigning an object to a function. llvm-svn: 28621
-
- Mar 14, 2006
-
-
Chris Lattner authored
llvm-svn: 26763
-
- Jan 14, 2006
-
-
Chris Lattner authored
queries are made. Patch by Daniel Berlin! llvm-svn: 25323
-
- Jan 09, 2006
-
-
Chris Lattner authored
llvm-svn: 25152
-
- Jan 08, 2006
-
-
Chris Lattner authored
post-dominators. This code was written/adapted by Daniel Berlin! llvm-svn: 25144
-
- Dec 26, 2005
-
-
Duraid Madina authored
llvm-svn: 25015
-
- Nov 18, 2005
-
-
Chris Lattner authored
llvm-svn: 24408
-
- Apr 25, 2005
-
-
Chris Lattner authored
Naveen Neelakantam, thanks! llvm-svn: 21543
-
- Apr 23, 2005
-
-
Jeff Cohen authored
llvm-svn: 21480
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21427
-
- Dec 07, 2004
-
-
Reid Spencer authored
Make only one print method to avoid overloaded virtual warnings when \ compiled with -Woverloaded-virtual llvm-svn: 18589
-
- Oct 14, 2004
-
-
Chris Lattner authored
Patch by Morten Ofstad llvm-svn: 16987
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Jun 19, 2004
-
-
Chris Lattner authored
on the address of BasicBlock objects in memory. This eliminates stuff like this: Inorder Dominator Tree: [1] %entry [2] %loopentry - [3] %loopexit [3] %no_exit - [4] %endif [4] %then + [4] %endif + [3] %loopexit [3] %return llvm-svn: 14253
-
Chris Lattner authored
of BasicBlock objects llvm-svn: 14252
-
- Jun 05, 2004
-
-
Chris Lattner authored
llvm-svn: 14037
-
- Dec 07, 2003
-
-
Chris Lattner authored
which never worked itself. The cee pass still doesn't work, but it doesn't use this method anymore anyway, so eliminate the method. llvm-svn: 10302
-
Chris Lattner authored
on the algorithm for directly computing immediate dominators presented in this paper: A Fast Algorithm for Finding Dominators in a Flowgraph T. Lengauer & R. Tarjan, ACM TOPLAS July 1979, pgs 121-141. This _substantially_ speeds up construction of all dominator related information. Post-dominators to follow. llvm-svn: 10301
-
- Nov 21, 2003
-
-
Chris Lattner authored
llvm-svn: 10131
-