Update GEP constructors to use an iterator interface to fix
[oota-llvm.git] / lib / VMCore / Verifier.cpp
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-18 Chris Lattneruse a nicer accessor.
2007-08-16 Dan GohmanFix the verification for overloaded intrinsic types...
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-31 Reid SpencerAfter a discussion with Anton, it turns out that the...
2007-07-31 Reid SpencerThe InReg parameter attribute is valid on function...
2007-07-27 Duncan SandsIt seems logical that InReg should be incompatible
2007-07-27 Duncan SandsAs the number of parameter attributes increases,
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-24 Reid SpencerMake output match actual condition tested. Thanks,...
2007-07-23 Reid Spencer1. Make sure we print the Function Value for parameter...
2007-07-23 Reid SpencerAdd better verification of attributes on function types...
2007-07-17 Rafael Espindoladetect invalid combination of sret and byval
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-07-10 Rafael Espindolacheck for correct usage of the byval attribute
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-06-11 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Zhou ShengAdd assert to check if the attributes ZExt/SExt, NoAlia...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Anton KorobeynikovLet Verifier check aliasees
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-20 Chris LattnerFix regressions introduced by my previous patch: opt...
2007-04-20 Chris Lattnercatch a case that was biting jeffc
2007-04-17 Chris Lattnereliminate a use of Instruction::getPrev(), patch by...
2007-04-12 Reid SpencerFor PR1284:
2007-04-10 Chris Lattnerunbreak the build :(
2007-04-10 Jeff CohenFix build problem.
2007-04-04 Reid SpencerImplement the llvm.bit.part_select.iN.iN.iN overloaded...
2007-04-01 Reid SpencerFor PR1297:
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-10 Chris Lattnerconvert some vectors to smallvector.
2007-02-10 Chris Lattnerspeed up the verifier 8.5% by using a smallvector inste...
2007-02-10 Chris LattnerChange an std::set to a SmallPtrSet. This speeds up...
2007-02-06 Jim LaskeySupport var arg intrinsics.
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
next