| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix include guards so they exactly match file names. | Jakub Staszak | 2013-01-10 | 1 | -2/+2 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
* | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper | 2012-09-17 | 1 | -2/+2 |
* | Add "extern template" declarations now that we use explicit instantiation. | Andrew Trick | 2012-06-20 | 1 | -1/+13 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out | Dan Gohman | 2010-06-22 | 1 | -2/+2 |
* | Restore dump() methods to Loop and MachineLoop. | Dan Gohman | 2010-01-05 | 1 | -0/+2 |
* | Add getTopBlock and getBottomBlock member functions to MachineLoopInfo. | Dan Gohman | 2009-10-20 | 1 | -0/+11 |
* | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman | 2009-07-13 | 1 | -39/+0 |
* | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman | 2009-07-13 | 1 | -10/+24 |
* | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman | 2009-06-27 | 1 | -24/+24 |
* | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 2009-02-18 | 1 | -1/+1 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -3/+0 |
* | Use empty() instead of begin() == end(). | Dan Gohman | 2008-08-14 | 1 | -0/+1 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 1 | -3/+0 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Unbreak build on gcc 3.x | Anton Korobeynikov | 2007-12-22 | 1 | -3/+0 |
* | Fix a stupid error that Chris pointed out. | Owen Anderson | 2007-12-07 | 1 | -2/+0 |
* | Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost... | Owen Anderson | 2007-12-01 | 1 | -10/+5 |
* | Add missing newlines at EOF. | Duncan Sands | 2007-11-28 | 1 | -1/+1 |
* | Add MachineLoopInfo. This is not yet tested. | Owen Anderson | 2007-11-27 | 1 | -0/+203 |