llvm-project/clang/lib
Chris Lattner 94578cba76 add support for __sync_nand_and_fetch and __sync_fetch_and_nand,
rdar://6880573

llvm-svn: 71636
2009-05-13 04:37:52 +00:00
..
AST Fix rdar://6880874 - [sema] crash on array types with different index sizes 2009-05-13 04:12:56 +00:00
Analysis Fix: <rdar://problem/6320065> false positive - init method returns an object owned by caller 2009-05-12 20:06:54 +00:00
Basic Provide dummy va_list typedef for msp430 2009-05-08 18:24:57 +00:00
CodeGen add support for __sync_nand_and_fetch and __sync_fetch_and_nand, 2009-05-13 04:37:52 +00:00
Driver Tweak x86 -mcpu defaults. 2009-05-06 04:58:14 +00:00
Frontend Make precompiled headers work with -E. When we're only preprocessing 2009-05-12 01:31:05 +00:00
Headers Fix for PR3841: follow gcc's example and fall back to the system 2009-05-03 23:00:48 +00:00
Lex When we expect two arguments but have zero, make sure to add 2009-05-13 00:55:26 +00:00
Parse Implement parsing for explicit instantiations of class templates, e.g., 2009-05-12 23:25:50 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema add support for __sync_nand_and_fetch and __sync_fetch_and_nand, 2009-05-13 04:37:52 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00