Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recommit, with fixes: | Eric Christopher | 2012-09-12 | 1 | -0/+24 |
| | | | | | | | | | | | Add some support for dealing with an object pointer on arguments. Part of rdar://9797999 which now supports adding the object pointer attribute to the subprogram as it should. llvm-svn: 163754 | ||||
* | Revert "Add some support for dealing with an object pointer on arguments." | Eric Christopher | 2012-09-12 | 1 | -24/+0 |
| | | | | | | This should be done on the subprogram, not the variable itself. llvm-svn: 163734 | ||||
* | Add some support for dealing with an object pointer on arguments. | Eric Christopher | 2012-09-12 | 1 | -0/+24 |
| | | | | | | Part of rdar://9797999 llvm-svn: 163667 | ||||
* | Remove trailing comma in array initialization list. | Bill Wendling | 2012-07-06 | 1 | -8/+8 |
| | | | | llvm-svn: 159843 | ||||
* | Remove unnecessary 'llvm::'. | Bill Wendling | 2012-07-06 | 1 | -19/+19 |
| | | | | llvm-svn: 159842 | ||||
* | Untabify and move a function near similar functions dealing with struct | Eric Christopher | 2012-07-06 | 1 | -29/+30 |
| | | | | | | types. llvm-svn: 159801 | ||||
* | The DIBuilder class is just a wrapper around debug info creation | Bill Wendling | 2012-06-29 | 1 | -0/+1018 |
(a.k.a. MDNodes). The module doesn't belong in Analysis. Move it to the VMCore instead. llvm-svn: 159414 |