]> granicus.if.org Git - clang/shortlog
clang
2009-04-11 Chris Lattnernow that we have an identifier table in the PCH file...
2009-04-11 Chris Lattnertest this in non-pch mode as well as in pch mode.
2009-04-11 Chris Lattnerimprove location info for property stuff. In a propert...
2009-04-11 Chris Lattnerimprove the 'conflicting types' diagnostics to include...
2009-04-11 Chris Lattnerpass -fblocks
2009-04-11 Chris LattnerSet proper location info on objc method arguments.
2009-04-11 Chris Lattnersimplify code to use adjustParameterType, apply objc...
2009-04-11 Chris Lattnerfix blocks to reject objc interfaces returned by value...
2009-04-11 Chris Lattnerfix test
2009-04-11 Chris Lattnerdiagnose attempts to return objc interfaces by-value...
2009-04-11 Chris LattnerImprove the 'cannot pass objc interface by value' diagn...
2009-04-11 Chris Lattnerchange the interface to ActOnMethodDeclaration to pass...
2009-04-11 Fariborz JahanianMinor refactoring of my last patch.
2009-04-11 Chris Lattnersink abstract typedefs like Action::ExprTy from the...
2009-04-11 Chris Lattneradd some #includes for better compatibility with gcc...
2009-04-11 Chris Lattnerrename Parser::ParseObjCSelector -> Parser::ParseObjCSe...
2009-04-11 Chris Lattnersimplify this code to not bother stripping to canonical...
2009-04-11 Fariborz JahanianFixes a ir-gen crash for K&R style blocks.
2009-04-11 Chris Lattneradd radar number
2009-04-11 Ted KremenekUpdate analyzer build.
2009-04-11 Ted Kremenekanalyzer: We cannot bind values to CodeTextRegions.
2009-04-11 Daniel DunbarTweak wording, input argument isn't necessarily a ...
2009-04-11 Anders CarlssonDon't mangle variables that are at translation unit...
2009-04-11 Anders CarlssonAdd support for generating reference initialization...
2009-04-11 Ted KremenekAdd analyzer support for objc_atomicCompareAndSwap()
2009-04-11 Douglas GregorStore unique IDs for identifiers in the PCH file. Use...
2009-04-11 Ted KremenekImplement analyzer support for OSCompareAndSwap. This...
2009-04-11 Fariborz JahanianNon-pointer objects are none gc'able regardles of
2009-04-10 Douglas GregorCompare the predefines buffer in the PCH file with...
2009-04-10 Mike StumpFixup copy/dispose helpers for Objective-C. Radar...
2009-04-10 Daniel DunbarForce driver triple.
2009-04-10 Anders CarlssonRemove asserts that weren't really useful, and that...
2009-04-10 Fariborz JahanianFix another fallout from defining __weak unconditionally.
2009-04-10 Daniel DunbarDon't set both readnone and readonly.
2009-04-10 Chris Lattnerdo a dance with predefines, and finally enable reading...
2009-04-10 Fariborz JahanianFixed the test.
2009-04-10 Chris Lattnermove a bunch of code for initializing the predefines...
2009-04-10 Fariborz JahanianAdd a test case for my last patch.
2009-04-10 Chris Lattneradd support for reading macros. This does all the...
2009-04-10 Chris Lattnermake a method public
2009-04-10 Daniel DunbarForce triple for a number of tests that rely on __weak.
2009-04-10 Chris Lattnersimplify code.
2009-04-10 Douglas GregorEncode the target triple in the PCH file, and check...
2009-04-10 Ted KremenekAdd arbitrary "tags" to ProgramPoints. While this fatte...
2009-04-10 Daniel DunbarHonor MACOSX_DEPLOYMENT_TARGET environment variable.
2009-04-10 Douglas GregorImplement serialization/deserialization of LangOptions...
2009-04-10 Fariborz JahanianReject compiles for x86_64 target for MacOS versions...
2009-04-10 Daniel DunbarInternal variables could mistakenly have "hidden" visib...
2009-04-10 Daniel DunbarTest case for -miphoneos-version-min, also part of...
2009-04-10 Daniel DunbarDriver: Forward -miphoneos-version-min to clang.
2009-04-10 Daniel DunbarSupport -miphoneos-version-min in clang-cc.
2009-04-10 Daniel DunbarSupport %S in Python TestRunner
2009-04-10 Mike StumpFixup codegen for nested blocks that use copy/dispose...
2009-04-10 Fariborz JahanianPatch to generate meta-data for prtocol used
2009-04-10 Daniel DunbarDriver: CCC_ADD_ARGS could end up using dangling pointers.
2009-04-10 Ted KremenekUse getDeclName() instead of getIdentifier() (safe...
2009-04-10 Chris Lattneradd a new PP_MACRO_NAME hack so that I can test object...
2009-04-10 Ted KremenekMove a few more NonLoc static functions to ValueManager.
2009-04-10 Ted KremenekDefault initialize 'code' instance variable to NULL.
2009-04-10 Chris Lattneremit tokens, constify the Preprocessor passed down...
2009-04-10 Chris Lattneremit function-like and object-like macros to the PCH...
2009-04-10 Douglas GregorAdd PCH sources to CMake build files
2009-04-10 Douglas GregorVarious minor fixes to PCH reading and writing, with...
2009-04-10 Chris Lattnerimprove punctuation
2009-04-10 Chris LattnerArrange for the preprocessor to be passed down into...
2009-04-10 Chris Lattneradd PCH stuff to project
2009-04-10 Chris Lattneruse doug's new %S thing to make this work when run...
2009-04-10 Ted KremenekFix typo.
2009-04-10 Ted KremenekUpdate analyzer build.
2009-04-10 Zhongxing XuAdd prototype for CodeTextRegion.
2009-04-10 Zhongxing Xuupdate analyzer doc.
2009-04-10 Zhongxing XuFinally nuke loc::SymbolVal.
2009-04-10 Chris Lattnertypos
2009-04-10 Anders CarlssonUse correct alignment and size for references in record...
2009-04-10 Ted KremenekWording changes.
2009-04-10 Ted KremenekAdd blurb about attribute "analyzer_noreturn"
2009-04-10 Anders CarlssonRename variables to avoid conflict.
2009-04-10 Anders CarlssonAdd Expr::EvaluateAsLValue which will (believe it or...
2009-04-10 Anders CarlssonFix thinko noticed by Chris.
2009-04-10 Anders CarlssonUse the same alignment for reference declarations as...
2009-04-10 Chris Lattnerfix indentation
2009-04-10 Ted KremenekSplit failing test case from misc-ps.m to misc-ps-range...
2009-04-10 Douglas GregorPCH serialization/deserialization of the source manager...
2009-04-10 Ted KremenekFix: <rdar://problem/6776949> Branch condition evaluate...
2009-04-10 Chris LattnerMake messages consistent.
2009-04-10 Chris Lattnerreject codegen of __thread variables as unimplemented...
2009-04-10 Ted KremenekImplement attribute "analyzer_noreturn" (<rdar://proble...
2009-04-09 Douglas GregorImplementation of pre-compiled headers (PCH) based...
2009-04-09 Ted Kremenek- Move ownership of MemRegionManager into ValueManager.
2009-04-09 Anders CarlssonAdd @encode support for complex types.
2009-04-09 Douglas GregorPropagate the ASTContext to various AST traversal and...
2009-04-09 Eli FriedmanAdd some FIXMEs for missing checks.
2009-04-09 Chris Lattnerdocument the x86 address space extension for GS.
2009-04-09 Ted KremenekFix grammar. Bold face feature points.
2009-04-09 Ted KremenekMore cleanup.
2009-04-09 Ted KremenekMore cleanups.
2009-04-09 Ted KremenekAdd link from internals manual to PTH documentation.
2009-04-09 Ted KremenekMinor cleanups. Added a blurb about the advantages...
2009-04-09 Douglas GregorSimple DeclContext's internal representation by always...
2009-04-09 Ted KremenekRemove SVal::MakeZero and replace it with ValueManager...
next