| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Eliminate calls to isInteger, generalizing code and tightening checks as needed. | Chris Lattner | 2007-01-15 | 1 | -5/+5 |
* | Remove over-general comparisons | Chris Lattner | 2007-01-12 | 1 | -4/+6 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -7/+11 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -1/+1 |
* | Types should be const. | Reid Spencer | 2007-01-07 | 1 | -2/+2 |
* | Change the interface to Module::getOrInsertFunction to be easier to use,to re... | Chris Lattner | 2007-01-07 | 1 | -81/+49 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -96/+95 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -21/+19 |
* | Get rid of a useless if statement whose then and else blocks were identical. | Reid Spencer | 2006-12-21 | 1 | -4/+1 |
* | switch statistics over to not use static ctors. | Chris Lattner | 2006-12-19 | 1 | -3/+3 |
* | Eliminate static ctors due to Statistic objects | Chris Lattner | 2006-12-19 | 1 | -8/+6 |
* | Fix some casts. isdigit(c) returns 0 or 1, not 0 or -1 | Reid Spencer | 2006-12-13 | 1 | -3/+3 |
* | Replace CastInst::createInferredCast calls with more accurate cast | Reid Spencer | 2006-12-13 | 1 | -26/+29 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -2/+2 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -37/+50 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -2/+2 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -69/+69 |
* | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 1 | -2/+4 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -2/+2 |
* | Add missing casts. This fixed some regressions. | Evan Cheng | 2006-06-16 | 1 | -2/+2 |
* | More libcall transformations: | Evan Cheng | 2006-06-16 | 1 | -8/+110 |
* | Simplify fprintf(file, "%s", str) to fputs(str, file). | Evan Cheng | 2006-06-16 | 1 | -16/+36 |
* | Remove some dead variables. | Chris Lattner | 2006-05-12 | 1 | -6/+2 |
* | Make this work with renamed intrinsics. | Chris Lattner | 2006-03-03 | 1 | -26/+25 |
* | fix a bunch of alpha regressions. see bug 709 | Andrew Lenharth | 2006-02-15 | 1 | -6/+6 |
* | add a bunch more optimizations for unary double math functions | Chris Lattner | 2006-01-23 | 1 | -18/+78 |
* | Refactor/genericize this, no functionality change | Chris Lattner | 2006-01-23 | 1 | -16/+30 |
* | Make this more efficient in the following ways: | Chris Lattner | 2006-01-22 | 1 | -22/+37 |
* | Several non-functionality changing changes: | Chris Lattner | 2006-01-22 | 1 | -311/+151 |
* | For PR696: | Reid Spencer | 2006-01-19 | 1 | -0/+9 |
* | Clean up the FFS optimization code, and make it correctly create the appropriate | Chris Lattner | 2006-01-17 | 1 | -41/+43 |
* | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen | 2005-10-23 | 1 | -2/+3 |
* | Fold isascii into a simple comparison. This speeds up 197.parser by 7.4%, | Chris Lattner | 2005-09-29 | 1 | -0/+26 |
* | remove a bunch of unneeded stuff, or self evident comments | Chris Lattner | 2005-09-29 | 1 | -45/+6 |
* | Implement a couple of memcmp folds from the todo list | Chris Lattner | 2005-09-29 | 1 | -3/+121 |
* | Fix some logic I broke that caused a regression on | Chris Lattner | 2005-09-25 | 1 | -3/+5 |
* | Simplify this code a bit by relying on recursive simplification. Support | Chris Lattner | 2005-09-24 | 1 | -51/+43 |
* | Transform floor((double)FLT) -> (double)floorf(FLT), implementing | Chris Lattner | 2005-08-24 | 1 | -17/+55 |
* | All stats are "Number of ..." | Chris Lattner | 2005-08-07 | 1 | -1/+1 |
* | ConstantInt::get only works for arguments < 128. | Chris Lattner | 2005-08-01 | 1 | -2/+6 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -152/+152 |
* | Doh! Forgot to LLVMify the style. | John Criswell | 2005-06-29 | 1 | -2/+0 |
* | Basic fix for PR#591; don't convert an fprintf() to an fwrite() if there | John Criswell | 2005-06-29 | 1 | -0/+9 |
* | Fix a problem with the strcmp optimization checking the wrong string and | Reid Spencer | 2005-06-18 | 1 | -13/+16 |
* | Make the registration hash_map static. No other module needs it. Also, | Reid Spencer | 2005-05-21 | 1 | -1/+5 |
* | Adjust the file comment to read a little easier. | Reid Spencer | 2005-05-21 | 1 | -6/+7 |
* | Make sure ... arguments are casted to sbyte* where needed. | Reid Spencer | 2005-05-21 | 1 | -13/+12 |
* | Add a "brief" comment for CastToCStr | Reid Spencer | 2005-05-21 | 1 | -0/+1 |
* | Fix mismatched type problem that crashed on cases like this: | Chris Lattner | 2005-05-20 | 1 | -8/+17 |