Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't bother calling releaseMemory before destroying the DominatorTreeBase. | Dan Gohman | 2010-06-18 | 1 | -1/+0 |
| | | | | llvm-svn: 106287 | ||||
* | Explicit template instantiations must happen in the template's immediately | John McCall | 2009-12-16 | 1 | -0/+2 |
| | | | | | | enclosing namespace. Caught by clang++. llvm-svn: 91480 | ||||
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -3/+2 |
| | | | | | | update all code that this affects. llvm-svn: 79830 | ||||
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -0/+5 |
| | | | | | | This also updates dominator related stuff. llvm-svn: 79825 | ||||
* | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 2009-02-18 | 1 | -1/+1 |
| | | | | llvm-svn: 64888 | ||||
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+25 |
| | | | | llvm-svn: 61715 | ||||
* | Change class' public PassInfo variables to by initialized with the | Dan Gohman | 2008-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | address of the PassInfo directly instead of calling getPassInfo. This eliminates a bunch of dynamic initializations of static data. Also, fold RegisterPassBase into PassInfo, make a bunch of its data members const, and rearrange some code to initialize data members in constructors instead of using setter member functions. llvm-svn: 51022 | ||||
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -4/+2 |
| | | | | | | | several things that were neither in an anonymous namespace nor static but not intended to be global. llvm-svn: 51017 | ||||
* | Fix build issue on certain compilers. | Chris Lattner | 2008-01-05 | 1 | -1/+2 |
| | | | | llvm-svn: 45629 | ||||
* | Don't recalculate the loop info and loop dominators analyses if they're | Bill Wendling | 2008-01-04 | 1 | -3/+8 |
| | | | | | | preserved. llvm-svn: 45596 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Add a newline at the end of the file. | Duncan Sands | 2007-10-31 | 1 | -1/+1 |
| | | | | llvm-svn: 43550 | ||||
* | Some fixes to get MachineDomTree working better. | Owen Anderson | 2007-10-31 | 1 | -0/+24 |
llvm-svn: 43541 |