Add support for vectors of pointers.
[oota-llvm.git] / lib / VMCore / Verifier.cpp
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-09-27 Duncan SandsCheck that catch clauses have pointer type.
2011-09-27 Duncan SandsHave the verifier check that all landingpad operands...
2011-09-21 Bill WendlingThe last verification check for the new EH model.
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-08 Bill WendlingRemove unnecessary space.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Chris Lattnerhave the verifier catch gep's into opaque struct types...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-06-20 Jay FoadMake better use of the PHINode API.
2011-05-31 Eli FriedmanAdd a minor missing -verify check. Found by inspection.
2011-04-08 Nick Lewyckyllvm.global_[cd]tor is defined to be either external...
2011-04-04 Jay FoadRemove some support for ReturnInsts with multiple opera...
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-13 Rafael EspindolaReject uses of unnamed_addr in declarations.
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-30 TalinAllow llvm.gcroot to work with non-pointer allocas.
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-28 Chris Lattnerzap dead code
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-22 Nick LewyckyVerify the predicates on icmp/fcmp. Suggested by Jeff...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-15 Argyrios KyrtzidisRevert r111082. No warnings for this common pattern.
2010-08-14 Argyrios KyrtzidisAdd ATTRIBUTE_UNUSED to methods that are not supposed...
2010-08-13 Nate BegemanMove some code from Verifier into SVI::isValidOperands...
2010-08-08 Nick LewyckyReject unrepresentable pointer types in intrinsics...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-02 Dan GohmanFix visitInvokeInst to call visitTerminatorInst, and...
2010-08-02 Dan GohmanAdd Verifier logic for indirectbr.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Dan GohmanNamedMDNode is never an operand.
2010-07-13 Gabor Greifrotate CallInst operands
2010-07-11 Chris Lattnerfix typo
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-06-12 Chris Lattnerimprove verifier error about unterminated block to...
2010-06-07 Bill WendlingAnother place where the code wanted to access the argum...
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-10 Chris Lattnersimplify more.
2010-05-10 Chris LattnerSimplify by using startswith instead of substr.
2010-04-29 Duncan SandsVerify metadata harder. In particular, check that...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-08 Dan GohmanFix a comment.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-22 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-19 Devang Patelcall void @llvm.dbg.declare(metadata !{i32* null},...
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-03-06 Nick LewyckyAdd verification of union types.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Nick LewyckyTeach the verifier to check the condition on a branch...
2010-02-15 Nick LewyckyFix crash in VerifyType when checking Contexts. Because...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-22 Victor HernandezFix/strengthen verification of llvm.dbg.declare
2010-01-20 Victor HernandezBackout r93990
2010-01-20 Victor HernandezFix/strengthen verification of llvm.dbg.declare
2010-01-18 Chris Lattnerreject some invalid IR. We already assert and reject...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-28 Chris LattnerRewrite the function-local validation logic for MDNodes...
2009-12-18 Victor HernandezFormalize MDNode's function-localness:
2009-11-23 Nick LewyckyStart catching LLVMContext misuse in the verifier.
2009-11-11 Chris LattnerReject duplicate case values in a switch, PR5450.
2009-11-01 Chris Lattnerthe verifier shouldn't modify the IR.
2009-11-01 Chris Lattnerfix an issue where the verifier would reject a function...
2009-10-30 Chris Lattnerit isn't valid to take the address of the entry block.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
next