llvm-project/clang/include
Bill Wendling e106c34817 LLVM doesn't always optimize away the four loads from this:
(__m128){ p[0], p[1], p[2], p[3] }

which produces really bad code. This could be done in instcombine, but it's
probably better to do it in the front-end instead.
<rdar://problem/9424836>

llvm-svn: 131237
2011-05-12 19:02:15 +00:00
..
clang LLVM doesn't always optimize away the four loads from this: 2011-05-12 19:02:15 +00:00
clang-c Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen! 2011-05-12 15:17:24 +00:00
CMakeLists.txt Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00