summaryrefslogtreecommitdiff
path: root/lib/VMCore/Verifier.cpp
Commit message (Expand)AuthorAge
* Check that catch clauses have pointer type.Duncan Sands2011-09-27
* Have the verifier check that all landingpad operands are constants.Duncan Sands2011-09-27
* The last verification check for the new EH model.Bill Wendling2011-09-21
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-09
* Remove unnecessary space.Bill Wendling2011-08-08
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* have the verifier catch gep's into opaque struct types. PR10473Chris Lattner2011-07-29
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-13
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-23
* Revert r133513:Eric Christopher2011-06-23
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-21
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-21
* Change how PHINodes store their operands.Jay Foad2011-06-20
* Make better use of the PHINode API.Jay Foad2011-06-20
* Add a minor missing -verify check. Found by inspection.Eli Friedman2011-05-31
* llvm.global_[cd]tor is defined to be either external, or appending with an arrayNick Lewycky2011-04-08
* Remove some support for ReturnInsts with multiple operands, and forJay Foad2011-04-04
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-15
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-13
* First step in fixing PR8927:Rafael Espindola2011-01-08
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-22
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Allow llvm.gcroot to work with non-pointer allocas.Talin2010-09-30
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-25
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* zap dead codeChris Lattner2010-08-28
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-23
* Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!Nick Lewycky2010-08-22
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-15
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-14
* Move some code from Verifier into SVI::isValidOperands. This allows us to ca...Nate Begeman2010-08-13
* Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky2010-08-08
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix visitInvokeInst to call visitTerminatorInst, and removeDan Gohman2010-08-02
* Add Verifier logic for indirectbr.Dan Gohman2010-08-02
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* NamedMDNode is never an operand.Dan Gohman2010-07-21
* rotate CallInst operandsGabor Greif2010-07-13