Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a bunch of places where we were passing Stream *'s but were | Jim Ingham | 2011-08-27 | 1 | -29/+29 | |
| | | | | | | never checking them for NULL. Pass a reference instead. llvm-svn: 138694 | |||||
* | 15-20% speed improvement when parsing DWARF. I used instruments to | Greg Clayton | 2010-09-15 | 1 | -0/+67 | |
| | | | | | | | | | find the hotspots in our code when indexing the DWARF. A combination of using SmallVector to avoid collection allocations, using fixed form sizes when possible, and optimizing the hot loops contributed to the speedup. llvm-svn: 113961 | |||||
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+571 | |
llvm-svn: 105619 |