| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adjust to changes in the APInt interface. | Reid Spencer | 2007-02-27 | 1 | -4/+4 |
* | For PR1205: | Reid Spencer | 2007-02-27 | 1 | -14/+5 |
* | For PR1205: | Reid Spencer | 2007-02-27 | 1 | -102/+135 |
* | ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid confusion with | Chris Lattner | 2007-02-27 | 1 | -1/+1 |
* | Fix Transforms/ConstProp/2007-02-23-sdiv.ll and PR1215 | Chris Lattner | 2007-02-24 | 1 | -1/+2 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -33/+33 |
* | Fix Transforms/ConstProp/2007-02-05-BitCast.ll | Chris Lattner | 2007-02-06 | 1 | -1/+5 |
* | Revise APIs for creating constantexpr GEPs to not require the use of vectors. | Chris Lattner | 2007-01-31 | 1 | -16/+21 |
* | For PR1043: | Reid Spencer | 2007-01-19 | 1 | -6/+1 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -7/+7 |
* | Remove a bunch of duplicated code. Among other things, this fixes | Chris Lattner | 2007-01-12 | 1 | -93/+50 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -16/+0 |
* | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 1 | -49/+72 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -4/+4 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -172/+168 |
* | Implement better constant folding of unordered FCMP predicates. | Reid Spencer | 2007-01-11 | 1 | -7/+27 |
* | fix typo | Chris Lattner | 2007-01-04 | 1 | -1/+1 |
* | fix some bugs handling vectors, avoid host-specific handling of undefined shi... | Chris Lattner | 2007-01-04 | 1 | -5/+15 |
* | Fix a bug in comparison of GEP indices. | Reid Spencer | 2006-12-31 | 1 | -4/+4 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -20/+17 |
* | Cleanup ConstantFoldCompareInstruction: | Reid Spencer | 2006-12-24 | 1 | -134/+201 |
* | Don't overload var names. | Reid Spencer | 2006-12-23 | 1 | -4/+4 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -796/+581 |
* | Clean up ConstantFoldCastInstruction. | Reid Spencer | 2006-12-19 | 1 | -53/+30 |
* | Rewrite ConstantFoldCastInstruction so that it doesn't use any of the | Reid Spencer | 2006-12-19 | 1 | -219/+50 |
* | Revert last patch. ConstantInt isn't quite ready for signlessness. | Reid Spencer | 2006-12-18 | 1 | -2/+4 |
* | Remove the last use of getUnsignedVersion and getSignedVersion from VMCore. | Reid Spencer | 2006-12-18 | 1 | -4/+2 |
* | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer | 2006-12-12 | 1 | -5/+4 |
* | Fix constant folding of FP->int due to cut & paste error in last commit. | Reid Spencer | 2006-12-11 | 1 | -2/+3 |
* | Implement correct constant folding of bitcast. This implements | Chris Lattner | 2006-12-11 | 1 | -15/+33 |
* | fix typo | Chris Lattner | 2006-12-11 | 1 | -1/+1 |
* | Fix constant folding to deal with external weak global values. | Reid Spencer | 2006-12-06 | 1 | -14/+22 |
* | Can't make these fail now with just BitCast. Previous failures must have | Reid Spencer | 2006-12-05 | 1 | -2/+2 |
* | Remove the last inferred casts from VMCore. | Reid Spencer | 2006-12-05 | 1 | -10/+7 |
* | For PR950: Implement a stub for folding ICmp and FCmp instructions | Reid Spencer | 2006-12-04 | 1 | -0/+7 |
* | Change inferred casts to explicit casts. | Reid Spencer | 2006-12-04 | 1 | -12/+23 |
* | These should be rewritten to fold without using the 'Rules' mechanism, but | Chris Lattner | 2006-12-01 | 1 | -0/+3 |
* | this logic is broken for trunc to bool, replace the folding logic for trunc | Chris Lattner | 2006-12-01 | 1 | -5/+8 |
* | Fix a typo introduced by the cast patch that horribly broke a lot of vector | Chris Lattner | 2006-12-01 | 1 | -1/+1 |
* | Don't fold "ptrtoint GV to bool" since this should be doing a truncate not | Reid Spencer | 2006-12-01 | 1 | -7/+27 |
* | Introducing external weak linkage. Darwin codegen should be added later. | Anton Korobeynikov | 2006-12-01 | 1 | -5/+2 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -104/+194 |
* | Remove redundant <cmath>. | Jim Laskey | 2006-11-08 | 1 | -1/+0 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -29/+33 |
* | Remove unused variables. | Reid Spencer | 2006-11-02 | 1 | -6/+5 |
* | For PR950: | Reid Spencer | 2006-11-02 | 1 | -34/+58 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -26/+56 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -139/+170 |
* | Fix another dtor issue. The function local statics in this function were | Chris Lattner | 2006-10-13 | 1 | -32/+42 |