summaryrefslogtreecommitdiff
path: root/lib/VMCore/Verifier.cpp
Commit message (Expand)AuthorAge
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Implement review feedbackAnton Korobeynikov2007-04-29
* Let Verifier check aliaseesAnton Korobeynikov2007-04-28
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Fix regressions introduced by my previous patch: opt calls verifier in aChris Lattner2007-04-20
* catch a case that was biting jeffcChris Lattner2007-04-20
* eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005.Chris Lattner2007-04-17
* For PR1284:Reid Spencer2007-04-12
* unbreak the build :(Chris Lattner2007-04-10
* Fix build problem.Jeff Cohen2007-04-10
* Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer2007-04-04
* For PR1297:Reid Spencer2007-04-01
* For PR1195:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-12
* convert some vectors to smallvector.Chris Lattner2007-02-10
* speed up the verifier 8.5% by using a smallvector instead of vector.Chris Lattner2007-02-10
* Change an std::set to a SmallPtrSet. This speeds up the verifier onChris Lattner2007-02-10
* Support var arg intrinsics.Jim Laskey2007-02-06
* For PR411:Reid Spencer2007-02-05
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-28
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* teach VMCore to accept i1 add's and shiftsChris Lattner2007-01-15
* For PR1064:Reid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR411:Reid Spencer2007-01-06
* Do not allow packed types for icmp and fcmp instructions.Reid Spencer2007-01-04
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* Fix Regression/Verifier/invoke-1.llChris Lattner2006-12-20
* Revert the previous patch which was incorrect. This unbreaks eon, but rebreaksChris Lattner2006-12-20
* Remove a useless statement.Reid Spencer2006-12-18
* For PR1042:Reid Spencer2006-12-18
* Fix PR1042, by tightening up the subtle rules with invoke value use.Chris Lattner2006-12-16
* only check non-external functionsChris Lattner2006-12-13
* Reject attempts to define intrinsics. This fixes PR1047 andChris Lattner2006-12-13
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-07
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-06
* Changed to using LLVM streams.Bill Wendling2006-11-28
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-11-20
* For PR950:Reid Spencer2006-10-20
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-17
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27