| Age | Commit message (Expand) | Author |
| 2008-01-29 | Use empty() instead of comparing size() with zero. | Dan Gohman |
| 2008-01-28 | Transform calls to memcpy into llvm.memcpy calls, patch by Eli Friedman. | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
| 2007-10-24 | Fix off by 1 bug in printf->puts lowering. | Dale Johannesen |
| 2007-09-28 | minor long double related changes | Dale Johannesen |
| 2007-09-06 | Next round of APFloat changes. | Dale Johannesen |
| 2007-08-01 | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene |
| 2007-05-06 | Fix typo in comment. | Nick Lewycky |
| 2007-05-03 | Drop 'const' | Devang Patel |
| 2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
| 2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
| 2007-04-15 | fix SimplifyLibCalls/IsDigit.ll | Chris Lattner |
| 2007-04-14 | Implement a few missing xforms: printf("foo\n") -> puts. printf("x") -> putchar | Chris Lattner |
| 2007-04-08 | Fix a typo that broke SimplifyLibCalls/SPrintF.ll (pr1315) | Chris Lattner |
| 2007-04-08 | implement a fixme: move optimizations for fwrite out of fputs into a new | Chris Lattner |
| 2007-04-07 | Significantly simplify the clients of GetConstantStringInfo, by having it | Chris Lattner |
| 2007-04-07 | Fix problems in the sprintf optimizer | Chris Lattner |
| 2007-04-07 | Change CastToCStr to take a pointer instead of a reference. | Chris Lattner |
| 2007-04-07 | Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86 | Chris Lattner |
| 2007-04-07 | fix a miscompilation in printf optimizer. | Chris Lattner |
| 2007-04-07 | trunc to bool no longer compares against zero | Chris Lattner |
| 2007-04-07 | cleanups for strlen optimizer | Chris Lattner |
| 2007-04-07 | Introduce a new ReplaceCallWith method, which simplifies a lot of code. | Chris Lattner |
| 2007-04-07 | fixes for strcpy optimizer | Chris Lattner |
| 2007-04-07 | Fix bugs in strncmp. | Chris Lattner |
| 2007-04-07 | fix 3 miscompilations and several compielr crashes in strcmp optimizer. | Chris Lattner |
| 2007-04-06 | Fix several nasty bugs in the strchr optimizer, this fixes | Chris Lattner |
| 2007-04-06 | clean up strcat optimizer, no functionality change. | Chris Lattner |
| 2007-04-06 | rename getConstantStringLength -> GetConstantStringInfo. Make it return | Chris Lattner |
| 2007-03-02 | Prefer non-virtual calls to ConstantInt::isZero over virtual calls to | Reid Spencer |
| 2007-02-13 | eliminate a bunch of vector-related heap traffic | Chris Lattner |
| 2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |
| 2007-01-31 | eliminate temporary vectors | Chris Lattner |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2007-01-20 | Correct a comment. | Owen Anderson |
| 2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
| 2007-01-15 | Eliminate calls to isInteger, generalizing code and tightening checks as needed. | Chris Lattner |
| 2007-01-12 | Remove over-general comparisons | Chris Lattner |
| 2007-01-12 | For PR1064: | Reid Spencer |
| 2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
| 2007-01-07 | Types should be const. | Reid Spencer |
| 2007-01-07 | Change the interface to Module::getOrInsertFunction to be easier to use,to re... | Chris Lattner |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-23 | For PR950: | Reid Spencer |
| 2006-12-21 | Get rid of a useless if statement whose then and else blocks were identical. | Reid Spencer |
| 2006-12-19 | switch statistics over to not use static ctors. | Chris Lattner |
| 2006-12-19 | Eliminate static ctors due to Statistic objects | Chris Lattner |
| 2006-12-13 | Fix some casts. isdigit(c) returns 0 or 1, not 0 or -1 | Reid Spencer |
| 2006-12-13 | Replace CastInst::createInferredCast calls with more accurate cast | Reid Spencer |