summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Extend builtin "attribute" syntax to include a notation forDouglas Gregor2009-02-1411-95/+115
* Update checker build.Ted Kremenek2009-02-131-1/+1
* fix rdar://6586493, a bug in codegen of the GNU Chris Lattner2009-02-132-9/+25
* Implicitly declare certain C library functions (malloc, strcpy, memmove,Douglas Gregor2009-02-1319-52/+191
* add an assertion from Alexei Svitkine!Chris Lattner2009-02-131-2/+2
* Set constant bit on static block vars as well. Patch by Anders Johnson!qDaniel Dunbar2009-02-132-2/+11
* Fix typo in printing of __private_extern__.Daniel Dunbar2009-02-131-1/+1
* Simplify predicate.Daniel Dunbar2009-02-131-3/+1
* Warn about attribute used ignored on "extern int aDaniel Dunbar2009-02-132-1/+4
* Add VarDecl::hasExternalStorage (no functionality change).Daniel Dunbar2009-02-131-0/+6
* anders johnson points out that some software depends on theChris Lattner2009-02-131-0/+3
* Give TargetInfo a new IntPtrType to hold the intptr_t type forChris Lattner2009-02-135-20/+8
* Add test case illustrating special handling of 'SenTestCase' subclasses for t...Ted Kremenek2009-02-131-1/+33
* improve wording in a diagnostic to make it clear that we never intend to supportChris Lattner2009-02-131-5/+11
* IRgen support for attribute used.Daniel Dunbar2009-02-134-8/+43
* If x is an invalid field decl, don't construct an expression for P->x, Chris Lattner2009-02-132-0/+19
* PTH: Cache directory and negative 'stat' calls. This gives us a 1% performan...Ted Kremenek2009-02-132-38/+83
* wrap some crazy long lines.Chris Lattner2009-02-131-2/+8
* Pull MayDeferGeneration out of EmitGlobal.Daniel Dunbar2009-02-133-17/+58
* Rename EmitStatics (etc) to EmitDeferred; provide basic infrastructureDaniel Dunbar2009-02-132-20/+61
* Let the backend unique these.Mike Stump2009-02-133-6/+2
* document __builtin_shufflevectorChris Lattner2009-02-131-50/+29
* Fix spelling.Mike Stump2009-02-131-2/+2
* Move DescriptorUniqueCount into CGM.Mike Stump2009-02-133-4/+5
* Fix rdar://6562329, a static analyzer crash Ted noticed on Chris Lattner2009-02-133-14/+54
* Move NSConcreteStackBlock into CGM.Mike Stump2009-02-132-10/+26
* Sema/AST support for attribute used. Patch by Anders Johnson (with small twea...Daniel Dunbar2009-02-135-0/+51
* Add some boilerplate to the PTH file to prepare for the caching of stats for ...Ted Kremenek2009-02-133-71/+158
* Eliminate an unused variableDouglas Gregor2009-02-131-3/+0
* Reflow to 80col.Mike Stump2009-02-131-91/+84
* Remove DeclGroupOwningRef, since we intend for declarations to be ownedDouglas Gregor2009-02-137-87/+10
* Move GlobalUniqueCount up into CGM.Mike Stump2009-02-133-5/+8
* Fix capitalization in a diagnosticDouglas Gregor2009-02-132-2/+2
* Add new files to Xcode projectAnders Carlsson2009-02-131-0/+8
* Fixed a 64bit code gen bug of a cateogoryFariborz Jahanian2009-02-132-11/+25
* x86_64 ABI: Support va_arg passed in mixed registers.Daniel Dunbar2009-02-131-1/+22
* ccc: Suffix for PCH files is appended, not replaced. (Test case)Daniel Dunbar2009-02-131-4/+4
* ccc: Suffix for PCH files is appended, not replaced.Daniel Dunbar2009-02-132-5/+9
* Condense NSConcreteGlobalBlock handling.Mike Stump2009-02-132-19/+22
* Calculate size correctly.Mike Stump2009-02-131-2/+3
* Size should be unsigned.Mike Stump2009-02-131-7/+6
* Condense all the blocks code into CGBlocks.cpp.Mike Stump2009-02-133-135/+134
* Fixup types, the runtime uses int, not int32.Mike Stump2009-02-131-4/+9
* Fix cmake builds.Mike Stump2009-02-132-0/+2
* Fixup spacing a tad.Mike Stump2009-02-131-69/+67
* Move GenericBlockLiteralType into CGM.Mike Stump2009-02-133-27/+31
* Move BlockDescriptorType into CGM.Mike Stump2009-02-133-21/+26
* 80col.Mike Stump2009-02-133-342/+684
* Start warning about unknown attributes.Anders Carlsson2009-02-132-4/+1
* Add a new Ignored attribute type, and use it for may_alias.Anders Carlsson2009-02-133-0/+5
OpenPOWER on IntegriCloud