aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64).Lauro Ramos Venancio2007-01-041-0/+5
* Death to useless bitcast instructions!Reid Spencer2007-01-041-33/+3
* Do not allow packed types for icmp and fcmp instructions.Reid Spencer2007-01-041-5/+2
* Regenerate.Reid Spencer2007-01-042-27/+35
* Disallow packed types in icmp/fcmp instructions. The code generator isReid Spencer2007-01-041-0/+4
* Now that setcondinst has been eliminated, we can mark Value::SubclassIDChris Lattner2007-01-041-4/+0
* fix typoChris Lattner2007-01-041-1/+1
* Enable a couple xforms for packed vectors (undef | v) -> -1 for packed.Chris Lattner2007-01-041-8/+9
* fix some bugs handling vectors, avoid host-specific handling of undefined shi...Chris Lattner2007-01-041-5/+15
* Add a new ConstantPacked::getAllOnesValue methodChris Lattner2007-01-041-0/+12
* Regenerate.Reid Spencer2007-01-042-155/+149
* Permit icmp and fcmp to have packed operands.Reid Spencer2007-01-041-5/+2
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-032-2/+2
* fix testcase. It's not safe to strictly evaluate a load that should be lazy.Chris Lattner2007-01-031-1/+2
* Private labels start with .L on linux, not just .Chris Lattner2007-01-031-1/+1
* Fix a comment that referred to the now defunct ubyte type.Reid Spencer2007-01-031-1/+1
* Remove two useless bit casts.Reid Spencer2007-01-031-6/+0
* Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sureReid Spencer2007-01-031-1/+1
* NULL names should pass validation.Jim Laskey2007-01-031-1/+2
* Silence warning.Jim Laskey2007-01-031-1/+1
* Really big cleanup.Anton Korobeynikov2007-01-0310-24/+33
* Restore previous behavior of defaulting to ZEXT. This works around twoReid Spencer2007-01-031-7/+2
* Two changes:Reid Spencer2007-01-031-5/+12
* Clean up from recent changes. Comment the new parameter to ExpandLibCall.Reid Spencer2007-01-031-24/+20
* Vectors are not supported by ConstantInt::getAllOnesValue.Jim Laskey2007-01-031-5/+10
* Regenerate.Reid Spencer2007-01-023-267/+385
* Implement checking for unresolved types in the argument types and resultReid Spencer2007-01-021-0/+59
* Fix naming inconsistency.Evan Cheng2007-01-0212-57/+57
* - Fixing naming inconsistency: calleesave -> calleesaved.Evan Cheng2007-01-021-24/+30
* Fix a typo.Reid Spencer2006-12-311-1/+1
* Fix a cut-and-paste bug for processing of InvokeInst parameter attributes.Reid Spencer2006-12-311-2/+2
* Regenerate.Reid Spencer2006-12-312-32/+33
* Remove an extra semi-colon.Reid Spencer2006-12-311-1/+1
* Fix a bug in comparison of GEP indices.Reid Spencer2006-12-311-4/+4
* Add a missing colon. Noticed by Jeff Cohen.Reid Spencer2006-12-311-0/+1
* implement missing comparesRafael Espindola2006-12-312-38/+67
* Fix a bug in getParamAttrs where an invalid value would be returned if theReid Spencer2006-12-311-3/+3
* For PR950:Reid Spencer2006-12-3118-343/+288
* For PR950:Reid Spencer2006-12-314-498/+346
* For PR950:Reid Spencer2006-12-3132-521/+400
* For PR950:Reid Spencer2006-12-313-57/+44
* For PR950:Reid Spencer2006-12-316-2863/+3193
* For PR950:Reid Spencer2006-12-312-253/+413
* For PR950:Reid Spencer2006-12-317-134/+79
* For PR950:Reid Spencer2006-12-311-98/+90
* For PR950:Reid Spencer2006-12-311-16/+49
* Regenerate.Reid Spencer2006-12-295-2370/+2394
* For PR950:Reid Spencer2006-12-293-77/+82
* fix commentRafael Espindola2006-12-291-1/+1
* Define StaticCtorsSection and StaticDtorsSection for ARM.Lauro Ramos Venancio2006-12-281-0/+2