| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -6/+25 |
* | Implement PR2538 | Chris Lattner | 2008-07-11 | 1 | -0/+24 |
* | Fix some signed vs. unsigned issues in array and vector handling. | Dan Gohman | 2008-06-24 | 1 | -10/+10 |
* | Fix the types for NumElements variables, and add a comment | Dan Gohman | 2008-06-23 | 1 | -7/+9 |
* | AsmParser support for immediate constant aggregate values. | Dan Gohman | 2008-06-09 | 1 | -7/+75 |
* | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman | 2008-05-31 | 1 | -32/+24 |
* | Don't silently truncate array extents to 32 bits. | Dan Gohman | 2008-05-23 | 1 | -1/+1 |
* | Issue errors in several situations instead of aborting. | Dan Gohman | 2008-05-23 | 1 | -7/+21 |
* | Make structs and arrays first-class types, and add assembly | Dan Gohman | 2008-05-23 | 1 | -2/+77 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 1 | -7/+7 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 1 | -3/+2 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 1 | -1/+2 |
* | CommonLinkage (missed a file) | Dale Johannesen | 2008-05-14 | 1 | -1/+2 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -1/+39 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -14/+5 |
* | Allow llvm-as to parse a getresult with an undef operand. | Dan Gohman | 2008-04-23 | 1 | -1/+1 |
* | Validate that the result of a function type is valid using shared | Chris Lattner | 2008-04-23 | 1 | -6/+15 |
* | Switch to using Simplified ConstantFP::get API. | Chris Lattner | 2008-04-20 | 1 | -3/+3 |
* | Teach llvm-as to accept function types with multiple return types. | Dan Gohman | 2008-04-19 | 1 | -0/+1 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -19/+19 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -59/+28 |
* | Turn unwind_to into "unwinds to". | Nick Lewycky | 2008-03-10 | 1 | -5/+5 |
* | Add an unwind_to field to basic blocks, making them Users instead of Values. | Nick Lewycky | 2008-03-02 | 1 | -18/+24 |
* | Add assert. | Devang Patel | 2008-02-26 | 1 | -2/+2 |
* | Remove unncessary ReturnInst constructors. | Devang Patel | 2008-02-26 | 1 | -1/+3 |
* | Use isa check instead of getTypeID() check. | Devang Patel | 2008-02-23 | 1 | -1/+1 |
* | To support multiple return values, now ret instruction supports multiple oper... | Devang Patel | 2008-02-23 | 1 | -23/+3 |
* | Split ParameterAttributes.h, putting the complicated | Dale Johannesen | 2008-02-22 | 1 | -0/+1 |
* | Use SymbolicValueRef to parse getresult operand | Devang Patel | 2008-02-22 | 1 | -3/+2 |
* | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 1 | -1/+2 |
* | Parse | Devang Patel | 2008-02-20 | 1 | -3/+37 |
* | Support alignment within ParamAttrs in the I/O handling. | Dale Johannesen | 2008-02-20 | 1 | -0/+1 |
* | Specify GetResultInst index as an unsigned. | Devang Patel | 2008-02-20 | 1 | -1/+1 |
* | Fix newly-introduced 4.3 warnings | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | Parse | Devang Patel | 2008-02-19 | 1 | -1/+10 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -1/+1 |
* | Fix PR2060 by rejecting invalid types for integer constants. | Chris Lattner | 2008-02-19 | 1 | -11/+15 |
* | If there are attributes on the varargs part of a | Duncan Sands | 2008-01-11 | 1 | -2/+16 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -3/+3 |
* | Implement part of review feedback for address spaces. | Christopher Lamb | 2007-12-12 | 1 | -27/+13 |
* | Implement address space attribute for LLVM pointer types. Address spaces are | Christopher Lamb | 2007-12-11 | 1 | -5/+26 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -3/+13 |
* | Fix fallout from my last patch: don't reject varargs functions :) | Anton Korobeynikov | 2007-12-03 | 1 | -7/+14 |
* | More sanity checks for function types. | Anton Korobeynikov | 2007-12-03 | 1 | -1/+13 |
* | Add a convenience method for modifying parameter | Duncan Sands | 2007-11-30 | 1 | -3/+3 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -86/+88 |
* | Rename the 'const' parameter attribute to 'readnone', | Duncan Sands | 2007-11-22 | 1 | -3/+3 |
* | Replace the original flex lexer with a hand writen one. This | Chris Lattner | 2007-11-18 | 1 | -43/+14 |
* | Basic non-power-of-2 vector support | Nate Begeman | 2007-11-15 | 1 | -2/+0 |