| Age | Commit message (Expand) | Author |
| 2009-08-25 | Allow multiple occurrences of -inline-threshold on | Dale Johannesen |
| 2009-08-25 | Handle a corner case when extracing code regions where one of the immediate s... | Owen Anderson |
| 2009-08-24 | When extracting SEME regions of code, the extractor needs to update the domin... | Owen Anderson |
| 2009-08-24 | prune the #includes in raw_ostream.h by moving a | Chris Lattner |
| 2009-08-23 | Kill off more cerr/cout uses and prune includes a bit. | Benjamin Kramer |
| 2009-08-23 | Fix -Asserts warnings. | Daniel Dunbar |
| 2009-08-23 | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner |
| 2009-08-23 | eliminate uses of cerr() | Chris Lattner |
| 2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
| 2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
| 2009-08-23 | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner |
| 2009-08-23 | remove the std::ostream version of module and type printing. | Chris Lattner |
| 2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
| 2009-08-20 | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman |
| 2009-08-19 | Fix a few places to check if TargetData is available before using it. | Dan Gohman |
| 2009-08-19 | Make SROA and PredicateSimplifier cope if TargetData is not | Dan Gohman |
| 2009-08-19 | Use hasDefinitiveInitializer() instead of testing the same thing | Dan Gohman |
| 2009-08-19 | Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also | Nick Lewycky |
| 2009-08-19 | Be more careful when modifying PHI nodes. Patch by Andre Tavares. | Nick Lewycky |
| 2009-08-19 | Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden | Dan Gohman |
| 2009-08-18 | Fix a bug that caused globalopt to miscompile tramp3d: don't miss | Dan Gohman |
| 2009-08-18 | Make TargetData optional in MemCpyOptimizer. | Dan Gohman |
| 2009-08-18 | Make TargetData optional in SimplifyLibCalls. | Dan Gohman |
| 2009-08-18 | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov |
| 2009-08-17 | Update comments to new-style syntax. | Dan Gohman |
| 2009-08-17 | Don't crash on critical edge. Patch by Andre Tavares. | Nick Lewycky |
| 2009-08-17 | Fix debug output to include a newline after printing a Value, now | Dan Gohman |
| 2009-08-17 | Don't access the first element of a potentially empty | Duncan Sands |
| 2009-08-17 | Don't crash trying to promote VLAs. | Nick Lewycky |
| 2009-08-16 | Fix for PR3016: detect the tricky case, where there are | Eli Friedman |
| 2009-08-15 | Don't try to get the context from an erased Instruction. | Benjamin Kramer |
| 2009-08-15 | SSI construction should just go ahead and ignore instructions in unreachable | Nick Lewycky |
| 2009-08-14 | Make TargetData optional in GlobalOpt and ArgumentPromotion. | Dan Gohman |
| 2009-08-13 | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-13 | When InstCombine simplifies a load -> extract element to gep -> load, place | Mon P Wang |
| 2009-08-13 | Simplify conditional. | Andreas Bolka |
| 2009-08-13 | Simplify and reduce indentation using early exits. | Andreas Bolka |
| 2009-08-13 | DEBUGify some DOUTs. | Andreas Bolka |
| 2009-08-13 | Prune trailing whitespace. | Andreas Bolka |
| 2009-08-12 | Transform -X/C to X/-C, implementing a README.txt entry. | Dan Gohman |
| 2009-08-12 | Optimize (x/C)*C to x if the division is exact. | Dan Gohman |
| 2009-08-12 | Update instcombine's debug output to account for Value*'s operator<< | Dan Gohman |
| 2009-08-12 | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman |
| 2009-08-12 | Eliminate a bunch of now unnecessary explicit Context variables. | Dan Gohman |
| 2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
| 2009-08-11 | Optimize exact sdiv by a constant power of 2 to ashr. | Dan Gohman |
| 2009-08-11 | Remove unnecessary casts. | Dan Gohman |
| 2009-08-11 | Remove dead metadata. | Devang Patel |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |