summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a bunch of places where we were passing Stream *'s but wereJim Ingham2011-08-271-29/+29
| | | | | | never checking them for NULL. Pass a reference instead. llvm-svn: 138694
* 15-20% speed improvement when parsing DWARF. I used instruments toGreg Clayton2010-09-151-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 Lattner2010-06-081-0/+571
llvm-svn: 105619
OpenPOWER on IntegriCloud