| Age | Commit message (Expand) | Author |
| 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 |
| 2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
| 2006-11-27 | For PR950: | Reid Spencer |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-10-26 | For PR950: | Reid Spencer |
| 2006-10-20 | For PR950: | Reid Spencer |
| 2006-09-14 | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov |
| 2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner |
| 2006-06-16 | Add missing casts. This fixed some regressions. | Evan Cheng |
| 2006-06-16 | More libcall transformations: | Evan Cheng |
| 2006-06-16 | Simplify fprintf(file, "%s", str) to fputs(str, file). | Evan Cheng |
| 2006-05-12 | Remove some dead variables. | Chris Lattner |
| 2006-03-03 | Make this work with renamed intrinsics. | Chris Lattner |
| 2006-02-15 | fix a bunch of alpha regressions. see bug 709 | Andrew Lenharth |
| 2006-01-23 | add a bunch more optimizations for unary double math functions | Chris Lattner |
| 2006-01-23 | Refactor/genericize this, no functionality change | Chris Lattner |
| 2006-01-22 | Make this more efficient in the following ways: | Chris Lattner |
| 2006-01-22 | Several non-functionality changing changes: | Chris Lattner |
| 2006-01-19 | For PR696: | Reid Spencer |
| 2006-01-17 | Clean up the FFS optimization code, and make it correctly create the appropriate | Chris Lattner |
| 2005-10-23 | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen |
| 2005-09-29 | Fold isascii into a simple comparison. This speeds up 197.parser by 7.4%, | Chris Lattner |
| 2005-09-29 | remove a bunch of unneeded stuff, or self evident comments | Chris Lattner |
| 2005-09-29 | Implement a couple of memcmp folds from the todo list | Chris Lattner |
| 2005-09-25 | Fix some logic I broke that caused a regression on | Chris Lattner |
| 2005-09-24 | Simplify this code a bit by relying on recursive simplification. Support | Chris Lattner |
| 2005-08-24 | Transform floor((double)FLT) -> (double)floorf(FLT), implementing | Chris Lattner |
| 2005-08-07 | All stats are "Number of ..." | Chris Lattner |
| 2005-08-01 | ConstantInt::get only works for arguments < 128. | Chris Lattner |
| 2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
| 2005-06-29 | Doh! Forgot to LLVMify the style. | John Criswell |
| 2005-06-29 | Basic fix for PR#591; don't convert an fprintf() to an fwrite() if there | John Criswell |
| 2005-06-18 | Fix a problem with the strcmp optimization checking the wrong string and | Reid Spencer |
| 2005-05-21 | Make the registration hash_map static. No other module needs it. Also, | Reid Spencer |
| 2005-05-21 | Adjust the file comment to read a little easier. | Reid Spencer |
| 2005-05-21 | Make sure ... arguments are casted to sbyte* where needed. | Reid Spencer |
| 2005-05-21 | Add a "brief" comment for CastToCStr | Reid Spencer |
| 2005-05-20 | Fix mismatched type problem that crashed on cases like this: | Chris Lattner |