llvm-project/clang/lib
John McCall 91a528841b Implement the AVX cmp builtins as macros instead of static inlines.
Patch by Syoyo Fujita!  Reviewed by Chris Lattner!  Checked in by me!

llvm-svn: 128984
2011-04-06 03:37:51 +00:00
..
AST Apply a bug-fix patch from Marcin Kowalczyk to the source locations for 2011-04-02 09:47:38 +00:00
Analysis Commit a bit of a hack to fully handle the situation where variables are 2011-04-05 21:36:30 +00:00
Basic Enable sse4 and aes for SandyBridge. Leave avx support commented out for now. 2011-04-05 20:32:44 +00:00
CodeGen Simplify. 2011-04-05 23:26:36 +00:00
Driver Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64. 2011-04-05 22:04:27 +00:00
Frontend Also update CMakeList.txt 2011-04-04 23:17:56 +00:00
FrontendTool Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. 2011-03-21 18:40:17 +00:00
Headers Implement the AVX cmp builtins as macros instead of static inlines. 2011-04-06 03:37:51 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Fix getLocForEndOfToken to not double-count spurious internal characters 2011-04-06 01:50:22 +00:00
Parse Diagnose a missing ')' on what looks like a statement expression. 2011-04-06 02:35:25 +00:00
Rewrite Fixes a rewriter bug rewriting call to a byref 2011-04-01 23:08:13 +00:00
Sema Simplify the tracking of when to issue a fixit hint, making the helper 2011-04-05 18:27:05 +00:00
Serialization Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of the ASTReader is incomplete, leading to errors like not realizing std::type_info is already defined. 2011-03-31 19:29:24 +00:00
StaticAnalyzer Add security syntax checker for strcat() which causes the Static Analyzer to generate a warning any time the strcat() function is used with a note suggesting to use a function which provides bounded buffers. CWE-119. 2011-04-05 20:18:46 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00