| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 1 | -26/+28 |
| * | Clean up this file a little, no functionality change. This is a subset of my | Nick Lewycky | 2010-04-01 | 1 | -11/+10 |
| * | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 1 | -1/+1 |
| * | tighten a type and remove trailing whitespace, no functional changes | Gabor Greif | 2010-03-24 | 1 | -12/+12 |
| * | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 1 | -3/+3 |
| * | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 1 | -3/+3 |
| * | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 1 | -3/+3 |
| * | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 1 | -3/+3 |
| * | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -2/+2 |
| * | Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. | Nick Lewycky | 2010-01-23 | 1 | -70/+23 |
| * | Teach DAE that even though it can't modify the function signature of an | Nick Lewycky | 2010-01-23 | 1 | -23/+70 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -9/+9 |
| * | 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 |
| * | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 1 | -3/+3 |
| * | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 1 | -3/+3 |
| * | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 1 | -3/+3 |
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -10/+10 |
| * | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 2009-08-05 | 1 | -1/+1 |
| * | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -4/+2 |
| * | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -3/+3 |
| * | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -4/+3 |
| * | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -6/+6 |
| * | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -3/+4 |
| * | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 1 | -1/+1 |
| * | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -9/+13 |
| * | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -0/+1 |
| * | More LLVMContext-ification. | Owen Anderson | 2009-07-06 | 1 | -8/+11 |
| * | Implement and use new method Function::hasAddressTaken(). | Jay Foad | 2009-06-10 | 1 | -9/+2 |
| * | aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D... | Chris Lattner | 2009-03-18 | 1 | -3/+3 |
| * | add an assertion to make it clear that PHI nodes are not allowed. | Chris Lattner | 2009-03-18 | 1 | -1/+4 |
| * | Fix PR3807 by inserting 'insertelement' instructions in the normal dest of | Chris Lattner | 2009-03-18 | 1 | -5/+10 |
| * | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling | 2009-03-13 | 1 | -3/+3 |
| * | Second installment of "BasicBlock operands to the back" | Gabor Greif | 2009-03-13 | 1 | -3/+3 |
| * | use CallSite::isCalle instead of slow getOperandNo | Gabor Greif | 2009-01-23 | 1 | -3/+3 |
| * | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -2/+2 |
| * | Now Attributes are divided in three groups | Devang Patel | 2008-09-26 | 1 | -7/+16 |
| * | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -31/+31 |
| * | s/ParamAttrsWithIndex/FnAttributeWithIndex/g | Devang Patel | 2008-09-24 | 1 | -7/+7 |
| * | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -5/+5 |
| * | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| * | Allow deadargelim to change return types even though now values were dead. This | Matthijs Kooijman | 2008-07-15 | 1 | -11/+1 |
| * | Revert r53606. It turns out that explicitely tracking the liveness of the | Matthijs Kooijman | 2008-07-15 | 1 | -97/+103 |
| * | Make deadargelim a bit less smart, so it doesn't choke on nested structs as | Matthijs Kooijman | 2008-07-15 | 1 | -38/+21 |
| * | Don't use isa when we can reuse a previous dyn_cast. | Matthijs Kooijman | 2008-07-15 | 1 | -3/+2 |
| * | Make DeadArgElim keep liveness of the return value as a whole in addition to | Matthijs Kooijman | 2008-07-15 | 1 | -126/+124 |
| * | Let DAE keep a list of live functions, instead of simply marking all arguments | Matthijs Kooijman | 2008-07-15 | 1 | -6/+14 |
| * | Split DAE::MarkLive into MarkLive and PropagateLiveness. | Matthijs Kooijman | 2008-07-15 | 1 | -0/+6 |
| * | Pass around const RetOrArg references instead of copying values. Also, mark | Matthijs Kooijman | 2008-07-15 | 1 | -3/+3 |
| * | Simplify debug code by using RetOrArg::getDescription(). | Matthijs Kooijman | 2008-07-15 | 1 | -6/+1 |