| Age | Commit message (Expand) | Author |
| 2009-10-23 | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez |
| 2009-10-23 | Make LoopDeletion check the maximum backedge taken count, rather than the | Dan Gohman |
| 2009-10-22 | move another load optimization from instcombine -> libanalysis. | Chris Lattner |
| 2009-10-22 | move 'loading i32 from string' optimization from instcombine | Chris Lattner |
| 2009-10-22 | Move some constant folding logic for loads out of instcombine into | Chris Lattner |
| 2009-10-22 | fix PR5262. | Chris Lattner |
| 2009-10-21 | Derive metadata hierarchy from Value instead of User. | Devang Patel |
| 2009-10-21 | revert r84754, it isn't the right approach. Edwin, please propose | Chris Lattner |
| 2009-10-21 | Make changes to rev 84292 as requested by Chris Lattner. | Victor Hernandez |
| 2009-10-21 | Fix PR5262: when folding select into PHI, make sure all operands are available | Torok Edwin |
| 2009-10-21 | make GVN work better when TD is not around: | Chris Lattner |
| 2009-10-21 | Do not remove dead metadata for now. | Devang Patel |
| 2009-10-20 | alternate fix for PR5258 which avoids worklist problems, with reduced testcase. | Chris Lattner |
| 2009-10-20 | Restore LoopUnswitch's block-oriented threshold. LoopUnswitch now checks both | Dan Gohman |
| 2009-10-20 | Fix PR5258, jump-threading creating invalid PHIs. | Torok Edwin |
| 2009-10-20 | Fix PR4313: IPSCCP was not setting the lattice value for the invoke instruction | Torok Edwin |
| 2009-10-19 | Refactor lookup_or_add to contain _MUCH_ less duplicated code. Add support for | Owen Anderson |
| 2009-10-19 | Malloc calls are marked NoAlias, so the code below the isMalloc() check makes... | Victor Hernandez |
| 2009-10-19 | Simplify some code. | Owen Anderson |
| 2009-10-19 | Fix SplitBlockPredecessors' LoopInfo updating code to handle the case | Dan Gohman |
| 2009-10-19 | Change instnamer to name arguments "arg" instead of "tmp" for clarity, and | Dan Gohman |
| 2009-10-18 | remove the IndMemRemPass, which only made sense for when malloc/free were int... | Chris Lattner |
| 2009-10-17 | Use raw_ostream::write_escaped instead of EscapeString. | Daniel Dunbar |
| 2009-10-17 | Simplify some code (first hunk) and fix PR5208 (second hunk) by | Chris Lattner |
| 2009-10-17 | Remove MallocInst from LLVM Instructions. | Victor Hernandez |
| 2009-10-17 | Autoupgrade malloc insts to malloc calls. | Victor Hernandez |
| 2009-10-16 | HeapAllocSRoA also needs to check if malloc array size can be computed. | Victor Hernandez |
| 2009-10-16 | Move zext and sext casts fed by loads into the same block as the | Dan Gohman |
| 2009-10-16 | Strip trailing white space. | Duncan Sands |
| 2009-10-15 | Fix bug where array malloc with unexpected computation of the size argument r... | Victor Hernandez |
| 2009-10-15 | only try to fold constantexpr operands when the worklist is first populated, | Chris Lattner |
| 2009-10-15 | don't bother calling ConstantFoldInstruction unless there is a use of the | Chris Lattner |
| 2009-10-14 | Use isVoidTy() | Devang Patel |
| 2009-10-14 | make instcombine's instruction sinking more aggressive in the | Chris Lattner |
| 2009-10-13 | Check void type before using RAUWd. | Devang Patel |
| 2009-10-13 | Do not check use_empty() before replaceAllUsesWith(). This gives ValueHandles... | Devang Patel |
| 2009-10-13 | Use the new CodeMetrics class to compute code size instead of | Dan Gohman |
| 2009-10-13 | Update CMake file. | Ted Kremenek |
| 2009-10-13 | Commit the removal of this file, which is now moved to lib/Analysis. | Dan Gohman |
| 2009-10-13 | Move the InlineCost code from Transforms/Utils to Analysis. | Dan Gohman |
| 2009-10-13 | Start refactoring the inline cost estimation code so that it can be used | Dan Gohman |
| 2009-10-13 | change simplifycfg to not duplicate 'unwind' instructions. Hopefully | Chris Lattner |
| 2009-10-13 | Make LoopUnswitch's cost estimation count Instructions, rather than | Dan Gohman |
| 2009-10-12 | Make licm debug message readable. | Evan Cheng |
| 2009-10-12 | Fix warning. | Dale Johannesen |
| 2009-10-12 | populate instcombine's initial worklist more carefully, causing | Chris Lattner |
| 2009-10-11 | revert r83814 for now, it is making the llvm-gcc bootstrap unhappy. | Chris Lattner |
| 2009-10-11 | populate instcombine's initial worklist more carefully, causing | Chris Lattner |
| 2009-10-11 | remove some harmful code that would turn an insertelement on an undef | Chris Lattner |
| 2009-10-11 | teach instcombine to simplify xor's harder, catching the | Chris Lattner |