aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Instructions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add parentheses to silence gcc warning.Richard Trieu2013-07-311-4/+4
* Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault2013-07-311-5/+13
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-301-10/+47
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-301-0/+63
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-301-63/+0
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-301-2/+44
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-2/+2
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-221-7/+0
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-211-0/+7
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-201-6/+6
* Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne2013-03-021-9/+4
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-231-4/+10
* More encapsulation work.Bill Wendling2013-01-221-2/+6
* Allow vectors in CreatePointerCast.Evgeniy Stepanov2013-01-151-3/+3
* CastInst::castIsValid should return true if the dest type is the same asEvan Cheng2013-01-101-0/+5
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-091-3/+6
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-7/+7
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+3540