Go to file
Bob Wilson 871701c606 Try to reduce the compile time impact of r161232.
The previous change caused fast isel to not attempt handling any calls to
builtin functions.  That included things like "printf" and caused some
noticable regressions in compile time.  I wanted to avoid having fast isel
keep a separate list of functions that had to be kept in sync with what the
code in SelectionDAGBuilder.cpp was handling.  I've resolved that here by
moving the list into TargetLibraryInfo.  This is somewhat redundant in
SelectionDAGBuilder but it will ensure that we keep things consistent.

llvm-svn: 161263
2012-08-03 21:26:24 +00:00
clang Comment diagnostics: warn if \returns is used in a non-function comment or if 2012-08-03 21:15:32 +00:00
compiler-rt Implement LinuxSymbolizer instead of symbolize_addr2line. 2012-08-02 14:58:04 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx Performance tweaking rotate. 2012-08-03 18:01:20 +00:00
libcxxabi Update status. 2012-08-02 22:06:41 +00:00
lld Hook up lld-test to llvm check-all. Patch by Andy Gibbs! 2012-07-31 18:44:52 +00:00
lldb Updating Xcode project version numbers for lldb-164 and debugserver-191 2012-08-02 20:40:53 +00:00
llvm Try to reduce the compile time impact of r161232. 2012-08-03 21:26:24 +00:00
polly Add preliminary implementation for GPGPU code generation. 2012-08-03 12:50:07 +00:00