llvm-project/clang/lib
Bruno Cardoso Lopes a4f1930b75 Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments
llvm-svn: 110768
2010-08-11 01:43:24 +00:00
..
AST Instead of having a specific CXTranslationUnit_* option flag for 2010-08-09 22:28:58 +00:00
Analysis Remove bonehead redeclaration. 2010-08-05 00:03:46 +00:00
Basic Fix for pr7869, inline asm mult-alt constraints. 2010-08-11 00:58:20 +00:00
Checker Have GRCoreEngine record the blocks where analysis was aborted because we visited a block too many times along a given path. This is to support the unreachable code analysis. 2010-08-11 00:03:02 +00:00
CodeGen Fix a bug in @finally emission in both the fragile and non-fragile EH schemes 2010-08-11 00:16:14 +00:00
Driver Turn on idempotent operations checker when using --analyze. 2010-08-10 18:03:13 +00:00
Frontend Added TypeLocs to VAArgExpr node. 2010-08-10 10:06:15 +00:00
Headers Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments 2010-08-11 01:43:24 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Use precompiled preambles for in-process code completion. 2010-08-09 20:45:32 +00:00
Parse Added vecreturn attribute parsing. 2010-08-09 21:53:52 +00:00
Rewrite Store inheritance paths after CastExprs instead of inside them. 2010-08-07 06:22:56 +00:00
Sema Fix a spurious warning when message sent to qualified-id 2010-08-10 18:10:50 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00