aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantFold.cpp
Commit message (Expand)AuthorAgeFilesLines
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-46/+46
* Simplify this code, and use an in-bounds GEP.Dan Gohman2009-08-121-5/+7
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-3/+3
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-58/+58
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-311-6/+6
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-23/+23
* Move types back to the 2.5 API.Owen Anderson2009-07-291-3/+3
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-44/+44
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-281-26/+26
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-3/+3
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-3/+3
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-271-8/+8
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-45/+45
* Rename getConstantInt{True|False} to get{True|False} at Chris' behest.Owen Anderson2009-07-211-6/+6
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-5/+5
* Inline EvalVectorOp in order to get rid of passing-pointer-to-static-methods ...Owen Anderson2009-07-131-38/+132
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-206/+239
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-5/+6
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-68/+22
* Expand this test to handle more cases (remainder and shifts) of zero.Nick Lewycky2009-06-211-8/+15
* implement PR4424: 0/x is always 0 for integer division.Chris Lattner2009-06-211-0/+7
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-201-60/+51
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-191-51/+60
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-151-16/+16
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-8/+15
* Apply a patch by Micah Villmow to fix AsmParser to accept vectorDan Gohman2009-03-141-0/+6
* Extension of GEP in constant folder was broken (apparently this codeDaniel Dunbar2009-02-241-1/+1
* Allow the inverse transform x86_fp80 -> i80 (alsoDuncan Sands2009-02-041-9/+4
* Fix PR3468: a crash when constant folding a bitcast ofDuncan Sands2009-02-041-6/+5
* Make special cases (0 inf nan) work for frem.Dale Johannesen2009-01-211-10/+0
* div/rem by zero and div/rem overflow are both undefined according toChris Lattner2009-01-191-11/+11
* Added support for the following definition of shufflevector Mon P Wang2008-11-101-9/+10
* Fix unused variable warnings.Devang Patel2008-11-031-0/+1
* apply Eli's patch for PR2165 and provide a testcase.Chris Lattner2008-10-161-0/+6
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-091-2/+4
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-091-2/+2
* Try to fold each element of a vector. This is needed to maintain structuralNick Lewycky2008-09-031-12/+4
* Don't crash when trying to constant fold a vector with some elements that can'tNick Lewycky2008-09-031-6/+12
* Fix a case where vector comparison constant folding would cause anChris Lattner2008-07-101-33/+33
* elementwise comparison of vector constants was completely wrong. FixChris Lattner2008-07-101-19/+32
* improve commentChris Lattner2008-07-081-1/+1
* Fix three bugs:Chris Lattner2008-07-081-56/+101
* Constant folding for insertvalue and extractvalue.Dan Gohman2008-06-031-10/+105
* Revert constant-folding change that will miscompile in some cases.Nick Lewycky2008-05-171-23/+0
* Unbreak the build.Nick Lewycky2008-05-171-1/+1
* Constant fold inttoptr and ptrtoint.Nick Lewycky2008-05-171-0/+23
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-151-4/+17
* merge of use-diet branch to trunkGabor Greif2008-05-101-8/+8
* hopefully resolve PR2240Chris Lattner2008-04-201-1/+1
* rearrange some code, simplify handling of shifts.Chris Lattner2008-04-201-60/+56