Age | Commit message (Expand) | Author |
2009-01-20 | another fix for PR3354 | Chris Lattner |
2009-01-19 | Doxygen-ify comments. | Bill Wendling |
2009-01-19 | Fix a problem exposed by PR3354: simplifycfg was making a potentially | Chris Lattner |
2009-01-19 | improve compatibility with cygwin, patch by Jay Foad! | 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-19 | reduce indentation by using 'continue', no functionality change. | Chris Lattner |
2009-01-19 | Fix some problems in SpeculativelyExecuteBB. Basically, | Chris Lattner |
2009-01-18 | Make this a bit more explicit about which cases need the | Chris Lattner |
2009-01-18 | Fix rdar://6505632, an llc crash on 483.xalancbmk | Chris Lattner |
2009-01-18 | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands |
2009-01-18 | Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, | Nick Lewycky |
2009-01-17 | introduce typedef for complicated vector, and use it too | Gabor Greif |
2009-01-16 | typo | Gabor Greif |
2009-01-16 | Fix PR3335 by not turning a store to one address space into a store to another. | Chris Lattner |
2009-01-16 | reduce indentation by using early exits, no functionality change. | Chris Lattner |
2009-01-16 | Clean up previous cast optimization a bit. Also make zext elimination a bit m... | Evan Cheng |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-15 | avoid using iterators when they get invalidated potentially | Gabor Greif |
2009-01-15 | Eliminate a redundant check. | 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 |
2009-01-13 | Make instcombine ensure that all allocas are explicitly aligned at at | Dan Gohman |
2009-01-13 | Correct a comment. | Duncan Sands |
2009-01-12 | Enable recursive inlining. Reduce inlining threshold | Dale Johannesen |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
2009-01-11 | Increase default inlining aggressiveness in partial | Dale Johannesen |
2009-01-11 | Duncan is nervous about undefinedness of % with negatives. I'm | Chris Lattner |
2009-01-11 | do not generated GEPs into vectors where they don't already exist. | Chris Lattner |
2009-01-11 | Make a couple of cleanups to the instcombine bitcast/gep | Chris Lattner |
2009-01-09 | fix typo Duncan noticed. | Chris Lattner |
2009-01-09 | Fix PR3304 | Chris Lattner |
2009-01-09 | Removed trailing whitespace from Makefiles. | Misha Brukman |
2009-01-09 | Implement rdar://6480391, extending of equality icmp's to avoid a truncation. | Chris Lattner |
2009-01-09 | Remove some old code that looks like a remanant from signed-types days. | Chris Lattner |
2009-01-09 | Fix PR3298, a crash in Jump Threading. Apparently even | Chris Lattner |
2009-01-09 | Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible. | Chris Lattner |
2009-01-09 | move some code, check to see if the input to the GEP is a bitcast | Chris Lattner |
2009-01-09 | Adjustments to last patch based on review. | Dale Johannesen |
2009-01-08 | Do not inline functions with (dynamic) alloca into | Dale Johannesen |
2009-01-08 | This implements the second half of the fix for PR3290, handling | Chris Lattner |
2009-01-07 | Whitespace - correct formatting. | Duncan Sands |
2009-01-07 | Remove alloca tracking from nocapture analysis. Not only | Duncan Sands |
2009-01-07 | Reorder these. | Duncan Sands |
2009-01-07 | Use a switch rather than a sequence of "isa" tests. | Duncan Sands |
2009-01-07 | The verifier checks that the aliasee is not null. | Duncan Sands |