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