| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge of r51073-51074 from use-diet branch. | Gabor Greif | 2008-05-13 | 1 | -2/+2 |
* | Derive GetResultInst from UnaryInstruction, this simplifies code and removes ... | Gabor Greif | 2008-05-13 | 1 | -20/+3 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -53/+142 |
* | Remove warnings when using -Wshorten-64-to-32. | Bill Wendling | 2008-05-10 | 1 | -3/+3 |
* | Prevent -W64-to-32-shortened warnings. | Bill Wendling | 2008-05-10 | 1 | -2/+2 |
* | Prevent warnings from the -Wshorten-64-to-32 flag. | Bill Wendling | 2008-05-10 | 1 | -5/+2 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 1 | -239/+352 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -5/+4 |
* | Fix 80 column violations. | Evan Cheng | 2008-05-05 | 1 | -25/+46 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -15/+182 |
* | Remove an unnecessary #include. | Dan Gohman | 2008-03-24 | 1 | -1/+0 |
* | Shrink the size of AllocationInst by using its SubclassData | Dan Gohman | 2008-03-24 | 1 | -6/+3 |
* | move a bunch of trivial methods to be inline. | Chris Lattner | 2008-03-13 | 1 | -15/+43 |
* | Various improvements suggested by Duncan | Chris Lattner | 2008-03-13 | 1 | -5/+5 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -21/+13 |
* | Fix getOperand() for ReturnInst. | Devang Patel | 2008-03-11 | 1 | -2/+6 |
* | RetVal is not used when there are more then one return operands. | Devang Patel | 2008-03-07 | 1 | -2/+3 |
* | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel | 2008-03-03 | 1 | -4/+6 |
* | make operand accessors const-correct | Chris Lattner | 2008-03-02 | 1 | -1/+5 |
* | Add a new ShuffleVectorInst::getMaskValue method. | Chris Lattner | 2008-03-02 | 1 | -0/+5 |
* | Assert on invalid PHINode::addIncoming() arguments. Patch by Erick Tryzelaar! | Anton Korobeynikov | 2008-02-27 | 1 | -0/+2 |
* | Add comment. | Devang Patel | 2008-02-27 | 1 | -0/+3 |
* | Remove unncessary ReturnInst constructors. | Devang Patel | 2008-02-26 | 1 | -3/+0 |
* | Use SmallVector while constructing ReturnInst. | Devang Patel | 2008-02-26 | 1 | -0/+3 |
* | Avoid const_casts | Devang Patel | 2008-02-26 | 1 | -1/+1 |
* | Remove unnecessary getOperand/setOperand overriders. | Devang Patel | 2008-02-26 | 1 | -16/+3 |
* | Unify to ReturnInst::init() member functions. | Devang Patel | 2008-02-26 | 1 | -2/+1 |
* | Optimize most common case by using single RetVal in ReturnInst. | Devang Patel | 2008-02-26 | 1 | -0/+18 |
* | Pass const vectors by reference. | Devang Patel | 2008-02-26 | 1 | -4/+4 |
* | Remove unnecessary "inline" keywords. | Devang Patel | 2008-02-23 | 1 | -25/+21 |
* | Use dyn_cast instead of isa + cast. | Devang Patel | 2008-02-23 | 1 | -1/+5 |
* | To support multiple return values, now ret instruction supports multiple oper... | Devang Patel | 2008-02-23 | 1 | -12/+6 |
* | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 1 | -0/+6 |
* | getresult type is the type of indexed aggregate element | Devang Patel | 2008-02-20 | 1 | -5/+0 |
* | Specify GetResultInst index as an unsigned. | Devang Patel | 2008-02-20 | 1 | -10/+11 |
* | Fix typo. Add const version of getAggregateValue() accessor member function. | Devang Patel | 2008-02-20 | 1 | -2/+7 |
* | Add GetResultInst. First step for multiple return value support. | Devang Patel | 2008-02-19 | 1 | -0/+50 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -1/+2 |
* | Handle some more combinations of extend and icmp. Fixes PR1940. | Nick Lewycky | 2008-01-28 | 1 | -0/+12 |
* | Add hasByValArgument() to test if a call instruction has byval argument(s). | Evan Cheng | 2008-01-12 | 1 | -0/+3 |
* | Split param attr implementation out from Function.cpp into its | Chris Lattner | 2008-01-02 | 1 | -37/+14 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | When inlining through an 'nounwind' call, mark inlined | Duncan Sands | 2007-12-19 | 1 | -0/+2 |
* | Rename isNoReturn to doesNotReturn, and isNoUnwind to | Duncan Sands | 2007-12-18 | 1 | -4/+4 |
* | Implement address space attribute for LLVM pointer types. Address spaces are | Christopher Lamb | 2007-12-11 | 1 | -2/+4 |
* | Make PruneEH update the nounwind/noreturn attributes | Duncan Sands | 2007-12-10 | 1 | -0/+10 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -125/+10 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -10/+125 |
* | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -0/+30 |
* | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 1 | -2/+15 |