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