| Age | Commit message (Expand) | Author |
| 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 |
| 2009-10-26 | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez |
| 2009-10-26 | Remove FreeInst. | Victor Hernandez |
| 2009-10-24 | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez |
| 2009-10-23 | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez |
| 2009-10-20 | Fix PR4313: IPSCCP was not setting the lattice value for the invoke instruction | Torok Edwin |
| 2009-10-05 | Remove an unnnecessary LLVMContext argument in | Dan Gohman |
| 2009-10-05 | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner |
| 2009-09-27 | calls to external functions are already marked overdefined, special casing | Chris Lattner |
| 2009-09-24 | Constant propagating byval pointer is safe if function is readonly. | Torok Edwin |
| 2009-09-24 | Don't constant propagate byval pointers, since they are not really pointers, but | Torok Edwin |
| 2009-09-18 | Enhance transform passes so that they apply the same tranforms to malloc call... | Victor Hernandez |
| 2009-09-02 | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner |
| 2009-08-30 | add getPointerAddressSpace() to GEP instruction, use the method | Chris Lattner |
| 2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
| 2009-08-17 | Fix debug output to include a newline after printing a Value, now | Dan Gohman |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-31 | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson |