Age | Commit message (Expand) | Author |
2011-04-11 | remove the StructRetPromotion pass. It is unused, not maintained and | Chris Lattner |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-13 | CallGraphSCC passes implicity require CallGraph analysis. | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-08-26 | zap dead code. | Chris Lattner |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-28 | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif |
2010-07-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-12 | cache dereferenced iterators | Gabor Greif |
2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
2010-04-16 | introduce a new CallGraphSCC class, and pass it around | Chris Lattner |
2010-01-05 | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-09-01 | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner |
2009-09-01 | cleanup/simplify | Chris Lattner |
2009-08-31 | Fix some nasty callgraph dangling pointer problems in | Chris Lattner |
2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-15 | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-06 | More LLVMContext-ification. | Owen Anderson |
2009-01-22 | introduce a useful abstraction to find out if a Use is in the call position o... | Gabor Greif |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2008-09-26 | Now Attributes are divided in three groups | Devang Patel |
2008-09-25 | Large mechanical patch. | Devang Patel |
2008-09-24 | s/ParamAttrsWithIndex/FnAttributeWithIndex/g | Devang Patel |
2008-09-23 | s/ParameterAttributes/Attributes/g | Devang Patel |
2008-09-08 | Update the callgraph correctly. | Duncan Sands |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-14 | Replace two for loops with while(!X->use_empty()) loops. This prevents | Matthijs Kooijman |
2008-08-07 | Let SRETPromotion properly preserve the function name instead of (implicitly) | Matthijs Kooijman |
2008-08-07 | Fix SRETPromotion, it was generating functions without returns statements since | Matthijs Kooijman |
2008-08-07 | Add some debug output to SRETPromotion. | Matthijs Kooijman |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
2008-06-05 | Let StructRetPromotion check if all if its users are really calls or invokesn, | Matthijs Kooijman |
2008-06-05 | Let StructRetPromotion check if it's users are really calling it and not | Matthijs Kooijman |
2008-05-26 | Factor code to copy global value attributes like | Duncan Sands |
2008-05-23 | Use isSingleValueType instead of isFirstClassType to | Dan Gohman |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-05-09 | Fix a type and formatting. | Duncan Sands |
2008-05-08 | Improve pass documentation and comments. | Gordon Henriksen |
2008-05-08 | Check linkage. | Devang Patel |