aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2009-01-20another fix for PR3354Chris Lattner
2009-01-19Doxygen-ify comments.Bill Wendling
2009-01-19Fix a problem exposed by PR3354: simplifycfg was making a potentiallyChris Lattner
2009-01-19improve compatibility with cygwin, patch by Jay Foad!Chris Lattner
2009-01-19Fix PR3353, infinitely jump threading an infinite loop make from switches.Chris Lattner
2009-01-19Temporarily revert r62487. It's causing this error during a release bootstrap ofBill Wendling
2009-01-19Fix PR3016, a bug which can occur do to an invalid assumption:Chris Lattner
2009-01-19reduce indentation by using 'continue', no functionality change.Chris Lattner
2009-01-19Fix some problems in SpeculativelyExecuteBB. Basically,Chris Lattner
2009-01-18Make this a bit more explicit about which cases need the Chris Lattner
2009-01-18Fix rdar://6505632, an llc crash on 483.xalancbmkChris Lattner
2009-01-18BasicAliasAnalysis and FunctionAttrs were bothDuncan Sands
2009-01-18Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc,Nick Lewycky
2009-01-17introduce typedef for complicated vector, and use it tooGabor Greif
2009-01-16typoGabor Greif
2009-01-16Fix PR3335 by not turning a store to one address space into a store to another.Chris Lattner
2009-01-16reduce indentation by using early exits, no functionality change.Chris Lattner
2009-01-16Clean up previous cast optimization a bit. Also make zext elimination a bit m...Evan Cheng
2009-01-15Add the private linkage.Rafael Espindola
2009-01-15avoid using iterators when they get invalidated potentiallyGabor Greif
2009-01-15Eliminate a redundant check.Evan Cheng
2009-01-15- Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zex...Evan Cheng
2009-01-14Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad!Chris Lattner
2009-01-14Fix the time regression I introduced in 464.h264ref withDale Johannesen
2009-01-14rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporaryChris Lattner
2009-01-13Fix testsuite regressions from recursive inlining.Dale Johannesen
2009-01-13Make instcombine ensure that all allocas are explicitly aligned at atDan Gohman
2009-01-13Correct a comment.Duncan Sands
2009-01-12Enable recursive inlining. Reduce inlining thresholdDale Johannesen
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-11Increase default inlining aggressiveness in partialDale Johannesen
2009-01-11Duncan is nervous about undefinedness of % with negatives. I'mChris Lattner
2009-01-11do not generated GEPs into vectors where they don't already exist.Chris Lattner
2009-01-11Make a couple of cleanups to the instcombine bitcast/gep Chris Lattner
2009-01-09fix typo Duncan noticed.Chris Lattner
2009-01-09Fix PR3304Chris Lattner
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2009-01-09Implement rdar://6480391, extending of equality icmp's to avoid a truncation.Chris Lattner
2009-01-09Remove some old code that looks like a remanant from signed-types days.Chris Lattner
2009-01-09Fix PR3298, a crash in Jump Threading. Apparently even Chris Lattner
2009-01-09Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible.Chris Lattner
2009-01-09move some code, check to see if the input to the GEP is a bitcastChris Lattner
2009-01-09Adjustments to last patch based on review.Dale Johannesen
2009-01-08Do not inline functions with (dynamic) alloca intoDale Johannesen
2009-01-08This implements the second half of the fix for PR3290, handlingChris Lattner
2009-01-07Whitespace - correct formatting.Duncan Sands
2009-01-07Remove alloca tracking from nocapture analysis. Not onlyDuncan Sands
2009-01-07Reorder these.Duncan Sands
2009-01-07Use a switch rather than a sequence of "isa" tests.Duncan Sands
2009-01-07The verifier checks that the aliasee is not null.Duncan Sands