Age | Commit message (Expand) | Author |
2009-02-14 | Add svn:eol-style=native to some files | Cedric Venet |
2009-02-14 | Fixed a problem caused by foreward @class use | Fariborz Jahanian |
2009-02-14 | Add support for deprecated Obj-C methods. The semantics mostly match what gcc... | Anders Carlsson |
2009-02-14 | Add hook to add attributes to function declarations that we know | Douglas Gregor |
2009-02-14 | Pass the location of the start of the selector to ActOnClassMessage/ActOnInst... | Anders Carlsson |
2009-02-14 | Fix 80col violations. | Mike Stump |
2009-02-14 | Patch by Ben Laurie: | Ted Kremenek |
2009-02-14 | Define __ELF__ on FreeBSD. Patch by Roman Divacky! | Anton Korobeynikov |
2009-02-14 | Fix the build on win32. | Cedric Venet |
2009-02-14 | Define __ELF__ for linux systems. | Argyrios Kyrtzidis |
2009-02-14 | simplify some code. | Chris Lattner |
2009-02-14 | just ignore hte format_arg attribute for now, it doesn't have any semantic im... | Chris Lattner |
2009-02-14 | add parser and type checking support for attribute((objc_exception)). | Chris Lattner |
2009-02-14 | Several related changes: | Chris Lattner |
2009-02-14 | reduce nesting. | Chris Lattner |
2009-02-14 | GRExprEngine: Handle empty statement expressions. | Ted Kremenek |
2009-02-14 | Don't ignore the const attribute - we even have CG support for that. Do ignor... | Anders Carlsson |
2009-02-14 | Fix more xmmintrin.h typos | Anders Carlsson |
2009-02-14 | ignore the const attribute for now. | Chris Lattner |
2009-02-14 | Added GRStateManager::scanReachableSymbols(), a method which scans the reachable | Ted Kremenek |
2009-02-14 | x86_64 ABI: Need to use canonical types when comparing against | Daniel Dunbar |
2009-02-14 | x86_64 ABI: Pass simple types directly when possible. This is | Daniel Dunbar |
2009-02-14 | Use GRTransferFuncs::EvalBind when processing variable initializations. | Ted Kremenek |
2009-02-14 | Make it possible for builtins to expression FILE* arguments, so that | Douglas Gregor |
2009-02-14 | Static analyzer: | Ted Kremenek |
2009-02-14 | Fix an error in _mm_loaddup_pd that Eli noticed. | Anders Carlsson |
2009-02-14 | Add the nodebug attribute to intrinsics | Anders Carlsson |
2009-02-14 | Extend builtin "attribute" syntax to include a notation for | Douglas Gregor |
2009-02-13 | fix rdar://6586493, a bug in codegen of the GNU | Chris Lattner |
2009-02-13 | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor |
2009-02-13 | add an assertion from Alexei Svitkine! | Chris Lattner |
2009-02-13 | Set constant bit on static block vars as well. Patch by Anders Johnson!q | Daniel Dunbar |
2009-02-13 | Simplify predicate. | Daniel Dunbar |
2009-02-13 | Warn about attribute used ignored on "extern int a | Daniel Dunbar |
2009-02-13 | anders johnson points out that some software depends on the | Chris Lattner |
2009-02-13 | Give TargetInfo a new IntPtrType to hold the intptr_t type for | Chris Lattner |
2009-02-13 | IRgen support for attribute used. | Daniel Dunbar |
2009-02-13 | If x is an invalid field decl, don't construct an expression for P->x, | Chris Lattner |
2009-02-13 | PTH: Cache directory and negative 'stat' calls. This gives us a 1% performan... | Ted Kremenek |
2009-02-13 | Pull MayDeferGeneration out of EmitGlobal. | Daniel Dunbar |
2009-02-13 | Rename EmitStatics (etc) to EmitDeferred; provide basic infrastructure | Daniel Dunbar |
2009-02-13 | Let the backend unique these. | Mike Stump |
2009-02-13 | Fix spelling. | Mike Stump |
2009-02-13 | Move DescriptorUniqueCount into CGM. | Mike Stump |
2009-02-13 | Fix rdar://6562329, a static analyzer crash Ted noticed on | Chris Lattner |
2009-02-13 | Move NSConcreteStackBlock into CGM. | Mike Stump |
2009-02-13 | Sema/AST support for attribute used. Patch by Anders Johnson (with small twea... | Daniel Dunbar |
2009-02-13 | Add some boilerplate to the PTH file to prepare for the caching of stats for ... | Ted Kremenek |
2009-02-13 | Eliminate an unused variable | Douglas Gregor |
2009-02-13 | Reflow to 80col. | Mike Stump |