Go to file
Greg Clayton d88d759a74 15-20% speed improvement when parsing DWARF. I used instruments to
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
2010-09-15 08:33:30 +00:00
clang Relax assertion in CFG builder when processing ForStmts. This fixes an assertion failure 2010-09-15 07:01:20 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
debuginfo-tests test case for r113843. 2010-09-14 20:29:59 +00:00
libcxx tests/lit: Split options into two groups, so we don't get driver warnings about 2010-09-15 04:31:58 +00:00
lldb 15-20% speed improvement when parsing DWARF. I used instruments to 2010-09-15 08:33:30 +00:00
llvm Remove the Ada bindings which are unmaintained and unused. The project which 2010-09-15 08:17:10 +00:00