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