| Commit message (Expand) | Author | Age | Files | Lines |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 1 | -2/+2 |
* | NamedMDNode is never an operand. | Dan Gohman | 2010-07-21 | 1 | -1/+1 |
* | rotate CallInst operands | Gabor Greif | 2010-07-13 | 1 | -2/+3 |
* | fix typo | Chris Lattner | 2010-07-11 | 1 | -1/+1 |
* | use ArgOperand accessors | Gabor Greif | 2010-06-23 | 1 | -13/+13 |
* | improve verifier error about unterminated block to include | Chris Lattner | 2010-06-12 | 1 | -1/+2 |
* | Another place where the code wanted to access the argument list and not all of | Bill Wendling | 2010-06-07 | 1 | -2/+2 |
* | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman | 2010-05-28 | 1 | -2/+2 |
* | Add support for thiscall calling convention. | Anton Korobeynikov | 2010-05-16 | 1 | -0/+1 |
* | simplify more. | Chris Lattner | 2010-05-10 | 1 | -1/+1 |
* | Simplify by using startswith instead of substr. | Chris Lattner | 2010-05-10 | 1 | -2/+2 |
* | Verify metadata harder. In particular, check that module | Duncan Sands | 2010-04-29 | 1 | -39/+60 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -16/+15 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -15/+16 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -16/+15 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -15/+16 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -16/+15 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -15/+16 |
* | Fix a comment. | Dan Gohman | 2010-04-08 | 1 | -1/+3 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 1 | -8/+4 |
* | Change intrinsic result type for void to store it as an empty list | Chris Lattner | 2010-03-22 | 1 | -34/+41 |
* | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 1 | -1/+1 |
* | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 1 | -1/+1 |
* | call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) | Devang Patel | 2010-03-19 | 1 | -4/+0 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 1 | -1/+1 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 1 | -1/+1 |
* | Add verification of union types. | Nick Lewycky | 2010-03-06 | 1 | -0/+9 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -24/+24 |
* | Teach the verifier to check the condition on a branch and ensure that it has | Nick Lewycky | 2010-02-15 | 1 | -0/+9 |
* | Fix crash in VerifyType when checking Contexts. Because there may not be a | Nick Lewycky | 2010-02-15 | 1 | -8/+14 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -29/+30 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -7/+6 |
* | Fix/strengthen verification of llvm.dbg.declare | Victor Hernandez | 2010-01-22 | 1 | -5/+10 |
* | Backout r93990 | Victor Hernandez | 2010-01-20 | 1 | -9/+4 |
* | Fix/strengthen verification of llvm.dbg.declare | Victor Hernandez | 2010-01-20 | 1 | -4/+9 |
* | reject some invalid IR. We already assert and reject this from the | Chris Lattner | 2010-01-18 | 1 | -0/+2 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 1 | -3/+4 |
* | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez | 2010-01-15 | 1 | -4/+3 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 1 | -3/+4 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -5/+6 |
* | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner | 2009-12-31 | 1 | -2/+2 |
* | Rewrite the function-local validation logic for MDNodes (most of r91708). | Chris Lattner | 2009-12-28 | 1 | -6/+39 |
* | Formalize MDNode's function-localness: | Victor Hernandez | 2009-12-18 | 1 | -0/+10 |
* | Start catching LLVMContext misuse in the verifier. | Nick Lewycky | 2009-11-23 | 1 | -0/+3 |
* | Reject duplicate case values in a switch, PR5450. | Chris Lattner | 2009-11-11 | 1 | -1/+5 |
* | the verifier shouldn't modify the IR. | Chris Lattner | 2009-11-01 | 1 | -2/+1 |
* | fix an issue where the verifier would reject a function whose entry | Chris Lattner | 2009-11-01 | 1 | -2/+7 |
* | it isn't valid to take the address of the entry block. | Chris Lattner | 2009-10-30 | 1 | -0/+2 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |