Go to file
Chris Lattner 7f0e7bae25 Significantly reduce the compiled size of Functions.cpp by turning a big blob of tblgen
generated code (for Intrinsic::getType) into a table.  This handles common cases right now,
but I plan to extend it to handle all cases and merge in type verification logic as well
in follow-on patches.

llvm-svn: 156905
2012-05-16 06:34:44 +00:00
clang Produce more useful 'duplicate case' diagnostics. Fixes PR9243, from Terry Long! 2012-05-16 05:32:58 +00:00
compiler-rt [tsan] makefile machinery to build tsan-rt (linux-x86_64 only) 2012-05-15 15:17:35 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Fix several bugs in find/count specialized for bits. 2012-05-10 14:55:00 +00:00
libcxxabi Fix bug in cxa_demangle involving template substitution. 2012-05-02 15:38:11 +00:00
lld remove completed items 2012-05-04 01:14:02 +00:00
lldb Make sure that our thread list can't get out of date like was happening before Jims fix in revision 156894. 2012-05-16 02:48:06 +00:00
llvm Significantly reduce the compiled size of Functions.cpp by turning a big blob of tblgen 2012-05-16 06:34:44 +00:00
polly make registerPollyPreoptPasses static 2012-05-07 21:27:11 +00:00