| Age | Commit message (Expand) | Author |
| 2009-02-17 | Merge 64579 from mainline. | Tanya Lattner |
| 2009-02-14 | Merge 64364 from mainline. | Tanya Lattner |
| 2009-02-14 | Merge 64177 from mainline. | Tanya Lattner |
| 2009-02-04 | SROA CBE Fix. | Tanya Lattner |
| 2009-02-04 | Disable support for vicmp/vfcmp from the LLVM 2.5 release branch, like we did... | Tanya Lattner |
| 2009-02-04 | Merge from mainline. | Tanya Lattner |
| 2009-02-03 | Update the callgraph when replacing InvokeInst with CallInst when inlining. | Nick Lewycky |
| 2009-02-03 | Teach ConvertUsesToScalar to handle memset, allowing it to handle | Chris Lattner |
| 2009-02-03 | rearrange how SRoA handles promotion of allocas to vectors. | Chris Lattner |
| 2009-02-03 | this test produces an undefined value, we don't care | Chris Lattner |
| 2009-02-02 | update test | Chris Lattner |
| 2009-02-02 | Fix a bug which caused us to miscompile a couple of Ada | Chris Lattner |
| 2009-02-02 | reduce testcase. | Chris Lattner |
| 2009-01-31 | Reinstate this optimization to fold icmp of xor when possible. Don't try to | Nick Lewycky |
| 2009-01-31 | Fix PR3452 (an infinite loop bootstrapping) by disabling the recent | Chris Lattner |
| 2009-01-31 | now that all the pieces are in place, teach instcombine's | Chris Lattner |
| 2009-01-31 | make sure to set Changed=true when instcombine hacks on the code, | Chris Lattner |
| 2009-01-31 | Simplify and generalize the SROA "convert to scalar" transformation to | Chris Lattner |
| 2009-01-28 | Fix some issues with volatility, move "CanConvertToScalar" check | Chris Lattner |
| 2009-01-28 | strengthen this test. | Chris Lattner |
| 2009-01-26 | Fixed optimization of combining two shuffles where the first shuffle inputs | Mon P Wang |
| 2009-01-26 | Handle single-entry phi nodes gracefully in condprop. | Chris Lattner |
| 2009-01-26 | Fix PR3408 by making a non-obvious assumption very obvious, and | Chris Lattner |
| 2009-01-25 | Actually run the test in this directory. | Nick Lewycky |
| 2009-01-25 | The function that does nothing but call malloc is noalias return. | Nick Lewycky |
| 2009-01-24 | testcase for PR3381. | Torok Edwin |
| 2009-01-24 | Make InstCombineStoreToCast handle aggregates more aggressively, | Chris Lattner |
| 2009-01-23 | fix two more cases where we could let the NLPDI cache get unsorted. | Chris Lattner |
| 2009-01-22 | fix a testcase. | Chris Lattner |
| 2009-01-22 | Fix PR3358, a really nasty bug where recursive phi translated | Chris Lattner |
| 2009-01-21 | Do not use host floating point types when emitting | Dale Johannesen |
| 2009-01-21 | Disable on x86_64 until I figure out what's wrong. | Dale Johannesen |
| 2009-01-21 | Make special cases (0 inf nan) work for frem. | Dale Johannesen |
| 2009-01-20 | Calls to fmod, it turns out, are constant-folded by | Dale Johannesen |
| 2009-01-20 | Temporarily XFAIL until this can be looked at. r62557 is what caused it to st... | Bill Wendling |
| 2009-01-20 | another fix for PR3354 | Chris Lattner |
| 2009-01-19 | Fix a problem exposed by PR3354: simplifycfg was making a potentially | Chris Lattner |
| 2009-01-19 | Move & restructure test per review. | Dale Johannesen |
| 2009-01-19 | convert this to an unfoldable potentially trapping constant expr. | Chris Lattner |
| 2009-01-19 | Fix PR3353, infinitely jump threading an infinite loop make from switches. | Chris Lattner |
| 2009-01-19 | Temporarily revert r62487. It's causing this error during a release bootstrap of | Bill Wendling |
| 2009-01-19 | Fix PR3016, a bug which can occur do to an invalid assumption: | Chris Lattner |
| 2009-01-18 | Forgot this in the previous checkin: fopen now has nocapture, realloc is | Nick Lewycky |
| 2009-01-16 | Fix PR3335 by not turning a store to one address space into a store to another. | Chris Lattner |
| 2009-01-16 | Clean up previous cast optimization a bit. Also make zext elimination a bit m... | Evan Cheng |
| 2009-01-15 | - Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zex... | Evan Cheng |
| 2009-01-14 | Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad! | Chris Lattner |
| 2009-01-14 | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen |
| 2009-01-14 | rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary | Chris Lattner |
| 2009-01-13 | Fix testsuite regressions from recursive inlining. | Dale Johannesen |