| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 1 | -0/+80 |
* | Fix infinite looping | Anton Korobeynikov | 2009-03-30 | 1 | -0/+2 |
* | Properly propagate Kind. | Anton Korobeynikov | 2009-03-30 | 1 | -1/+1 |
* | Extend the relocation tracker handler, so we can filter on different 'kinds' ... | Anton Korobeynikov | 2009-03-29 | 1 | -5/+20 |
* | add a fastpath to ConstantExpr::getBitCast to handle the case when an obviously | Chris Lattner | 2009-03-21 | 1 | -0/+5 |
* | Apply a patch by Micah Villmow to fix AsmParser to accept vector | Dan Gohman | 2009-03-14 | 1 | -1/+1 |
* | fix typo | Chris Lattner | 2009-03-08 | 1 | -1/+1 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -9/+9 |
* | Add suppport for ConstantExprs of shufflevectors whose result type is not equ... | Nate Begeman | 2009-02-12 | 1 | -2/+9 |
* | select constant exprs should have the same constraints as select instructions, | Chris Lattner | 2008-12-29 | 1 | -3/+1 |
* | Make ConstantAggregateZero::get return a ConstantAggregateZero*, | Dan Gohman | 2008-12-08 | 1 | -1/+1 |
* | Fix unused variable warnings. | Devang Patel | 2008-11-03 | 1 | -0/+12 |
* | Fix type-o in ExprMapKeyType::operator ==(). The "&&" was missing. | Bill Wendling | 2008-10-26 | 1 | -1/+1 |
* | Add a "loses information" return value to APFloat::convert | Dale Johannesen | 2008-10-09 | 1 | -10/+16 |
* | Fix ConstantExpr::getInsertElement. | Gordon Henriksen | 2008-08-30 | 1 | -2/+1 |
* | the bug was apparently fixed long ago, reenable the assertion | Chris Lattner | 2008-08-23 | 1 | -2/+1 |
* | Accept NOT of a constant vector of int. | Dale Johannesen | 2008-08-21 | 1 | -2/+4 |
* | Add a new ConstantExpr::getWithOperands that takes any array of operands | Chris Lattner | 2008-08-20 | 1 | -4/+4 |
* | Fix several const-correctness issues, resolving some -Wcast-qual warnings. | Dan Gohman | 2008-08-05 | 1 | -1/+2 |
* | Remove unnecessary implicit argument | Nate Begeman | 2008-07-25 | 1 | -6/+8 |
* | Fix minor issues with VICmp/VFCmp constant expressions | Nate Begeman | 2008-07-25 | 1 | -13/+16 |
* | InsertValue and ExtractValue constant expressions are always | Dan Gohman | 2008-07-21 | 1 | -40/+6 |
* | Fix a bunch of bugs handling vector compare constant expressions, fixing | Chris Lattner | 2008-07-14 | 1 | -34/+54 |
* | Document and fix Constant::getVectorElements to return an empty vector | Chris Lattner | 2008-07-14 | 1 | -12/+23 |
* | Use find instead of lower_bound. | Dan Gohman | 2008-07-11 | 1 | -5/+4 |
* | SImplify ConstantVector::get a bit and make it turn a vector | Chris Lattner | 2008-07-10 | 1 | -8/+18 |
* | add a helper method for code that wants to handle vector | Chris Lattner | 2008-07-10 | 1 | -0/+25 |
* | Add newline at the end of Constants.cpp. | Matthijs Kooijman | 2008-07-03 | 1 | -1/+1 |
* | - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp... | Evan Cheng | 2008-06-30 | 1 | -41/+1 |
* | Revert (52748 and friends): | Anton Korobeynikov | 2008-06-29 | 1 | -1/+41 |
* | Move GetConstantStringInfo to lib/Analysis. Remove | Eric Christopher | 2008-06-26 | 1 | -41/+1 |
* | Use push_back rather than operator[], which is incorrect in this cases. Unfor... | Owen Anderson | 2008-06-25 | 1 | -1/+1 |
* | In ConstantArray::getAsString(), we know the size of the resultant string in ... | Owen Anderson | 2008-06-24 | 1 | -1/+2 |
* | More changes from Chris' review: simplify getIndices and avoid | Dan Gohman | 2008-06-23 | 1 | -8/+6 |
* | Constant folding for insertvalue and extractvalue. | Dan Gohman | 2008-06-03 | 1 | -1/+4 |
* | Fix some bugs with the handling of indices in insertvalue/extractvalue. | Dan Gohman | 2008-05-31 | 1 | -3/+3 |
* | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman | 2008-05-31 | 1 | -119/+97 |
* | eliminate calls to deprecated Use::init() interface | Gabor Greif | 2008-05-26 | 1 | -25/+25 |
* | Add more IR support for the new extractvalue and insertvalue | Dan Gohman | 2008-05-23 | 1 | -12/+11 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 1 | -6/+219 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 1 | -4/+7 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -0/+4 |
* | Fix build breakage | Nate Begeman | 2008-05-12 | 1 | -1/+1 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -6/+88 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 1 | -56/+126 |
* | add a simplified accessor for creating an fp constant of a | Chris Lattner | 2008-04-09 | 1 | -13/+25 |
* | add a version of ConstantFP::get that doesn't take a redundant Type* value, | Chris Lattner | 2008-04-09 | 1 | -21/+22 |
* | fix a warning | Gabor Greif | 2008-04-06 | 1 | -1/+1 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -3/+44 |
* | Fix comment typo. | Duncan Sands | 2008-03-30 | 1 | -1/+1 |