2008-08-13 |
Dale Johannesen | Add read/write support for X86's sseregparm. |
blob | commitdiff | raw |
2008-08-05 |
Dan Gohman | Fix the AsmWriter to not print extra spaces after param... |
blob | commitdiff | raw | diff to current |
2008-07-30 |
Mon P Wang | Added support for overloading intrinsics (atomics)... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Nate Begeman | Add vector shifts to the IR, patch by Eli Friedman. |
blob | commitdiff | raw | diff to current |
2008-07-25 |
Nate Begeman | Allow verifier to be run on partially materialized... |
blob | commitdiff | raw | diff to current |
2008-07-23 |
Dan Gohman | Enable first-class aggregates support. |
blob | commitdiff | raw | diff to current |
2008-07-18 |
Chris Lattner | verify limits-fndefn.c from the GCC testsuite before the |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Dan Gohman | Use const_cast instead of a C-style cast. |
blob | commitdiff | raw | diff to current |
2008-06-09 |
Dan Gohman | Re-apply 52002, allowing the verifier to accept non... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
Duncan Sands | Wrap MVT::ValueType in a struct to get type safety |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Dan Gohman | Revert 52002. |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Matthijs Kooijman | Change the Verifier to support returning first class... |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Dan Gohman | IR support for extractvalue and insertvalue instruction... |
blob | commitdiff | raw | diff to current |
2008-05-14 |
Dan Gohman | Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Change class' public PassInfo variables to by initializ... |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Anton Korobeynikov | Check for validity of aliasee pointer before dereference. |
blob | commitdiff | raw | diff to current |
2008-05-07 |
Anton Korobeynikov | Turn StripPointerCast() into a method |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Anton Korobeynikov | Make StripPointerCast a common function (should we... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Nick Lewycky | Remove 'unwinds to' support from mainline. This patch... |
blob | commitdiff | raw | diff to current |
2008-04-23 |
Chris Lattner | tighten up verifier checks which missed cases where |
blob | commitdiff | raw | diff to current |
2008-04-23 |
Chris Lattner | Verify that the operand of a getresult instruction... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Duncan Sands | Make sure that intrinsics automagically get the |
blob | commitdiff | raw | diff to current |
2008-03-28 |
Nick Lewycky | Update example to new syntax. |
blob | commitdiff | raw | diff to current |
2008-03-25 |
Dan Gohman | Add explicit keywords. |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Anton Korobeynikov | Fix merge error |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Anton Korobeynikov | Add testcase for prev. commit. Minor fixes |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Anton Korobeynikov | Aliasing chains cleanups: update langref, add check... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Chris Lattner | Reimplement the parameter attributes support, phase... |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Devang Patel | Check struct return type first. |
blob | commitdiff | raw | diff to current |
2008-03-03 |
Devang Patel | s/isReturnStruct()/hasStructRetAttr()/g |
blob | commitdiff | raw | diff to current |
2008-03-03 |
Devang Patel | If a function uses multive values in ret instruction... |
blob | commitdiff | raw | diff to current |
2008-03-01 |
Chris Lattner | Fix PR2113 by verifying allocations. |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Devang Patel | Add assert to check return type. |
blob | commitdiff | raw | diff to current |
2008-02-23 |
Devang Patel | To support multiple return values, now ret instruction... |
blob | commitdiff | raw | diff to current |
2008-02-22 |
Dale Johannesen | Split ParameterAttributes.h, putting the complicated |
blob | commitdiff | raw | diff to current |
2008-02-21 |
Devang Patel | Use isa<> instead of getTypeID() to check StructType. |
blob | commitdiff | raw | diff to current |
2008-02-21 |
Devang Patel | Let invoke return aggregate value. |
blob | commitdiff | raw | diff to current |
2008-02-21 |
Devang Patel | Let function call return aggregate. |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Devang Patel | What if functions can return aggregate values ? |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Devang Patel | Verifier should use Assert1 instead of assert. |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Devang Patel | Use isValidOperands() to verify GetResultInst. |
blob | commitdiff | raw | diff to current |
2008-02-19 |
Devang Patel | Add GetResultInst. First step for multiple return value... |
blob | commitdiff | raw | diff to current |
2008-02-19 |
Dale Johannesen | Expand ParameterAttributes to 32 bits (in preparation |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Chris Lattner | check that terminators only occur at the end of a block... |
blob | commitdiff | raw | diff to current |
2008-01-12 |
Duncan Sands | Be more liberal in what parameter attributes are |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Duncan Sands | Do not allow attributes beyond a function's last |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Evan Cheng | Allow parameter attributes on varargs function parameters. |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Duncan Sands | Small cleanup for handling of type/parameter attribute |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Duncan Sands | The transform that tries to turn calls to bitcast funct... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-12-25 |
Gordon Henriksen | Noting and enforcing that GC intrinsics are valid only... |
blob | commitdiff | raw | diff to current |
2007-12-25 |
Gordon Henriksen | Adjusting verification of "llvm.gc*" intrinsic prototyp... |
blob | commitdiff | raw | diff to current |
2007-12-21 |
Duncan Sands | Get the verifier to check attributes on calls as well |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Duncan Sands | Make invokes of inline asm legal. Teach codegen |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Christopher Lamb | Change the PointerType api for creating pointer types... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Christopher Lamb | Make it clear in the LangRef that allocation instructio... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Duncan Sands | Check that there are not more attributes than |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Duncan Sands | Fix PR1146: parameter attributes are longer part of |
blob | commitdiff | raw | diff to current |
2007-11-25 |
Duncan Sands | Fix PR1816. If a bitcast of a function only exists... |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Duncan Sands | Rename the 'const' parameter attribute to 'readnone', |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Nate Begeman | Add support for vectors to int <-> float casts. |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Duncan Sands | I discover array_lengthof, thanks to gabor on #llvm. |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Duncan Sands | Simplify the attribute verification code. |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Anton Korobeynikov | Add pure/const attributes. Documentation will follow. |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Duncan Sands | Don't barf on empty basic blocks. Do not rely on assert |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Chris Lattner | remove verifier command line option: this should be... |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Owen Anderson | Now with less tabs! |
blob | commitdiff | raw | diff to current |
2007-10-31 |
Owen Anderson | Add a preverifier pass to check that every basic block... |
blob | commitdiff | raw | diff to current |
2007-10-29 |
Chris Lattner | I am not sure this is a good idea to be an option,... |
blob | commitdiff | raw | diff to current |
2007-10-28 |
Anton Korobeynikov | Add 'pedantic' mode to verifier rejecting syntactically... |
blob | commitdiff | raw | diff to current |
2007-09-29 |
Duncan Sands | Check that the second parameter of init_trampoline |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Chris Lattner | reject things like "declare internal @foo" |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Gordon Henriksen | Incorporating review feedback for GC verifier patch. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Gordon Henriksen | Fix for PR1633: Verifier doesn't fully verify GC intrinsics |
blob | commitdiff | raw | diff to current |
2007-09-04 |
David Greene | Update GEP constructors to use an iterator interface... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Chris Lattner | use a nicer accessor. |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Dan Gohman | Fix the verification for overloaded intrinsic types... |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Dan Gohman | Add MVT::fAny for overloading intrinsics on floating... |
blob | commitdiff | raw | diff to current |
2007-08-05 |
Reid Spencer | Fix minor doxygen nits. |
blob | commitdiff | raw | diff to current |
2007-08-04 |
Chandler Carruth | This is the patch to provide clean intrinsic function... |
blob | commitdiff | raw | diff to current |
2007-07-31 |
Reid Spencer | After a discussion with Anton, it turns out that the... |
blob | commitdiff | raw | diff to current |
2007-07-31 |
Reid Spencer | The InReg parameter attribute is valid on function... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Duncan Sands | It seems logical that InReg should be incompatible |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Duncan Sands | As the number of parameter attributes increases, |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Duncan Sands | Support for trampolines, except for X86 codegen which is |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Reid Spencer | Make output match actual condition tested. Thanks,... |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Reid Spencer | 1. Make sure we print the Function Value for parameter... |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Reid Spencer | Add better verification of attributes on function types... |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Rafael Espindola | detect invalid combination of sret and byval |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Dan Gohman | Fix comments about vectors to use the current wording. |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Rafael Espindola | check for correct usage of the byval attribute |
blob | commitdiff | raw | diff to current |
2007-07-06 |
Rafael Espindola | Add the byval attribute |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Devang Patel | Use DominatorTree instead of ETForest. |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Zhou Sheng | Add assert to check if the attributes ZExt/SExt, NoAlia... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-04-29 |
Anton Korobeynikov | Implement review feedback |
blob | commitdiff | raw | diff to current |
2007-04-28 |
Anton Korobeynikov | Let Verifier check aliasees |
blob | commitdiff | raw | diff to current |
next |