summaryrefslogtreecommitdiffstats
path: root/clang/AST/Builtins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-195/+0
* Remove the first layer of support for "portability" warnings. This is Chris Lattner2008-03-051-8/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h wit...Anders Carlsson2007-11-281-5/+9
* Add builtin type signature support for vector types. Add correct type signatu...Anders Carlsson2007-11-271-4/+16
* Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on Chris Lattner2007-10-291-0/+4
* Generate code for va_start and va_end.Anders Carlsson2007-10-121-0/+4
* Add __builtin_va_start to the list of builtins, make __builtin_va_list availa...Anders Carlsson2007-10-111-0/+3
* Fix 80 col violations.Chris Lattner2007-10-101-1/+2
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-1/+1
* Add initial support for constant CFStrings.Anders Carlsson2007-08-171-12/+49
* Add support for __builtin_classify_type(). This builtin function isn't "publi...Steve Naroff2007-08-081-3/+13
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-2/+1
* Bug #:Steve Naroff2007-04-051-4/+4
* Bug #:Steve Naroff2007-03-161-0/+5
* Add support for target-specific builtins, including detecting nonportabilityChris Lattner2007-01-291-15/+24
* Add support for target-independent builtin functions (like __builtin_abs),Chris Lattner2007-01-281-0/+112
OpenPOWER on IntegriCloud