]> granicus.if.org Git - clang/shortlog
clang
2009-07-14 Zhongxing XuInstead of recovering from a wrong invalidation, this...
2009-07-14 Devang PatelI just revertd llvm patch.
2009-07-14 Ted KremenekAdd basic checking for passing NULL to CFRetain/CFRelea...
2009-07-14 Owen AndersonUpdate for API change.
2009-07-13 Ted KremenekTidy pretty-printing for SVals, using 'dump()' instead...
2009-07-13 Ted KremenekWhen pretty-printing symbolic regions, use '{' ......
2009-07-13 Fariborz JahanianFixes a minor bug in pretty printing of ctor defs.
2009-07-13 Ted KremenekChange pretty-printing API for SymExprs and MemRegions...
2009-07-13 Ted KremenekEnhance SimpleSValuator::EvalBinOpNN to recognize the...
2009-07-13 Daniel DunbarExplicitly initialize the options array, MinGW's gcc...
2009-07-13 Daniel DunbarThere is no need to value initialize this array.
2009-07-13 Steve NaroffRemove superfluous call to getAsPointerType()...
2009-07-13 Daniel DunbarMake stdin for test scripts empty, so that tests don...
2009-07-13 Steve NaroffSema::CheckAdditionOperands(): Use Type::getPointeeType...
2009-07-13 Devang PatelNew testcase for rev 75503.
2009-07-13 Chris Lattneradd netbsd support, patch by Krister Kalfridsson!
2009-07-13 Fariborz JahanianAdded pretty-printing support for constructor definition.
2009-07-13 Steve Naroff- Improve comment for Type::getPointeeType().
2009-07-13 Steve NaroffFix 5 issues from Chris's feedback on http://llvm.org...
2009-07-13 Devang PatelUpdate debug info type cache after fwd decl is replaced...
2009-07-13 Devang PatelFix comment.
2009-07-13 Owen AndersonUpdate for LLVM API change.
2009-07-13 Chris Lattnerminor cleanups, reduce nesting of if's with early return.
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-12 Chris Lattnerfix file headers.
2009-07-12 Chris Lattnerfix typo in file headers.
2009-07-12 Chris Lattnerimprove comments.
2009-07-12 Chris Lattnerdocument the diagnostics pragmas, patch by Louis Gerbarg!
2009-07-12 Chris Lattneradd push/pop semantics for diagnostics. Patch by Louis...
2009-07-12 Daniel DunbarRevert to using shell to find files instead of 'find...
2009-07-11 Daniel DunbarStop looking for tests in the Output/ directory.
2009-07-11 Daniel DunbarThe -disable-free hack didn't work...
2009-07-11 Daniel DunbarForce NeXT runtime for this test.
2009-07-11 Daniel DunbarRemove excessive use of Carbon.h / Cocoa.h in clang...
2009-07-11 Daniel DunbarAdd --time-tests option to test runner, for profiling...
2009-07-11 Daniel DunbarFix comment, and reduce computational expense of this...
2009-07-11 Daniel DunbarAdd -disable-free to this test in the hopes if having...
2009-07-11 Daniel DunbarFix type conversion of ObjCObjectPointerType.
2009-07-11 Daniel DunbarGenerate correct prototype for objc_enumerationMutation.
2009-07-11 Daniel DunbarFix test case to match intent.
2009-07-11 Nuno Lopesrestore proper valgrind support.
2009-07-11 Alisdair MeredithFix breakage on Windows, cannot redeclare loop variable...
2009-07-11 Ted KremenekHandle insidious corner case exposed by RegionStoreMana...
2009-07-11 Zhongxing Xuremove duplicated test cast.
2009-07-11 Anders CarlssonFix a test.
2009-07-11 Ted KremenekRestructure RegionStoreManager::EvalBinOp() as a switch...
2009-07-11 Eli FriedmanFix typo (found by gcc warning).
2009-07-11 Anders CarlssonAdd another test.
2009-07-11 Anders CarlssonImplement more of C++0x 'auto'. A variable with an...
2009-07-11 Ted KremenekFix warning when compiling with optimizations:
2009-07-11 Ted KremenekThis test passes with RegionStoreManager.
2009-07-11 Ted KremenekThis test now passes with RegionStoreManager.
2009-07-10 Anders CarlssonRemove some unused code from an experiment that I didn...
2009-07-10 Steve NaroffThis patch includes a conceptually simple, but very...
2009-07-10 Ted KremenekRestructure RegionStoreManager::getSizeInElements(...
2009-07-10 Eli FriedmanFix silly mistake I made applying patch to fix test.
2009-07-10 Ted KremenekRename test file.
2009-07-10 Ted KremenekRegionStoreManager also passes this test file.
2009-07-10 Ted KremenekRegionStoreManager now correctly passes this test file.
2009-07-10 Ted KremenekTest case in test/Analysis/xfail_regionstore_wine_crash...
2009-07-10 Anders CarlssonFix type of 'this' and add a decltype test.
2009-07-10 Ted KremenekRevert r75281 and simply remove the assertion in NewCas...
2009-07-10 Ted KremenekFix crash in StoreManager::NewCastRegion regarding...
2009-07-10 Eli FriedmanUse /usr/bin/env trick to find python. Patch by Kriste...
2009-07-10 Fariborz JahanianPatch to build list of inherited virtual base classes
2009-07-10 Eli FriedmanMisc fixes to fix tests on OpenBSD, per email to cfe...
2009-07-10 Anders CarlssonFix a problem that Eli noticed, and that Doug helped...
2009-07-10 Ted KremenekRename potentially ambiguous member template 'getRegion...
2009-07-10 Chris Lattnerlinkify
2009-07-10 Argyrios KyrtzidisAdd documentation for the Index library to clang's...
2009-07-10 Argyrios KyrtzidisSimplify a bit by using functions instead of checking...
2009-07-10 Ted KremenekSwitch BasicStoreManager to use the new CastRegion...
2009-07-09 Fariborz Jahaniandon't crash if class is using itself as its super class.
2009-07-09 Anders CarlssonFix another decltype crash.
2009-07-09 Fariborz JahanianSema check on out of order object initialization of
2009-07-09 Anders CarlssonUse getDeclName in DefineImplicitOverloadedAssign as...
2009-07-09 Douglas GregorAnother little test for C++ [over.over]
2009-07-09 Anders CarlssonPass the DeclName to the diagnostic builder so that...
2009-07-09 Ted KremenekUpdate checker build.
2009-07-09 Douglas GregorAdd test for C++ [over.over.]p1, the contexts in which...
2009-07-09 Zhongxing XuRemove dead code.
2009-07-09 Anders CarlssonStore the isAddressOfOperand in the UnresolvedDeclRefEx...
2009-07-08 Douglas GregorImplement the simple form of overload resolution used...
2009-07-08 Ted KremenekFix: <rdar://problem/7034511> ValueManager::makeIntVal...
2009-07-08 Anders CarlssonIt's not allowed to form member pointers to members...
2009-07-08 Douglas GregorBump the PCH version number
2009-07-08 Douglas GregorImplement template argument deduction when taking the...
2009-07-08 Owen AndersonUpdate for IRBuilder API change.
2009-07-08 Owen AndersonUpdate for LLVM API change.
2009-07-08 Anders CarlssonImplement code generation of ChooseExpr for aggregate...
2009-07-08 Fariborz JahanianPatch adds test to my previous patch for assigning to
2009-07-08 Chris Lattnerfix PR4513, a build problem with VC++, patch by James...
2009-07-08 Duncan SandsCorrect FreeBSD target info, fixing PR4514.
2009-07-08 Douglas GregorFix a corner case with argument-dependent lookup and...
2009-07-08 Douglas GregorUpdate the C++ status table to better reflect our suppo...
2009-07-08 Douglas GregorImprove argument-dependent lookup to find associated...
2009-07-08 Argyrios KyrtzidisInitialize the ConstantArraySizeAsWritten field of...
2009-07-08 Owen AndersonUpdate for LLVM API change.
2009-07-08 Fariborz JahanianImplemented memmove_collectable API for Next runtime
next