| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Incorporating review feedback for GC verifier patch. | Gordon Henriksen | 2007-09-18 | 1 | -11/+5 |
| * | Fix for PR1633: Verifier doesn't fully verify GC intrinsics | Gordon Henriksen | 2007-09-17 | 1 | -0/+36 |
| * | Update GEP constructors to use an iterator interface to fix | David Greene | 2007-09-04 | 1 | -1/+1 |
| * | use a nicer accessor. | Chris Lattner | 2007-08-18 | 1 | -1/+1 |
| * | Fix the verification for overloaded intrinsic types. Check that they are | Dan Gohman | 2007-08-16 | 1 | -6/+19 |
| * | Add MVT::fAny for overloading intrinsics on floating-point types. | Dan Gohman | 2007-08-16 | 1 | -0/+14 |
| * | Fix minor doxygen nits. | Reid Spencer | 2007-08-05 | 1 | -0/+10 |
| * | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 1 | -66/+67 |
| * | After a discussion with Anton, it turns out that the InReg attribute is not | Reid Spencer | 2007-07-31 | 1 | -1/+2 |
| * | The InReg parameter attribute is valid on function results. The llvm-gcc-4.0 | Reid Spencer | 2007-07-31 | 1 | -2/+1 |
| * | It seems logical that InReg should be incompatible | Duncan Sands | 2007-07-27 | 1 | -3/+2 |
| * | As the number of parameter attributes increases, | Duncan Sands | 2007-07-27 | 1 | -39/+55 |
| * | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+17 |
| * | Make output match actual condition tested. Thanks, Duncan. | Reid Spencer | 2007-07-24 | 1 | -1/+1 |
| * | 1. Make sure we print the Function Value for parameter attribute errors | Reid Spencer | 2007-07-23 | 1 | -10/+10 |
| * | Add better verification of attributes on function types. It is not permitted | Reid Spencer | 2007-07-23 | 1 | -0/+9 |
| * | detect invalid combination of sret and byval | Rafael Espindola | 2007-07-17 | 1 | -0/+4 |
| * | Fix comments about vectors to use the current wording. | Dan Gohman | 2007-07-16 | 1 | -1/+1 |
| * | check for correct usage of the byval attribute | Rafael Espindola | 2007-07-10 | 1 | -2/+11 |
| * | Add the byval attribute | Rafael Espindola | 2007-07-06 | 1 | -0/+3 |
| * | Use DominatorTree instead of ETForest. | Devang Patel | 2007-06-11 | 1 | -16/+16 |
| * | Add assert to check if the attributes ZExt/SExt, NoAlias are apply to the | Zhou Sheng | 2007-06-07 | 1 | -0/+15 |
| * | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 |
| * | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -2/+2 |
| * | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -9/+15 |
| * | Implement review feedback | Anton Korobeynikov | 2007-04-29 | 1 | -1/+2 |
| * | Let Verifier check aliasees | Anton Korobeynikov | 2007-04-28 | 1 | -0/+7 |
| * | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov | 2007-04-28 | 1 | -1/+3 |
| * | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -1/+18 |
| * | Fix regressions introduced by my previous patch: opt calls verifier in a | Chris Lattner | 2007-04-20 | 1 | -1/+3 |
| * | catch a case that was biting jeffc | Chris Lattner | 2007-04-20 | 1 | -1/+7 |
| * | eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005. | Chris Lattner | 2007-04-17 | 1 | -1/+2 |
| * | For PR1284: | Reid Spencer | 2007-04-12 | 1 | -2/+3 |
| * | unbreak the build :( | Chris Lattner | 2007-04-10 | 1 | -1/+1 |