| Commit message (Expand) | Author | Age | Files | Lines |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -6/+6 |
* | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -21/+0 |
* | convert some vectors to smallvector. | Chris Lattner | 2007-02-10 | 1 | -2/+3 |
* | speed up the verifier 8.5% by using a smallvector instead of vector. | Chris Lattner | 2007-02-10 | 1 | -2/+5 |
* | Change an std::set to a SmallPtrSet. This speeds up the verifier on | Chris Lattner | 2007-02-10 | 1 | -1/+2 |
* | Support var arg intrinsics. | Jim Laskey | 2007-02-06 | 1 | -0/+4 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -16/+14 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -14/+15 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -6/+6 |
* | Propagate changes from my local tree. This patch includes: | Anton Korobeynikov | 2007-01-28 | 1 | -5/+5 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -17/+17 |
* | teach VMCore to accept i1 add's and shifts | Chris Lattner | 2007-01-15 | 1 | -7/+7 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -8/+33 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -1/+1 |
* | For PR411: | Reid Spencer | 2007-01-06 | 1 | -4/+8 |
* | Do not allow packed types for icmp and fcmp instructions. | Reid Spencer | 2007-01-04 | 1 | -5/+2 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -4/+0 |
* | Fix Regression/Verifier/invoke-1.ll | Chris Lattner | 2006-12-20 | 1 | -2/+7 |
* | Revert the previous patch which was incorrect. This unbreaks eon, but rebreaks | Chris Lattner | 2006-12-20 | 1 | -1/+2 |
* | Remove a useless statement. | Reid Spencer | 2006-12-18 | 1 | -1/+0 |
* | For PR1042: | Reid Spencer | 2006-12-18 | 1 | -1/+1 |
* | Fix PR1042, by tightening up the subtle rules with invoke value use. | Chris Lattner | 2006-12-16 | 1 | -3/+37 |
* | only check non-external functions | Chris Lattner | 2006-12-13 | 1 | -6/+6 |
* | Reject attempts to define intrinsics. This fixes PR1047 and | Chris Lattner | 2006-12-13 | 1 | -0/+7 |
* | Don't use <sstream> in Streams.h but <iosfwd> instead. | Bill Wendling | 2006-12-07 | 1 | -0/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -3/+2 |
* | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
* | Changed to using LLVM streams. | Bill Wendling | 2006-11-28 | 1 | -3/+3 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -0/+175 |
* | For PR950: | Reid Spencer | 2006-11-20 | 1 | -0/+29 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -1/+1 |
* | Added some eye-candy for Subtarget type checking | Anton Korobeynikov | 2006-09-17 | 1 | -0/+1 |
* | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 1 | -2/+10 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | For PR780: | Reid Spencer | 2006-07-26 | 1 | -7/+8 |
* | Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll | Chris Lattner | 2006-07-11 | 1 | -2/+8 |
* | Change the verifier to never throw an exception. Instead verifyModule canopt... | Chris Lattner | 2006-07-06 | 1 | -8/+7 |
* | Use hidden visibility to reduce the sizes of some .o files. This chops 60K o... | Chris Lattner | 2006-06-28 | 1 | -1/+3 |
* | csret functions can be varargs (as can target cc's). Verify restrictions on | Chris Lattner | 2006-05-19 | 1 | -3/+18 |
* | remove dead var | Chris Lattner | 2006-05-14 | 1 | -1/+0 |
* | Use the isValidOperands helper instead of duplicating checking code | Chris Lattner | 2006-04-08 | 1 | -16/+7 |
* | Add shufflevector support, todo, implement better constant folding. | Chris Lattner | 2006-04-08 | 1 | -0/+24 |
* | Fix build breakage. | Jeff Cohen | 2006-03-31 | 1 | -0/+1 |
* | Add a new method to verify intrinsic function prototypes. | Chris Lattner | 2006-03-31 | 1 | -2/+60 |
* | Use the autogenerated intrinsic verifier | Chris Lattner | 2006-03-09 | 1 | -266/+5 |
* | remove dbg_declare, it's not used yet. | Chris Lattner | 2006-03-09 | 1 | -1/+0 |
* | remove the read/write port/io intrinsics. | Chris Lattner | 2006-03-03 | 1 | -45/+0 |