| Age | Commit message (Expand) | Author |
| 2009-07-15 | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson |
| 2009-07-15 | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman |
| 2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-14 | Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant | Dan Gohman |
| 2009-07-13 | Move more functionality over to LLVMContext. | Owen Anderson |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
| 2009-07-11 | silence a vc++ warning. | Chris Lattner |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-07-10 | Push LLVMContext through the PatternMatch API. | Owen Anderson |
| 2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
| 2009-07-09 | There's no need to consider PHI nodes in the same block as the instruction | Nick Lewycky |
| 2009-07-09 | Add some statistics to SSI so we can see what it's up to. | Nick Lewycky |
| 2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
| 2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
| 2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
| 2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
| 2009-07-05 | More LLVMContext-ification. | Owen Anderson |
| 2009-07-03 | Fix build. | Mike Stump |
| 2009-07-03 | Add Static Single Information construction pass written by André Tavares! | Nick Lewycky |
| 2009-07-01 | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson |
| 2009-07-01 | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner |
| 2009-06-30 | Minor code simplification. | Dan Gohman |
| 2009-06-27 | Remove the block from the LoopInfo, rather than just the Loop. | Dan Gohman |
| 2009-06-27 | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman |
| 2009-06-26 | Remove unused routines. | Devang Patel |
| 2009-06-26 | Fix linking of llvm-ld and lli with CMake, from Xerxes Rånby | Douglas Gregor |
| 2009-06-26 | Fix LCSSA to avoid emitting a PHI node for the unwind destination of | Dan Gohman |
| 2009-06-16 | Generalize instcombine's isSafeToLoadUnconditionally() function | Chris Lattner |
| 2009-06-15 | Fix the crash in this test. This is basically the same | Dale Johannesen |
| 2009-06-14 | Fix old-style type names in comments. | Dan Gohman |
| 2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
| 2009-05-30 | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky |
| 2009-05-23 | available_externall linkage is not local, this was confusing the codegenerator, | Torok Edwin |
| 2009-05-19 | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman |
| 2009-05-14 | Reuse existing getUnderlyingObject instead of | Dale Johannesen |
| 2009-05-13 | Handle some additonal cases of external weak globals. | Dale Johannesen |
| 2009-05-13 | Don't generate a select whose operand is load of a weak | Dale Johannesen |
| 2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
| 2009-05-08 | PR4123: don't crash when inlining a call which uses its own result. | Eli Friedman |
| 2009-05-06 | Simplify code by using SmallVector's pop_back_val() instead of | Dan Gohman |
| 2009-05-06 | Allow readonly functions to unwind exceptions. Teach | Duncan Sands |
| 2009-05-04 | Re-apply 70645, converting ScalarEvolution to use | Dan Gohman |
| 2009-05-04 | Restore minor deletion. | Mike Stump |
| 2009-05-03 | Revert r70645 for now; it's causing a variety of regressions. | Dan Gohman |
| 2009-05-02 | Convert ScalarEvolution to use CallbackVH for its internal map. This | Dan Gohman |
| 2009-05-02 | Previously, RecursivelyDeleteDeadInstructions provided an option | Dan Gohman |
| 2009-04-22 | Real fix for PR3549, by using caching for predecessor counts in addition to t... | Owen Anderson |
| 2009-04-22 | Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the test... | Owen Anderson |