2006-04-08 |
Chris Lattner | Add shufflevector support, todo, implement better const... |
blob | commitdiff | raw |
2006-03-31 |
Jeff Cohen | Fix build breakage. |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Chris Lattner | Add a new method to verify intrinsic function prototypes. |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Chris Lattner | Use the autogenerated intrinsic verifier |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Chris Lattner | remove dbg_declare, it's not used yet. |
blob | commitdiff | raw | diff to current |
2006-03-03 |
Chris Lattner | remove the read/write port/io intrinsics. |
blob | commitdiff | raw | diff to current |
2006-03-02 |
Chris Lattner | Split memcpy/memset/memmove intrinsics into i32/i64... |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Chris Lattner | Make sure the only user of InlineAsm's are direct calls. |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Reid Spencer | Don't accept the ctpop, cttz, or ctlz intrinsics with... |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Robert Bocchino | VMCore support for the insertelement operation. |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2006-01-15 |
Chris Lattner | Thanks to Daniel Berlin's ETForest fix, we can now... |
blob | commitdiff | raw | diff to current |
2006-01-15 |
Chris Lattner | ET-Forest has issues with unreachable blocks. Temporar... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Nate Begeman | Add bswap intrinsics as documented in the Language... |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Chris Lattner | Add recognition and verification of new llvm.stacksave... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Chris Lattner | Convert the verifier over to use ETForest instead of... |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Robert Bocchino | Added support for the extractelement operation. |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Chris Lattner | Get logical operations to like packed types, allow... |
blob | commitdiff | raw | diff to current |
2005-11-11 |
Andrew Lenharth | continued readcyclecounter support |
blob | commitdiff | raw | diff to current |
2005-06-18 |
Andrew Lenharth | core changes for varargs |
blob | commitdiff | raw | diff to current |
2005-05-08 |
Chris Lattner | Verify that varargs functions all have ccc |
blob | commitdiff | raw | diff to current |
2005-05-03 |
Andrew Lenharth | Implement count leading zeros (ctlz), count trailing... |
blob | commitdiff | raw | diff to current |
2005-04-30 |
Chris Lattner | Add llvm.sqrt intrinsic, patch contributed by Morten... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Andrew Lenharth | First step in adding pcmarker intrinsic. Second step... |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Chris Lattner | This mega patch converts us from using Function::a... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Chris Lattner | Verify llvm.prefetch. |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Chris Lattner | Fix some problems where the verifier would crash on... |
blob | commitdiff | raw | diff to current |
2005-01-22 |
Jeff Cohen | Use binary mode for reading/writing bytecode files |
blob | commitdiff | raw | diff to current |
2004-12-15 |
Chris Lattner | Add a verifier assertion |
blob | commitdiff | raw | diff to current |
2004-12-04 |
Alkis Evlogimenos | Check if a block has a terminator first before calling... |
blob | commitdiff | raw | diff to current |
2004-12-04 |
Alkis Evlogimenos | Make error msg reflect what exactly went wrong. |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Misha Brukman | The Alpha (tm) intrinsics have never been used anywhere |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Chris Lattner | Make sure to check select instructions for generic... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Chris Lattner | Don't use DominatorSet::dominates for intra-block instr... |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Brian Gaeke | Packed types, brought to you by Brad Jones |
blob | commitdiff | raw | diff to current |
2004-07-22 |
Chris Lattner | Updates to gc intrinsics, contributed by Tobias Nurmiranta |
blob | commitdiff | raw | diff to current |
2004-07-18 |
Reid Spencer | bug 122: |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Reid Spencer | - #include <iostream> since its not in Value.h any... |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Misha Brukman | * Capitalize `Java' |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Chris Lattner | Minor cleanup |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Chris Lattner | isnan is dead |
blob | commitdiff | raw | diff to current |
2004-06-13 |
Alkis Evlogimenos | Make assertions more consistent with the rest of the... |
blob | commitdiff | raw | diff to current |
2004-06-12 |
Alkis Evlogimenos | Add the isunordered intrinsic. |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Chris Lattner | I misled Alkis: LLVM should have isnan, not isunordered. |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Alkis Evlogimenos | Add the isunordered intrinsic. |
blob | commitdiff | raw | diff to current |
2004-06-07 |
Chris Lattner | Fix PR361. |
blob | commitdiff | raw | diff to current |
2004-06-05 |
Chris Lattner | Fix GCC warning |
blob | commitdiff | raw | diff to current |
2004-06-05 |
Chris Lattner | Work around VS bug |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Chris Lattner | * Verify function prototypes, not just functions with... |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Reid Spencer | Fix for bug 348. |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Reid Spencer | Convert to SymbolTable's new iteration interface. Remov... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Chris Lattner | Recognize and verify the new GC intrinsics. |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Chris Lattner | Fix for PR340: Verifier misses malformed switch instruction |
blob | commitdiff | raw | diff to current |
2004-05-17 |
Brian Gaeke | Fold two assertions with backwards error messages into... |
blob | commitdiff | raw | diff to current |
2004-05-04 |
John Criswell | Fixed inconsistent indentation. |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Chris Lattner | Make sure to check for a very bad class of errors:... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
John Criswell | Remove the return type check for llvm.readio. This... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
John Criswell | Added code to verify that llvm.readio's pointer argumen... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
John Criswell | Finish adding the llvm.readio and llvm.writeio intrinsics. |
blob | commitdiff | raw | diff to current |
2004-04-09 |
John Criswell | Reversed the order of the llvm.writeport() operands... |
blob | commitdiff | raw | diff to current |
2004-04-08 |
John Criswell | Added the llvm.readport and llvm.writeport intrinsics. |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Chris Lattner | Make the verifier API more complete and useful. |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Chris Lattner | Add another check |
blob | commitdiff | raw | diff to current |
2004-03-14 |
Chris Lattner | Catch some more cases of broken code. The loop extract... |
blob | commitdiff | raw | diff to current |
2004-03-14 |
Chris Lattner | verifyFunction has been broken for a long time now... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Chris Lattner | Rename the intrinsic enum values for llvm.va_* from... |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Chris Lattner | Add support for checking the select instruction |
blob | commitdiff | raw | diff to current |
2004-03-02 |
Misha Brukman | Doxygenify comments. |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Chris Lattner | Fix Regression/Assembler/2004-02-27-SelfUseAssertError.ll |
blob | commitdiff | raw | diff to current |
2004-02-24 |
Chris Lattner | Make the verifier a little more explicit about this... |
blob | commitdiff | raw | diff to current |
2004-02-14 |
Chris Lattner | Add llvm.memset/frameaddress/returnaddress intrinsics. |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Chris Lattner | Add support for the llvm.memmove intrinsic |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Chris Lattner | Implement the llvm.memcpy intrinsic |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Chris Lattner | Fix check. PHI nodes must be handled specially, of... |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Chris Lattner | Tighten up verifier checks. The result of an invoke... |
blob | commitdiff | raw | diff to current |
2004-01-06 |
Chris Lattner | Add support for new intrinsic |
blob | commitdiff | raw | diff to current |
2004-01-05 |
Chris Lattner | Add VMCore and code generator support for debugging... |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Chris Lattner | Check return types of functions |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Chris Lattner | Fix problem Reid was having with external globals and... |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Chris Lattner | Finegrainify namespacification |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Chris Lattner | Fix some problems with assertions printing |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Chris Lattner | improve error message |
blob | commitdiff | raw | diff to current |
2003-11-16 |
Brian Gaeke | When failing a Verifier assertion, use WriteAsOperand... |
blob | commitdiff | raw | diff to current |
2003-11-13 |
Chris Lattner | Expose the verifier to opt |
blob | commitdiff | raw | diff to current |
2003-11-12 |
Chris Lattner | Detect problems with PHI node operands! |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Chris Lattner | Add support for the new varargs intrinsics and instructions |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Misha Brukman | Fix spelling/grammar. |
blob | commitdiff | raw | diff to current |
2003-10-05 |
Chris Lattner | Be more careful handling PHI nodes, which might be... |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Chris Lattner | Rename Function::getEntryNode -> getEntryBlock |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Brian Gaeke | Make createVerifierPass return a FunctionPass *. |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Chris Lattner | Eliminate support for the llvm.unwind intrinisic, using... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Chris Lattner | As it turns out, things will be simpler than I first... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Chris Lattner | rethrow is really the language independent primitive... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Chris Lattner | Initial support for recognizing LLVM exception handling... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Chris Lattner | Add intrinsics for the llvm.sig(set|long)jmp functions |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Misha Brukman | Spell `necessary' correctly. |
blob | commitdiff | raw | diff to current |
next |