| Commit message (Expand) | Author | Age | Files | Lines |
| * | The plural of analysis is analyses. | Dan Gohman | 2010-08-16 | 1 | -2/+2 |
| * | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 2010-08-16 | 2 | -12/+20 |
| * | Remove redundant inline keywords. | Dan Gohman | 2010-08-16 | 2 | -3/+3 |
| * | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman | 2010-08-16 | 1 | -14/+6 |
| * | Revert r111082. No warnings for this common pattern. | Argiris Kirtzidis | 2010-08-15 | 1 | -2/+2 |
| * | Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. | Argiris Kirtzidis | 2010-08-14 | 1 | -2/+2 |
| * | Move some code from Verifier into SVI::isValidOperands. This allows us to ca... | Nate Begeman | 2010-08-13 | 2 | -23/+17 |
| * | Trim #includes. | Dan Gohman | 2010-08-12 | 2 | -7/+0 |
| * | Tidy up whitespace. | Dan Gohman | 2010-08-12 | 1 | -85/+87 |
| * | Use .empty() instead of .size(). | Dan Gohman | 2010-08-12 | 1 | -1/+1 |
| * | Remove BasicBlockPass::runOnFunction, which was unused. | Dan Gohman | 2010-08-11 | 1 | -10/+0 |
| * | Delete FunctionPass::run, which is unused. | Dan Gohman | 2010-08-11 | 1 | -11/+0 |
| * | Delete FunctionPass::runOnModule, which is unused. | Dan Gohman | 2010-08-11 | 1 | -13/+0 |
| * | Reject unrepresentable pointer types in intrinsics. Fixes PR7316. | Nick Lewycky | 2010-08-08 | 1 | -2/+7 |
| * | More #include cleanups. | Dan Gohman | 2010-08-07 | 1 | -0/+1 |
| * | Oops, check in this file too. | Dan Gohman | 2010-08-07 | 1 | -2/+2 |
| * | Tidy some #includes and forward-declarations, and move the C binding code | Dan Gohman | 2010-08-07 | 3 | -41/+37 |
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 5 | -84/+101 |
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 5 | -90/+75 |
| * | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 5 | -75/+90 |
| * | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif | 2010-08-05 | 1 | -1/+1 |
| * | Eliminate unnecessary empty string literals. | Dan Gohman | 2010-08-04 | 1 | -1/+1 |
| * | Fix visitInvokeInst to call visitTerminatorInst, and remove | Dan Gohman | 2010-08-02 | 1 | -4/+1 |
| * | Add Verifier logic for indirectbr. | Dan Gohman | 2010-08-02 | 1 | -0/+11 |
| * | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 2 | -3/+3 |
| * | Preallocate vector, avoid unnecessary vector growth. | Benjamin Kramer | 2010-08-01 | 1 | -0/+1 |
| * | Make GlobalValue alignment consistent with load, store, and alloca | Dan Gohman | 2010-07-28 | 1 | -1/+8 |
| * | Define a maximum supported alignment value for load, store, and | Dan Gohman | 2010-07-28 | 1 | -0/+8 |
| * | After updating value handles for RAUW, check that no weak or tracking handles | Duncan Sands | 2010-07-27 | 1 | -1/+19 |
| * | Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock: | Dan Gohman | 2010-07-26 | 1 | -52/+64 |
| * | Avoid copying and recopying a std::set. | Dan Gohman | 2010-07-26 | 1 | -6/+2 |
| * | Exit a search loop when the search goal is found. | Dan Gohman | 2010-07-26 | 1 | -1/+3 |
| * | Fix formatting. | Dan Gohman | 2010-07-26 | 1 | -2/+2 |
| * | Reduce string trashing. | Benjamin Kramer | 2010-07-25 | 1 | -1/+1 |
| * | PR7704: A function is not allowed to return a function; make sure to enforce | Eli Friedman | 2010-07-24 | 1 | -2/+2 |
| * | Clarify that if a new value handle is added while dropping value handles | Duncan Sands | 2010-07-24 | 1 | -4/+9 |
| * | undo 80 column trespassing I caused | Gabor Greif | 2010-07-22 | 1 | -1/+2 |
| * | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 6 | -77/+28 |
| * | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 2 | -8/+8 |
| * | NamedMDNode is never an operand. | Dan Gohman | 2010-07-21 | 1 | -1/+1 |
| * | Disallow null as a named metadata operand. | Dan Gohman | 2010-07-21 | 2 | -9/+4 |
| * | Use TrackingVH instead of WeakVH for NamedMDNode's operands, since nodes | Dan Gohman | 2010-07-21 | 1 | -7/+7 |
| * | Tidy. | Dan Gohman | 2010-07-21 | 1 | -4/+1 |
| * | Move the smarts of AnalysisGroup registration into PassRegistry. | Owen Anderson | 2010-07-21 | 2 | -37/+36 |
| * | Give MDNode printing has access to the current Module in more | Dan Gohman | 2010-07-20 | 1 | -39/+62 |
| * | Move the handling of PassRegistrationListener's to PassRegistry. | Owen Anderson | 2010-07-20 | 2 | -37/+28 |
| * | Rename removeAllMetadata to clearMetadataHashEntries and simplify | Dan Gohman | 2010-07-20 | 2 | -10/+8 |
| * | Add support for remapping metadata kind IDs when reading in a | Dan Gohman | 2010-07-20 | 1 | -8/+5 |
| * | Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ... | Owen Anderson | 2010-07-20 | 2 | -48/+49 |
| * | Remove setDbgMetadata and getDbgMetadata; their users have been | Dan Gohman | 2010-07-20 | 1 | -4/+0 |