]> granicus.if.org Git - clang/shortlog
clang
2009-09-15 Fariborz JahanianIssue a good diagnostics when attempt to select
2009-09-14 Chris Lattnerclang tracks multiple levels of macro expansion
2009-09-14 Anders CarlssonDiagnose taking the address of a bit-field inside a...
2009-09-14 Douglas GregorImplement partial ordering of function templates when...
2009-09-14 Douglas GregorSlightly improve the test for partial ordering of overl...
2009-09-14 Douglas GregorTest function template partial ordering when resolving...
2009-09-14 Ted KremenekFix: <rdar://problem/5905851> do not report a leak...
2009-09-14 Anders CarlssonUpdate tests
2009-09-14 John McCallSkeletal support for friend class templates.
2009-09-14 Daniel DunbarARM/[A]APCS: Ignore empty records passed as arguments.
2009-09-14 Anders CarlssonFor consistency, use "bit-field" instead of "bitfield...
2009-09-14 Douglas GregorRefactor MarkDeductedTemplateParameters into
2009-09-14 Fariborz JahanianUsed visible conversion function api to do overload
2009-09-14 Ted KremenekImplement FIXME: free up BugReportEquivClass objects...
2009-09-14 Daniel DunbarForce triple.
2009-09-14 Sam Weinig-Wchar-subscripts should not warn for explicit signed...
2009-09-14 Douglas GregorTighten up checking of non-dependent arguments as part...
2009-09-14 David ChisnallSmall fix to stop CGObjCGNU emitting symbols that break...
2009-09-14 Douglas GregorImplement partial ordering of function template special...
2009-09-14 Sam Weinig-Wchar-subscripts should not warn for unsigned char...
2009-09-14 Sam WeinigRemove duplicate definition of char-subscripts DiagGroup.
2009-09-14 Fariborz JahanianRemoved couple of FIXME comments from test case.
2009-09-14 Fariborz JahanianUsing the property dot-syntax to invoke a non-eixsting
2009-09-14 Anders CarlssonRemove an unnecessary FunctionDecl parameter to the...
2009-09-14 Daniel DunbarFix subtle bug in generating LLVM function declarations...
2009-09-14 Daniel DunbarARM/APCS: Don't treat structs w/ floating point types...
2009-09-14 Sam WeinigAdd support for -Wchar-subscripts. Fixes PR4801.
2009-09-14 Anders CarlssonIf a function call returns a reference, don't bind...
2009-09-14 Anders CarlssonImplement CodeGenFunction::EmitCXXExprWithTemporariesLV...
2009-09-14 Daniel DunbarSome minor clang/ARM/AAPCS tweaks.
2009-09-14 Daniel DunbarAdd TargetInfo::getABI(), and base ARM APCS vs AAPCS...
2009-09-14 Daniel DunbarSupport -mabi= for clang/ARM.
2009-09-14 Anders CarlssonHandle delete where the class has a virtual destructor.
2009-09-14 Daniel DunbarARM target tweaks.
2009-09-14 Daniel DunbarAdd -target-abi clang-cc option, currently unused.
2009-09-13 Anders CarlssonFix a bug in getFriendObjectKind where we would clear...
2009-09-13 Anders CarlssonPerform the C++ specific semantic checks of a function...
2009-09-13 Anders CarlssonCXXMethodDecl::isVirtual needs to check the canonical...
2009-09-13 Anders CarlssonFix another byref bug. This should hopefully get QuickL...
2009-09-13 Chris Lattnerrewrite readme.
2009-09-13 Eli FriedmanAdd utility to evaluate lvalues which are an offset...
2009-09-13 Daniel DunbarARM/APCS: Only "integer like" aggregates should be...
2009-09-13 Douglas GregorRework the way we determine whether an externally visib...
2009-09-13 Daniel DunbarSome formatting tweaks to clang(1)
2009-09-13 Daniel DunbarAdd minimal INSTALL.txt
2009-09-13 Daniel DunbarForce triple to avoid spurious differences due to runti...
2009-09-12 Daniel DunbarAdd RUN line.
2009-09-12 Daniel DunbarDon't use the PredefinedExpr string as the global varia...
2009-09-12 Chris Lattnerrewrite the parsing code for -miphoneos-version-min and
2009-09-12 Chris Lattnerwhitespace fix
2009-09-12 Benjamin KramerUpdate CMake files.
2009-09-12 Fariborz JahanianMore improvement in building list of visible conversion
2009-09-12 Anders CarlssonAdd a test for PR3733.
2009-09-12 Fariborz JahanianRemoved Context argument from couple of methods which...
2009-09-12 Mike StumpAdd FIXME for alignments that won't be honored.
2009-09-12 Mike StumpWe can't have ctors in the vtable (right Doug?) :-)
2009-09-12 Fariborz JahanianMore work toward having an access method for visible
2009-09-12 Anders CarlssonHandle CK_DerivedToBase when emitting lvalue casts.
2009-09-12 Benjamin KramerSmallVectorize preprocessor's token cache. Testing...
2009-09-12 Anders CarlssonWhen necessary, null check the base value in GetAddress...
2009-09-12 Anders CarlssonHandle derived-to-base conversion in CGExprScalar:...
2009-09-12 Anders CarlssonUse the correct CastKind for derived-to-base pointer...
2009-09-12 Anders CarlssonWhoops, add CGCXXClass.cpp
2009-09-12 Anders CarlssonRename AddressCXXOfBaseClass to GetAddressCXXOfBaseClas...
2009-09-12 Anders CarlssonAdd CGCXXClass.cpp. and move CodeGenFunction::AddressCX...
2009-09-12 Anders CarlssonAdd support for __block variables with alignment greate...
2009-09-12 Anders CarlssonFor __block variables, cache the LLVM types as well...
2009-09-12 Daniel DunbarStub out room for ARM APCS ABI implementation (and...
2009-09-12 Daniel DunbarFormatting fixes.
2009-09-12 Daniel DunbarChange CodeGenModule::ConstructTypeAttributes to return...
2009-09-12 Douglas GregorRemove unnecessary ASTContext parameter from FunctionDe...
2009-09-12 Douglas GregorRemove unnecessary ASTContext parameters from isMain...
2009-09-12 Douglas GregorEliminate FunctionDecl::getBodyIfAvailable
2009-09-12 Anders CarlssonFix a crash when generating vtables that contain destru...
2009-09-11 Mike StumpAdd basic covariant thunk generation support. WIP.
2009-09-11 Douglas GregorWhen performing name lookup within a class template...
2009-09-11 Fariborz JahanianNo need to build the visible conversionfunction list...
2009-09-11 Daniel DunbarSet the calling convention based on the CGFunctionInfo.
2009-09-11 Daniel DunbarAdd CallingConvention argument to CGFunctionInfo.
2009-09-11 Ted KremenekIntroduce "DefinedOrUnknownSVal" into the SVal class...
2009-09-11 Fariborz JahanianPatch to build visible conversion function list lazily...
2009-09-11 Douglas GregorSlight improvement for extern templates, so that an...
2009-09-11 John McCallAlter Action's friend interface to prepare for template...
2009-09-11 Daniel DunbarFix use of uninitialized, David please check.
2009-09-11 Douglas GregorImprove testing for extern temp templates, slightly...
2009-09-11 Douglas GregorTweak the semantics of FunctionDecl::isOutOfLine to...
2009-09-11 Sam WeinigAdd test for dependent PredefinedExprs.
2009-09-11 Fariborz JahanianUndid my yesterday patch which is not needed with an...
2009-09-11 Douglas GregorCleanup and test C++ default arguments. Improvements...
2009-09-11 Anders CarlssonJust ignore friend templates for now so we won't crash.
2009-09-11 Fariborz JahanianFixes a regression in objc GC layout bitmap involving
2009-09-11 Benjamin KramerUpdate CMakeLists.
2009-09-11 John McCallTrack a class template specialization's point of instan...
2009-09-11 John McCallWhen stringizing a NamedDecl for a diagnostic, treat...
2009-09-11 Daniel DunbarUpdate prototype.
2009-09-11 Anders CarlssonFix PR4878 for real.
2009-09-11 John McCallSupport elaborated dependent types and diagnose tag...
2009-09-11 Zhongxing XuStart to add a new transfer function that inlines calle...
2009-09-11 Sam WeinigTest commit
2009-09-11 Anders CarlssonInstantiate PredefinedExprs correctly. Patch by Sam...
next