| Age | Commit message (Expand) | Author |
| 2009-09-03 | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman |
| 2009-09-03 | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman |
| 2009-08-29 | Cleanup whitespace and indentation. | Dan Gohman |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-12 | Simplify this code, and use an in-bounds GEP. | Dan Gohman |
| 2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-31 | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson |
| 2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-28 | Return ConstantVector to 2.5 API. | Owen Anderson |
| 2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
| 2009-07-27 | Move ConstantStruct back to 2.5 API. | Owen Anderson |
| 2009-07-27 | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson |
| 2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
| 2009-07-21 | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-13 | Inline EvalVectorOp in order to get rid of passing-pointer-to-static-methods ... | Owen Anderson |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
| 2009-06-21 | Expand this test to handle more cases (remainder and shifts) of zero. | Nick Lewycky |
| 2009-06-21 | implement PR4424: 0/x is always 0 for integer division. | Chris Lattner |
| 2009-06-20 | Revert r73790, and replace it with a significantly less ugly solution. Rathe... | Owen Anderson |
| 2009-06-19 | Fix a serious bug that would cause deadlock during abstract type refinement. ... | Owen Anderson |
| 2009-06-15 | Support vector casts in more places, fixing a variety of assertion | Dan Gohman |
| 2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
| 2009-03-14 | Apply a patch by Micah Villmow to fix AsmParser to accept vector | Dan Gohman |
| 2009-02-24 | Extension of GEP in constant folder was broken (apparently this code | Daniel Dunbar |
| 2009-02-04 | Allow the inverse transform x86_fp80 -> i80 (also | Duncan Sands |
| 2009-02-04 | Fix PR3468: a crash when constant folding a bitcast of | Duncan Sands |
| 2009-01-21 | Make special cases (0 inf nan) work for frem. | Dale Johannesen |
| 2009-01-19 | div/rem by zero and div/rem overflow are both undefined according to | Chris Lattner |
| 2008-11-10 | Added support for the following definition of shufflevector | Mon P Wang |
| 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 |