]> granicus.if.org Git - clang/shortlog
clang
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...
2009-04-09 Daniel DunbarAdd more builtin definitions, including strcmp.
2009-04-09 Ted Kremenekanalyzer: Introduce a new class, ValueManager, that...
2009-04-09 Ted KremenekUpdate analyzer build.
2009-04-09 Zhongxing Xustop using loc::SymbolVal and clean up code with new...
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing Xustop using loc::SymbolVal.
2009-04-09 Zhongxing Xustop using loc::SymbolVal.
2009-04-09 Zhongxing Xustop using loc::SymbolVal.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing XuAdd a new method because sometimes the type of the...
2009-04-09 Zhongxing Xumake a conjured symbol as the original code.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Ted KremenekFix a null pointer dereference error due to state cachi...
2009-04-09 Zhongxing XuCreate a symbolic region instead of a loc::SymbolVal...
2009-04-09 Ted KremenekGRExprEngine: Don't try to reason about the size of...
2009-04-09 Ted KremenekAnother ParentMap bug: only the right side of a comma...
2009-04-09 Ted KremenekFix another regression introduced by changes to the...
2009-04-09 Daniel DunbarMake -include, -imacros paths absolute in Frontend.
2009-04-09 Ted KremenekRefactor/cleanup reasoning of nil receivers in message...
2009-04-08 Daniel DunbarDriver: Split out CPP specific options for clang so...
2009-04-08 Steve NaroffFix <rdar://problem/6770998> make cast of super illegal...
2009-04-08 Anders CarlssonUse the new EmitCallArgs function. No indented function...
2009-04-08 Daniel DunbarForce triple for these tests.
2009-04-08 Chris Lattneradd driver support for -Wno-trigraphs
2009-04-08 Chris Lattneradd support for -Wtrigraphs and -Wno-trigraphs.
2009-04-08 Fariborz JahanianAdded a FIXME.
2009-04-08 Chris Lattneradd driver headers to xcode proj
2009-04-08 Chris Lattnerimplement -imacros support in driver.
next