| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 8 | -22/+22 |
* | Fixed optimization of combining two shuffles where the first shuffle inputs | wangmp | 2009-01-26 | 1 | -1/+3 |
* | Handle single-entry phi nodes gracefully in condprop. | lattner | 2009-01-26 | 1 | -0/+8 |
* | Fix PR3408 by making a non-obvious assumption very obvious, and | lattner | 2009-01-26 | 1 | -2/+6 |
* | More cleanups and simplifications, no functionality change. | lattner | 2009-01-26 | 1 | -47/+23 |
* | tidy asserts | lattner | 2009-01-26 | 1 | -18/+17 |
* | The function that does nothing but call malloc is noalias return. | nicholas | 2009-01-25 | 1 | -5/+6 |
* | Revert previous change; even this mild and clearly | johannes | 2009-01-24 | 1 | -7/+4 |
* | testcase for PR3381. | edwin | 2009-01-24 | 1 | -1/+1 |
* | void* is represented as pointer to empty struct {}. | edwin | 2009-01-24 | 1 | -0/+2 |
* | Improve the inlining cost function a bit. | Dale Johannesen | 2009-01-24 | 1 | -3/+6 |
* | Make InstCombineStoreToCast handle aggregates more aggressively, | Chris Lattner | 2009-01-24 | 1 | -18/+48 |
* | use CallSite::isCalle instead of slow getOperandNo | Gabor Greif | 2009-01-23 | 1 | -3/+3 |
* | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif | 2009-01-23 | 3 | -8/+4 |
* | introduce a useful abstraction to find out if a Use is in the call position o... | Gabor Greif | 2009-01-22 | 3 | -8/+6 |
* | Remove uses of uint32_t in favor of 'unsigned' for better | Chris Lattner | 2009-01-21 | 1 | -1/+1 |
* | Make special cases (0 inf nan) work for frem. | Dale Johannesen | 2009-01-21 | 1 | -5/+5 |
* | another fix for PR3354 | Chris Lattner | 2009-01-20 | 1 | -0/+5 |
* | Doxygen-ify comments. | Bill Wendling | 2009-01-19 | 1 | -45/+43 |
* | Fix a problem exposed by PR3354: simplifycfg was making a potentially | Chris Lattner | 2009-01-19 | 1 | -1/+14 |
* | improve compatibility with cygwin, patch by Jay Foad! | Chris Lattner | 2009-01-19 | 1 | -1/+1 |
* | Fix PR3353, infinitely jump threading an infinite loop make from switches. | Chris Lattner | 2009-01-19 | 1 | -0/+5 |
* | Temporarily revert r62487. It's causing this error during a release bootstrap of | Bill Wendling | 2009-01-19 | 1 | -77/+2 |
* | Fix PR3016, a bug which can occur do to an invalid assumption: | Chris Lattner | 2009-01-19 | 1 | -2/+77 |
* | reduce indentation by using 'continue', no functionality change. | Chris Lattner | 2009-01-19 | 1 | -20/+22 |
* | Fix some problems in SpeculativelyExecuteBB. Basically, | Chris Lattner | 2009-01-19 | 1 | -5/+16 |
* | Make this a bit more explicit about which cases need the | Chris Lattner | 2009-01-18 | 1 | -2/+6 |
* | Fix rdar://6505632, an llc crash on 483.xalancbmk | Chris Lattner | 2009-01-18 | 1 | -1/+2 |
* | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands | 2009-01-18 | 1 | -81/+2 |
* | Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, | Nick Lewycky | 2009-01-18 | 1 | -22/+152 |
* | introduce typedef for complicated vector, and use it too | Gabor Greif | 2009-01-17 | 1 | -2/+1 |
* | typo | Gabor Greif | 2009-01-16 | 1 | -1/+1 |
* | Fix PR3335 by not turning a store to one address space into a store to another. | Chris Lattner | 2009-01-16 | 1 | -1/+5 |
* | reduce indentation by using early exits, no functionality change. | Chris Lattner | 2009-01-16 | 1 | -44/+47 |
* | Clean up previous cast optimization a bit. Also make zext elimination a bit m... | Evan Cheng | 2009-01-16 | 1 | -30/+55 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 15 | -35/+38 |
* | avoid using iterators when they get invalidated potentially | Gabor Greif | 2009-01-15 | 1 | -4/+14 |
* | Eliminate a redundant check. | Evan Cheng | 2009-01-15 | 1 | -2/+1 |
* | - Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zex... | Evan Cheng | 2009-01-15 | 1 | -22/+51 |
* | Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad! | Chris Lattner | 2009-01-14 | 1 | -3/+2 |
* | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen | 2009-01-14 | 1 | -44/+187 |
* | rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary | Chris Lattner | 2009-01-14 | 1 | -24/+26 |
* | Fix testsuite regressions from recursive inlining. | Dale Johannesen | 2009-01-13 | 1 | -3/+3 |
* | Make instcombine ensure that all allocas are explicitly aligned at at | Dan Gohman | 2009-01-13 | 1 | -6/+11 |
* | Correct a comment. | Duncan Sands | 2009-01-13 | 1 | -1/+1 |
* | Enable recursive inlining. Reduce inlining threshold | Dale Johannesen | 2009-01-12 | 2 | -8/+6 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 8 | -50/+52 |
* | Increase default inlining aggressiveness in partial | Dale Johannesen | 2009-01-11 | 1 | -2/+2 |
* | Duncan is nervous about undefinedness of % with negatives. I'm | Chris Lattner | 2009-01-11 | 1 | -1/+1 |
* | do not generated GEPs into vectors where they don't already exist. | Chris Lattner | 2009-01-11 | 1 | -4/+3 |