| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner | 2006-03-02 | 1 | -3/+6 |
* | Make sure the only user of InlineAsm's are direct calls. | Chris Lattner | 2006-01-26 | 1 | -0/+4 |
* | Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. The | Reid Spencer | 2006-01-19 | 1 | -36/+16 |
* | VMCore support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -4/+17 |
* | For PR411: | Reid Spencer | 2006-01-16 | 1 | -12/+149 |
* | Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier | Chris Lattner | 2006-01-15 | 1 | -2/+0 |
* | ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use | Chris Lattner | 2006-01-15 | 1 | -0/+2 |
* | Add bswap intrinsics as documented in the Language Reference | Nate Begeman | 2006-01-14 | 1 | -0/+30 |
* | Add recognition and verification of new llvm.stacksave/llvm.stackrestore intr... | Chris Lattner | 2006-01-13 | 1 | -0/+12 |
* | Convert the verifier over to use ETForest instead of DominatorSet. Patch | Chris Lattner | 2006-01-12 | 1 | -14/+14 |
* | Added support for the extractelement operation. | Robert Bocchino | 2006-01-10 | 1 | -0/+13 |
* | Get logical operations to like packed types, allow BinOp::getNot to create | Chris Lattner | 2005-12-21 | 1 | -1/+3 |
* | continued readcyclecounter support | Andrew Lenharth | 2005-11-11 | 1 | -0/+8 |
* | core changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -3/+2 |
* | Verify that varargs functions all have ccc | Chris Lattner | 2005-05-08 | 1 | -1/+5 |
* | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth | 2005-05-03 | 1 | -0/+12 |
* | Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad | Chris Lattner | 2005-04-30 | 1 | -0/+10 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -27/+27 |
* | First step in adding pcmarker intrinsic. Second step (soon) is adding backen... | Andrew Lenharth | 2005-03-28 | 1 | -0/+5 |