| Age | Commit message (Expand) | Author |
| 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 |
| 2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-26 | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar |
| 2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-21 | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson |
| 2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-13 | Move more functionality over to LLVMContext. | Owen Anderson |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
| 2009-07-06 | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson |
| 2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
| 2009-07-03 | Even more passes being LLVMContext'd. | Owen Anderson |
| 2009-06-06 | Don't crash on multiple return value with no obvious inserted value. | Nick Lewycky |
| 2009-05-28 | Use Operands.data() instead of &Operands[0] where Operands is a potentially | Nick Lewycky |
| 2009-03-21 | Factorize out a concept - no functionality change. | Duncan Sands |
| 2009-03-20 | Don't load values out of global constants with weak | Duncan Sands |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 2009-01-14 | Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad! | Chris Lattner |
| 2008-11-21 | Fix unused variable warnings. | Devang Patel |
| 2008-11-03 | Replace explicit loop with utility function. | Nick Lewycky |
| 2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
| 2008-08-23 | improve encapsulation of the BBExecutable set. | Chris Lattner |
| 2008-08-23 | Switch an assortment of maps, sets and vectors to more efficient versions, | Chris Lattner |
| 2008-08-14 | Temporarily revert r54792. It's causing an ICE during bootstrapping. | Bill Wendling |
| 2008-08-14 | Use DenseMap. Patch by Pratik Solanki. | Devang Patel |
| 2008-08-13 | Fix SCCP's handling of struct value loads and stores. SCCP doesn't | Dan Gohman |
| 2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
| 2008-06-20 | Tidy up some commments and use the getAggregateOperand and | Dan Gohman |
| 2008-06-20 | Fix the conditions under which SCCP should examine insertvalue | Dan Gohman |
| 2008-06-20 | Teach SCCP about insertvalue and extractvalue, and about | Dan Gohman |
| 2008-05-24 | Fix PR2358 by resolving calls with undef arguments to overdefined. | Chris Lattner |
| 2008-05-23 | Allow for switch with no cases. Was causing fault | Dale Johannesen |
| 2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
| 2008-05-11 | Fix various DOUTs to not call the extremely expensive Value::getName() | Chris Lattner |
| 2008-05-10 | Simplify code by using SwitchInst::findCaseValue instead of reimplementing it. | Chris Lattner |
| 2008-04-25 | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky |
| 2008-04-24 | code restructuring, not functionality change. | Chris Lattner |
| 2008-04-24 | Don't replace multiple result of calls with undef, | Chris Lattner |