| Commit message (Expand) | Author | Age | Files | Lines |
* | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad | 2011-06-21 | 1 | -3/+0 |
* | Revert r133435 and r133449 to appease buildbots. | Chad Rosier | 2011-06-21 | 1 | -0/+3 |
* | Change how PHINodes store their operands. | Jay Foad | 2011-06-20 | 1 | -3/+0 |
* | Make better use of the PHINode API. | Jay Foad | 2011-06-20 | 1 | -4/+7 |
* | Add a minor missing -verify check. Found by inspection. | Eli Friedman | 2011-05-31 | 1 | -0/+3 |
* | llvm.global_[cd]tor is defined to be either external, or appending with an array | Nick Lewycky | 2011-04-08 | 1 | -0/+17 |
* | Remove some support for ReturnInsts with multiple operands, and for | Jay Foad | 2011-04-04 | 1 | -24/+4 |
* | Allow unnamed_addr on declarations. | Rafael Espindola | 2011-01-15 | 1 | -3/+0 |
* | Reject uses of unnamed_addr in declarations. | Rafael Espindola | 2011-01-13 | 1 | -0/+3 |
* | First step in fixing PR8927: | Rafael Espindola | 2011-01-08 | 1 | -0/+1 |
* | Make some symbols static, move classes into anonymous namespaces. | Benjamin Kramer | 2010-10-22 | 1 | -1/+1 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -3/+9 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+4 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -2/+2 |
* | Allow llvm.gcroot to work with non-pointer allocas. | Talin | 2010-09-30 | 1 | -2/+6 |
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 1 | -0/+2 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -14/+10 |
* | zap dead code | Chris Lattner | 2010-08-28 | 1 | -10/+0 |
* | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 2010-08-23 | 1 | -3/+3 |
* | Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin! | Nick Lewycky | 2010-08-22 | 1 | -6/+15 |
* | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 1 | -0/+4 |
* | Revert r111082. No warnings for this common pattern. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -2/+2 |
* | Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. | Argyrios Kyrtzidis | 2010-08-14 | 1 | -2/+2 |
* | Move some code from Verifier into SVI::isValidOperands. This allows us to ca... | Nate Begeman | 2010-08-13 | 1 | -21/+0 |
* | Reject unrepresentable pointer types in intrinsics. Fixes PR7316. | Nick Lewycky | 2010-08-08 | 1 | -2/+7 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -6/+6 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -6/+6 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -6/+6 |
* | Fix visitInvokeInst to call visitTerminatorInst, and remove | Dan Gohman | 2010-08-02 | 1 | -4/+1 |
* | Add Verifier logic for indirectbr. | Dan Gohman | 2010-08-02 | 1 | -0/+11 |
* | 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 |