| Age | Commit message (Expand) | Author |
| 2010-08-18 | remove some dead code. | Chris Lattner |
| 2010-08-12 | fix PR7876: If ipsccp decides that a function's address is taken | 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-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
| 2010-04-26 | fix PR6940: sitofp(undef) folds to 0.0, not undef. | Chris Lattner |
| 2010-04-09 | fix a SCCP miscompilation that could happen when a | Chris Lattner |
| 2010-04-05 | fix a really nasty bug that Evan was tracking in SCCP. When resolving | Chris Lattner |
| 2010-04-01 | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif |
| 2010-03-25 | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif |
| 2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |
| 2010-03-24 | increase const goodness and remove pointless getUser() calls | Gabor Greif |
| 2010-02-27 | fix grammaro's pointed out by daniel | Chris Lattner |
| 2010-02-27 | fix PR6414, a nondeterminism issue in IPSCCP which was because | Chris Lattner |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2009-11-23 | Fix a use of an invalidated iterator in the case where there are multiple | Dan Gohman |
| 2009-11-20 | Fix IPSCCP's code for deleting dead blocks to tolerate outstanding | Dan Gohman |
| 2009-11-10 | fix a crash in SCCP handling extractvalue of an array, pointed out and | Chris Lattner |
| 2009-11-05 | Do map insert+find in one step. TODO -= 2. | Benjamin Kramer |
| 2009-11-04 | Fix an iterator invalidation bug that happens when a hashtable | Chris Lattner |
| 2009-11-03 | reimplement multiple return value handling in IPSCCP, making it | Chris Lattner |
| 2009-11-03 | finish half thunk thought | Chris Lattner |
| 2009-11-03 | fix an IPSCCP bug I introduced when I changed IPSCCP to start working on | Chris Lattner |
| 2009-11-03 | fix a subtle bug I introduced when refactoring SCCP. Testcase | Chris Lattner |
| 2009-11-03 | turn IPSCCP back on now that the iterator invalidation bug is fixed. | Chris Lattner |
| 2009-11-02 | fix a nasty iterator invalidation bug from my conversion from | Chris Lattner |
| 2009-11-02 | revert r8579[56], which are causing unhappiness in buildbot land. | Chris Lattner |
| 2009-11-02 | disable IPSCCP support for multiple return values, it is buggy, so just | Chris Lattner |
| 2009-11-02 | improve IPSCCP to be able to propagate the result of "!mayBeOverridden" | Chris Lattner |
| 2009-11-02 | don't mark the arguments of prototype overdefined, they will never be queried. | Chris Lattner |
| 2009-11-02 | restore some code I removed in r85788, refactor it into | Chris Lattner |
| 2009-11-02 | remove some confused code that dates from when we had | Chris Lattner |
| 2009-11-02 | avoid redundant lookups in BBExecutable, and make it a SmallPtrSet. | Chris Lattner |
| 2009-11-02 | Use the libanalysis 'ConstantFoldLoadFromConstPtr' function | Chris Lattner |
| 2009-11-02 | switch the main 'ValueState' map from being an std::map to being | Chris Lattner |
| 2009-11-02 | only IPSCCP incoming arguments if the function is executable, this fixes | Chris Lattner |
| 2009-11-02 | add a new ValueState::getConstantInt() helper, use it to | Chris Lattner |
| 2009-11-02 | tidy up some more: remove some extraneous inline specifiers, return harder. | Chris Lattner |
| 2009-11-02 | eliminate the SCCPSolver::getValueMapping method. | Chris Lattner |
| 2009-11-02 | fix failures introduced in r85774 | Chris Lattner |
| 2009-11-02 | factor duplicated code into a new DeleteInstructionInBlock | Chris Lattner |
| 2009-11-02 | Chris used to use '...' instead of proper grammar. | Chris Lattner |
| 2009-11-02 | remove some extraneous llvmcontext stuff. | Chris Lattner |
| 2009-11-02 | change LatticeVal to use PointerIntPair to save some space. | Chris Lattner |
| 2009-11-01 | teach ipsccp and ipconstprop that a blockaddress doesn't 'take the address' o... | Chris Lattner |
| 2009-10-29 | teach various passes about blockaddress. We no longer | Chris Lattner |
| 2009-10-27 | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez |