Changes For Bug 352
[oota-llvm.git] / lib / VMCore / Verifier.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-07-22 Chris LattnerUpdates to gc intrinsics, contributed by Tobias Nurmiranta
2004-07-18 Reid Spencerbug 122:
2004-07-04 Reid Spencer- #include <iostream> since its not in Value.h any...
2004-06-24 Misha Brukman* Capitalize `Java'
2004-06-17 Chris LattnerMinor cleanup
2004-06-15 Chris Lattnerisnan is dead
2004-06-13 Alkis EvlogimenosMake assertions more consistent with the rest of the...
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-07 Chris LattnerFix PR361.
2004-06-05 Chris LattnerFix GCC warning
2004-06-05 Chris LattnerWork around VS bug
2004-06-03 Chris Lattner* Verify function prototypes, not just functions with...
2004-05-27 Reid SpencerFix for bug 348.
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface. Remov...
2004-05-23 Chris LattnerRecognize and verify the new GC intrinsics.
2004-05-21 Chris LattnerFix for PR340: Verifier misses malformed switch instruction
2004-05-17 Brian GaekeFold two assertions with backwards error messages into...
2004-05-04 John CriswellFixed inconsistent indentation.
2004-04-16 Chris LattnerMake sure to check for a very bad class of errors:...
2004-04-14 John CriswellRemove the return type check for llvm.readio. This...
2004-04-14 John CriswellAdded code to verify that llvm.readio's pointer argumen...
2004-04-14 John CriswellFinish adding the llvm.readio and llvm.writeio intrinsics.
2004-04-09 John CriswellReversed the order of the llvm.writeport() operands...
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics.
2004-04-02 Chris LattnerMake the verifier API more complete and useful.
2004-03-29 Chris LattnerAdd another check
2004-03-14 Chris LattnerCatch some more cases of broken code. The loop extract...
2004-03-14 Chris LattnerverifyFunction has been broken for a long time now...
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-12 Chris LattnerAdd support for checking the select instruction
2004-03-02 Misha BrukmanDoxygenify comments.
2004-02-27 Chris LattnerFix Regression/Assembler/2004-02-27-SelfUseAssertError.ll
2004-02-24 Chris LattnerMake the verifier a little more explicit about this...
2004-02-14 Chris LattnerAdd llvm.memset/frameaddress/returnaddress intrinsics.
2004-02-12 Chris LattnerAdd support for the llvm.memmove intrinsic
2004-02-12 Chris LattnerImplement the llvm.memcpy intrinsic
2004-01-14 Chris LattnerFix check. PHI nodes must be handled specially, of...
2004-01-14 Chris LattnerTighten up verifier checks. The result of an invoke...
2004-01-06 Chris LattnerAdd support for new intrinsic
2004-01-05 Chris LattnerAdd VMCore and code generator support for debugging...
2003-11-21 Chris LattnerCheck return types of functions
2003-11-21 Chris LattnerFix problem Reid was having with external globals and...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerFix some problems with assertions printing
2003-11-21 Chris Lattnerimprove error message
2003-11-16 Brian GaekeWhen failing a Verifier assertion, use WriteAsOperand...
2003-11-13 Chris LattnerExpose the verifier to opt
2003-11-12 Chris LattnerDetect problems with PHI node operands!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics and instructions
2003-10-10 Misha BrukmanFix spelling/grammar.
2003-10-05 Chris LattnerBe more careful handling PHI nodes, which might be...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2003-09-08 Chris LattnerEliminate support for the llvm.unwind intrinisic, using...
2003-08-25 Chris LattnerAs it turns out, things will be simpler than I first...
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris LattnerInitial support for recognizing LLVM exception handling...
2003-08-18 Chris LattnerAdd intrinsics for the llvm.sig(set|long)jmp functions
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-06 Chris LattnerAdd a bunch of new Alpha Intrinsics for Rahul Joshi
2003-07-28 Chris LattnerAdd support for Alpha intrinsics, contributed by Rahul...
2003-06-05 Chris LattnerFix (bogus) possibly uninitialized warning
2003-05-17 Chris LattnerAdd support for setjmp/longjmp primitives
2003-05-08 Chris Lattnerllvm.va_start only takes on argument now
2003-05-08 Chris LattnerAdd more support for intrinsic functions and for vararg...
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2003-04-19 Chris LattnerRemove arbitrary limitation
2003-04-16 Chris LattnerAdd code to verify correctly linkages
2003-01-14 Chris LattnerFix bug Regression/Verifier/2002-11-05-GetelementptrPoi...
2002-11-21 Chris LattnerUser defined operators are not supposed to live beyond...
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-10-06 Chris LattnerCheck that we don't have external varaibles with intern...
2002-10-06 Chris LattnerPHI nodes are not allowed to exist with zero incoming...
2002-09-19 Chris LattnerMake sure that we abort if an error happens as early...
2002-09-10 Chris LattnerFix typeo in assertion message
2002-09-09 Chris LattnerDo not allow adds of pointer types, or many other opera...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-02 Chris LattnerImplement dominator checking in the verifier, so that...
2002-07-23 Chris LattnerRegister Verifier pass
2002-07-18 Chris LattnerAdd a hack to check for a subset of true dominance...
2002-06-25 Anand Shuklachanges for 64bit gcc
2002-06-25 Chris Lattner* Update to work with Megapatch
2002-05-08 Chris LattnerVerify that function call arguments match the function...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerRemove extra unused argument from CheckFailed method
2002-04-28 Chris LattnerThe check to see if an external function was marked...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-24 Chris Lattner* Abort program on verification errors
2002-04-18 Chris LattnerAdd some basic checks of CallInst's.
next