Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed libunwind sources as we aren't using them anymore. | Greg Clayton | 2010-12-17 | 26 | -11506/+0 |
| | | | | llvm-svn: 122059 | ||||
* | Remove unused powerpc unwind support. | Jason Molenda | 2010-08-09 | 7 | -615/+0 |
| | | | | llvm-svn: 110626 | ||||
* | Warnings cleanup patch from Jean-Daniel Dupas. | Greg Clayton | 2010-07-23 | 5 | -10/+10 |
| | | | | llvm-svn: 109226 | ||||
* | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton | 2010-07-14 | 1 | -11/+14 |
| | | | | | | virtual functions and caught some things and did some general code cleanup. llvm-svn: 108299 | ||||
* | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -3/+3 |
| | | | | | | | enabled LLVM make style building and made this compile LLDB on Mac OS X. We can now iterate on this to make the build work on both linux and macosx. llvm-svn: 108009 | ||||
* | Avoid duplicate names (something else that clang++ really doesn't like) in | Greg Clayton | 2010-07-06 | 1 | -1/+1 |
| | | | | | | function prototype (from Jean-Daniel Dupas). llvm-svn: 107693 | ||||
* | Plugged 4 more leaks in the libunwind code. One leaks is still left in as it | Greg Clayton | 2010-07-02 | 4 | -30/+60 |
| | | | | | | | is quite gnarly code and there is no good way to clean it up. I will have Jason look at a fix for this. llvm-svn: 107539 | ||||
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 26 | -0/+12088 |
llvm-svn: 105619 |