llvm-project/clang/lib
Mon P Wang 8f477106a4 Make llvm memory barrier available as an intrinsic
llvm-svn: 57751
2008-10-18 02:49:28 +00:00
..
AST Make llvm memory barrier available as an intrinsic 2008-10-18 02:49:28 +00:00
Analysis Hack: have BasicStore::getLValueElement return the "Base" lvalue. This restores null dereference checking with array accesses. 2008-10-17 22:52:40 +00:00
Basic fix rdar://6288301: custom warnings don't respect -Werror. 2008-10-17 21:24:47 +00:00
CodeGen Emit more descriptive unsupported error message on dot-syntax use of super. 2008-10-17 23:05:02 +00:00
Driver Bug fix, CPATH="" does not add '.' to search path. 2008-10-04 20:58:18 +00:00
Headers Actually use the mmintrin.h header, it's good enough now. 2008-10-06 04:49:00 +00:00
Lex Speed up NumericLiteralParser::GetIntegerValue. 2008-10-16 07:32:01 +00:00
Parse Just do a diagIfAmbiguous -> warnIfAmbiguous rename. 2008-10-17 23:23:35 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema In C++, an empty parameter list indicates a function that takes no parameters. 2008-10-16 17:31:08 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00