| Commit message (Expand) | Author | Age | Files | Lines |
* | Update example to new syntax. | Nick Lewycky | 2008-03-28 | 1 | -2/+8 |
* | Add explicit keywords. | Dan Gohman | 2008-03-25 | 1 | -3/+3 |
* | Fix merge error | Anton Korobeynikov | 2008-03-22 | 1 | -1/+0 |
* | Add testcase for prev. commit. Minor fixes | Anton Korobeynikov | 2008-03-22 | 1 | -2/+2 |
* | Aliasing chains cleanups: update langref, add check into verifier | Anton Korobeynikov | 2008-03-22 | 1 | -1/+6 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -53/+72 |
* | Check struct return type first. | Devang Patel | 2008-03-05 | 1 | -6/+7 |
* | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel | 2008-03-03 | 1 | -0/+3 |
* | If a function uses multive values in ret instruction then it | Devang Patel | 2008-03-03 | 1 | -3/+0 |
* | Fix PR2113 by verifying allocations. | Chris Lattner | 2008-03-01 | 1 | -3/+6 |
* | Add assert to check return type. | Devang Patel | 2008-02-26 | 1 | -5/+5 |
* | To support multiple return values, now ret instruction supports multiple oper... | Devang Patel | 2008-02-23 | 1 | -2/+10 |
* | Split ParameterAttributes.h, putting the complicated | Dale Johannesen | 2008-02-22 | 1 | -1/+1 |
* | Use isa<> instead of getTypeID() to check StructType. | Devang Patel | 2008-02-21 | 1 | -6/+5 |
* | Let invoke return aggregate value. | Devang Patel | 2008-02-21 | 1 | -2/+3 |
* | Let function call return aggregate. | Devang Patel | 2008-02-21 | 1 | -6/+20 |
* | What if functions can return aggregate values ? | Devang Patel | 2008-02-20 | 1 | -2/+5 |
* | Verifier should use Assert1 instead of assert. | Devang Patel | 2008-02-20 | 1 | -2/+2 |
* | Use isValidOperands() to verify GetResultInst. | Devang Patel | 2008-02-20 | 1 | -1/+2 |
* | Add GetResultInst. First step for multiple return value support. | Devang Patel | 2008-02-19 | 1 | -0/+6 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -11/+11 |
* | check that terminators only occur at the end of a block. This catches the | Chris Lattner | 2008-02-09 | 1 | -0/+5 |
* | Be more liberal in what parameter attributes are | Duncan Sands | 2008-01-12 | 1 | -31/+45 |
* | Do not allow attributes beyond a function's last | Duncan Sands | 2008-01-11 | 1 | -7/+25 |
* | Allow parameter attributes on varargs function parameters. | Evan Cheng | 2008-01-11 | 1 | -4/+3 |
* | Small cleanup for handling of type/parameter attribute | Duncan Sands | 2008-01-07 | 1 | -4/+4 |
* | The transform that tries to turn calls to bitcast functions into | Duncan Sands | 2008-01-06 | 1 | -16/+4 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Noting and enforcing that GC intrinsics are valid only within a | Gordon Henriksen | 2007-12-25 | 1 | -28/+36 |
* | Adjusting verification of "llvm.gc*" intrinsic prototypes to match | Gordon Henriksen | 2007-12-25 | 1 | -26/+33 |
* | Get the verifier to check attributes on calls as well | Duncan Sands | 2007-12-21 | 1 | -74/+97 |
* | Make invokes of inline asm legal. Teach codegen | Duncan Sands | 2007-12-17 | 1 | -1/+1 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -2/+2 |
* | Make it clear in the LangRef that allocation instructions only operated on th... | Christopher Lamb | 2007-12-17 | 1 | -0/+8 |
* | Check that there are not more attributes than | Duncan Sands | 2007-11-30 | 1 | -0/+4 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -3/+3 |
* | Fix PR1816. If a bitcast of a function only exists because of a | Duncan Sands | 2007-11-25 | 1 | -30/+7 |
* | Rename the 'const' parameter attribute to 'readnone', | Duncan Sands | 2007-11-22 | 1 | -2/+2 |
* | Add support for vectors to int <-> float casts. | Nate Begeman | 2007-11-17 | 1 | -8/+40 |
* | I discover array_lengthof, thanks to gabor on #llvm. | Duncan Sands | 2007-11-14 | 1 | -2/+1 |
* | Simplify the attribute verification code. | Duncan Sands | 2007-11-14 | 1 | -34/+24 |
* | Add pure/const attributes. Documentation will follow. | Anton Korobeynikov | 2007-11-14 | 1 | -4/+13 |
* | Don't barf on empty basic blocks. Do not rely on assert | Duncan Sands | 2007-11-01 | 1 | -9/+21 |
* | remove verifier command line option: this should be part of the API, not | Chris Lattner | 2007-11-01 | 1 | -11/+0 |
* | Now with less tabs! | Owen Anderson | 2007-11-01 | 1 | -5/+5 |
* | Add a preverifier pass to check that every basic block ends in a terminator, ... | Owen Anderson | 2007-10-31 | 1 | -1/+20 |
* | I am not sure this is a good idea to be an option, but rename the option for | Chris Lattner | 2007-10-29 | 1 | -1/+1 |
* | Add 'pedantic' mode to verifier rejecting syntactically valid, but 'bad' due ... | Anton Korobeynikov | 2007-10-28 | 1 | -3/+14 |
* | Check that the second parameter of init_trampoline | Duncan Sands | 2007-09-29 | 1 | -2/+6 |
* | reject things like "declare internal @foo" | Chris Lattner | 2007-09-19 | 1 | -2/+11 |