For PR411:
[oota-llvm.git] / lib / VMCore / Verifier.cpp
2007-02-05 Reid SpencerFor PR411:
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris Lattnerteach VMCore to accept i1 add's and shifts
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-06 Reid SpencerFor PR411:
2007-01-04 Reid SpencerDo not allow packed types for icmp and fcmp instructions.
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-20 Chris LattnerFix Regression/Verifier/invoke-1.ll
2006-12-20 Chris LattnerRevert the previous patch which was incorrect. This...
2006-12-18 Reid SpencerRemove a useless statement.
2006-12-18 Reid SpencerFor PR1042:
2006-12-16 Chris LattnerFix PR1042, by tightening up the subtle rules with...
2006-12-13 Chris Lattneronly check non-external functions
2006-12-13 Chris LattnerReject attempts to define intrinsics. This fixes PR104...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-11-28 Bill WendlingChanged to using LLVM streams.
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-07-26 Reid SpencerFor PR780:
2006-07-11 Chris LattnerFix PR826, testcase here: Regression/Verifier/2006...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-06-28 Chris LattnerUse hidden visibility to reduce the sizes of some ...
2006-05-19 Chris Lattnercsret functions can be varargs (as can target cc's...
2006-05-14 Chris Lattnerremove dead var
2006-04-08 Chris LattnerUse the isValidOperands helper instead of duplicating...
2006-04-08 Chris LattnerAdd shufflevector support, todo, implement better const...
2006-03-31 Jeff CohenFix build breakage.
2006-03-31 Chris LattnerAdd a new method to verify intrinsic function prototypes.
2006-03-09 Chris LattnerUse the autogenerated intrinsic verifier
2006-03-09 Chris Lattnerremove dbg_declare, it's not used yet.
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-03-02 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-01-26 Chris LattnerMake sure the only user of InlineAsm's are direct calls.
2006-01-19 Reid SpencerDon't accept the ctpop, cttz, or ctlz intrinsics with...
2006-01-17 Robert BocchinoVMCore support for the insertelement operation.
2006-01-16 Reid SpencerFor PR411:
2006-01-15 Chris LattnerThanks to Daniel Berlin's ETForest fix, we can now...
2006-01-15 Chris LattnerET-Forest has issues with unreachable blocks. Temporar...
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-13 Chris LattnerAdd recognition and verification of new llvm.stacksave...
2006-01-12 Chris LattnerConvert the verifier over to use ETForest instead of...
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2005-12-21 Chris LattnerGet logical operations to like packed types, allow...
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-08 Chris LattnerVerify that varargs functions all have ccc
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-30 Chris LattnerAdd llvm.sqrt intrinsic, patch contributed by Morten...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-28 Chris LattnerVerify llvm.prefetch.
2005-02-24 Chris LattnerFix some problems where the verifier would crash on...
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-15 Chris LattnerAdd a verifier assertion
2004-12-04 Alkis EvlogimenosCheck if a block has a terminator first before calling...
2004-12-04 Alkis EvlogimenosMake error msg reflect what exactly went wrong.
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics have never been used anywhere
2004-09-29 Chris LattnerMake sure to check select instructions for generic...
2004-09-29 Chris LattnerDon't use DominatorSet::dominates for intra-block instr...
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.
next