| Age | Commit message (Expand) | Author |
| 2011-01-15 | Allow unnamed_addr on declarations. | Rafael Espindola |
| 2011-01-13 | Reject uses of unnamed_addr in declarations. | Rafael Espindola |
| 2011-01-08 | First step in fixing PR8927: | Rafael Espindola |
| 2010-10-22 | Make some symbols static, move classes into anonymous namespaces. | Benjamin Kramer |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
| 2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
| 2010-09-30 | Allow llvm.gcroot to work with non-pointer allocas. | Talin |
| 2010-09-25 | Add ret instruction to PTX backend | Che-Liang Chiou |
| 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 |