Go to file
Benjamin Kramer 4d2b871cda Fix quadratic behavior in InlineFunction by fetching the personality function of the callee once and not for every invoke in the caller.
The callee is usually smaller than the caller, too. This reduces the compile
time of ARMDisassembler.cpp by 32% (Release build). It still takes ages to
compile though.

llvm-svn: 145690
2011-12-02 18:37:31 +00:00
clang Notify the AST writer (via ASTDeserializationListener) when a 2011-12-02 17:30:13 +00:00
compiler-rt build: Add ModuleName per-subdir variable as a way to organize the different 2011-12-02 02:42:07 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Jean-Daniel: __builtin_popcountll support for Windows 2011-12-02 17:22:38 +00:00
libcxxabi Updated heuristic regulating small string buffer 2011-12-01 00:08:59 +00:00
lldb Modified the Objective-C type map in SymbolFileSymtab 2011-12-02 18:06:45 +00:00
llvm Fix quadratic behavior in InlineFunction by fetching the personality function of the callee once and not for every invoke in the caller. 2011-12-02 18:37:31 +00:00
polly test: Switch to new atomic instructions 2011-11-29 14:51:05 +00:00