| Age | Commit message (Expand) | Author |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-28 | zap dead code | Chris Lattner |
| 2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson |
| 2010-08-22 | Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin! | Nick Lewycky |
| 2010-08-20 | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling |
| 2010-08-15 | Revert r111082. No warnings for this common pattern. | Argyrios Kyrtzidis |
| 2010-08-14 | Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. | Argyrios Kyrtzidis |
| 2010-08-13 | Move some code from Verifier into SVI::isValidOperands. This allows us to ca... | Nate Begeman |
| 2010-08-08 | Reject unrepresentable pointer types in intrinsics. Fixes PR7316. | Nick Lewycky |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-02 | Fix visitInvokeInst to call visitTerminatorInst, and remove | Dan Gohman |
| 2010-08-02 | Add Verifier logic for indirectbr. | Dan Gohman |
| 2010-07-21 | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman |
| 2010-07-21 | NamedMDNode is never an operand. | Dan Gohman |
| 2010-07-13 | rotate CallInst operands | Gabor Greif |
| 2010-07-11 | fix typo | Chris Lattner |
| 2010-06-23 | use ArgOperand accessors | Gabor Greif |
| 2010-06-12 | improve verifier error about unterminated block to include | Chris Lattner |
| 2010-06-07 | Another place where the code wanted to access the argument list and not all of | Bill Wendling |
| 2010-05-28 | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman |
| 2010-05-16 | Add support for thiscall calling convention. | Anton Korobeynikov |
| 2010-05-10 | simplify more. | Chris Lattner |
| 2010-05-10 | Simplify by using startswith instead of substr. | Chris Lattner |
| 2010-04-29 | Verify metadata harder. In particular, check that module | Duncan Sands |
| 2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
| 2010-04-16 | reapply r101434 | Gabor Greif |
| 2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
| 2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
| 2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
| 2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
| 2010-04-08 | Fix a comment. | Dan Gohman |
| 2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
| 2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |
| 2010-03-22 | Change intrinsic result type for void to store it as an empty list | Chris Lattner |
| 2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif |
| 2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif |
| 2010-03-19 | call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) | Devang Patel |
| 2010-03-19 | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif |
| 2010-03-19 | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif |
| 2010-03-06 | Add verification of union types. | Nick Lewycky |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-02-15 | Teach the verifier to check the condition on a branch and ensure that it has | Nick Lewycky |
| 2010-02-15 | Fix crash in VerifyType when checking Contexts. Because there may not be a | Nick Lewycky |
| 2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
| 2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
| 2010-01-22 | Fix/strengthen verification of llvm.dbg.declare | Victor Hernandez |
| 2010-01-20 | Backout r93990 | Victor Hernandez |
| 2010-01-20 | Fix/strengthen verification of llvm.dbg.declare | Victor Hernandez |