Age | Commit message (Expand) | Author |
2008-11-03 | Fix unused variable warnings. | Devang Patel |
2008-10-16 | apply Eli's patch for PR2165 and provide a testcase. | Chris Lattner |
2008-10-09 | Add a "loses information" return value to APFloat::convert | Dale Johannesen |
2008-10-09 | Rename APFloat::convertToAPInt to bitcastToAPInt to | Dale Johannesen |
2008-09-03 | Try to fold each element of a vector. This is needed to maintain structural | Nick Lewycky |
2008-09-03 | Don't crash when trying to constant fold a vector with some elements that can't | Nick Lewycky |
2008-07-10 | Fix a case where vector comparison constant folding would cause an | Chris Lattner |
2008-07-10 | elementwise comparison of vector constants was completely wrong. Fix | Chris Lattner |
2008-07-08 | improve comment | Chris Lattner |
2008-07-08 | Fix three bugs: | Chris Lattner |
2008-06-03 | Constant folding for insertvalue and extractvalue. | Dan Gohman |
2008-05-17 | Revert constant-folding change that will miscompile in some cases. | Nick Lewycky |
2008-05-17 | Unbreak the build. | Nick Lewycky |
2008-05-17 | Constant fold inttoptr and ptrtoint. | Nick Lewycky |
2008-05-15 | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman |
2008-05-10 | merge of use-diet branch to trunk | Gabor Greif |
2008-04-20 | hopefully resolve PR2240 | Chris Lattner |
2008-04-20 | rearrange some code, simplify handling of shifts. | Chris Lattner |
2008-04-20 | Use simplified ConstantFP::get method, fix a bug handling frem x, 0 with long... | Chris Lattner |
2008-04-19 | Implement PR2206. | Chris Lattner |
2008-04-19 | refactor handling of symbolic constant folding, picking up | Chris Lattner |
2008-04-19 | indentation fix. | Chris Lattner |
2008-03-31 | Don't eliminate bitcast instructions that change the type of a pointer | Nate Begeman |
2008-03-25 | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng |
2008-02-29 | Use the new convertFromAPInt instead of convertFromZeroExtendedInteger. | Dan Gohman |
2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
2008-02-19 | Fix some minor issues folding undef, PR2052 | 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-12-11 | Teach VMCore to constant fold shufflevectors with constant operands. | Chris Lattner |
2007-12-11 | significantly simplify some code, no functionality change. | Chris Lattner |
2007-12-11 | refactor some code, no functionality change. | Chris Lattner |
2007-12-10 | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner |
2007-11-17 | Add support for vectors to int <-> float casts. | Nate Begeman |
2007-10-31 | Fix a regression in test/CodeGen/X86/2007-04-24-VectorCrash.ll introduced | Dan Gohman |
2007-10-30 | Add support for folding binary operators with vector zero operands. | Dan Gohman |
2007-10-16 | Disable attempts to constant fold PPC f128. | Dale Johannesen |
2007-10-15 | avoid an APFloat copy. | Chris Lattner |
2007-10-14 | Disable some compile-time optimizations on PPC | Dale Johannesen |
2007-10-07 | convertFromInteger, as originally written, expected sign-extended | Neil Booth |
2007-09-30 | Constant fold int-to-long-double conversions; | Dale Johannesen |
2007-09-25 | Remove no-longer-used variable. | Dale Johannesen |
2007-09-25 | Make APFloat->int conversions deterministic even in | Dale Johannesen |
2007-09-24 | float->int conversion rounds toward 0. Duh. | Dale Johannesen |
2007-09-24 | Just use APFloat for const / const. Fixes | Dale Johannesen |
2007-09-20 | Fix dumb regression in constant folding (Regression/C/casts) | Dale Johannesen |
2007-09-19 | Fix some long double issues. | Dale Johannesen |
2007-09-19 | Partial fix for PR1678: correct some parts of constant | Duncan Sands |
2007-09-12 | Revise previous patch per review comments. | Dale Johannesen |
2007-09-11 | Add APInt interfaces to APFloat (allows directly | Dale Johannesen |