| Commit message (Expand) | Author | Age | Files | Lines |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 3 | -306/+306 |
* | Fix some signed vs. unsigned issues in array and vector handling. | Dan Gohman | 2008-06-24 | 1 | -10/+10 |
* | Update the .cvs files. | Dan Gohman | 2008-06-23 | 3 | -102/+106 |
* | 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 | 4 | -777/+1046 |
* | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman | 2008-05-31 | 4 | -1004/+1028 |
* | 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 | 5 | -1254/+1538 |
* | Recognize the "default" keyword, which is documented in LangRef.html | Dan Gohman | 2008-05-22 | 1 | -0/+1 |
* | Reverting accidental commit of generated files. | Gordon Henriksen | 2008-05-19 | 3 | -287/+287 |
* | Remove a duplicative binding. Patch by Mahadevan R. | Gordon Henriksen | 2008-05-19 | 3 | -287/+287 |
* | 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 | 4 | -294/+293 |
* | 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 |
* | Generated files for CommonLinkage. | Dale Johannesen | 2008-05-14 | 3 | -1740/+1752 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -0/+1 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 5 | -1386/+1551 |
* | regenerate | Chris Lattner | 2008-05-04 | 2 | -1466/+1432 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 3 | -29/+10 |
* | Allow llvm-as to parse a getresult with an undef operand. | Dan Gohman | 2008-04-23 | 4 | -460/+460 |
* | regenerate | Chris Lattner | 2008-04-23 | 2 | -196/+214 |
* | Validate that the result of a function type is valid using shared | Chris Lattner | 2008-04-23 | 1 | -6/+15 |
* | regenerate | Chris Lattner | 2008-04-20 | 3 | -276/+276 |
* | 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 | 4 | -3620/+4963 |
* | regenerate | Gabor Greif | 2008-04-06 | 3 | -4989/+3649 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -19/+19 |
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 1 | -2/+1 |
* | Add explicit keywords. | Dan Gohman | 2008-03-25 | 1 | -1/+1 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 4 | -487/+394 |
* | Update the .cvs files to match today's asm syntax change. | Nick Lewycky | 2008-03-10 | 3 | -872/+868 |
* | Turn unwind_to into "unwinds to". | Nick Lewycky | 2008-03-10 | 2 | -6/+6 |
* | regenerate. | Devang Patel | 2008-03-03 | 3 | -1443/+1484 |
* | Add an unwind_to field to basic blocks, making them Users instead of Values. | Nick Lewycky | 2008-03-02 | 2 | -18/+25 |
* | regenerate. | Devang Patel | 2008-02-26 | 3 | -272/+272 |
* | Add assert. | Devang Patel | 2008-02-26 | 1 | -2/+2 |
* | regenerate | Devang Patel | 2008-02-26 | 3 | -277/+281 |
* | Remove unncessary ReturnInst constructors. | Devang Patel | 2008-02-26 | 1 | -1/+3 |
* | Regenerate. | Devang Patel | 2008-02-23 | 2 | -2/+2 |
* | Use isa check instead of getTypeID() check. | Devang Patel | 2008-02-23 | 1 | -1/+1 |
* | Regenerate | Devang Patel | 2008-02-23 | 3 | -487/+447 |
* | 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 | 4 | -304/+307 |
* | Regenerate | Devang Patel | 2008-02-22 | 3 | -468/+466 |
* | Use SymbolicValueRef to parse getresult operand | Devang Patel | 2008-02-22 | 1 | -3/+2 |
* | Generated files for 47484. | Dale Johannesen | 2008-02-22 | 3 | -293/+295 |
* | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 1 | -1/+2 |
* | regenerate. | Devang Patel | 2008-02-20 | 3 | -923/+989 |