]> granicus.if.org Git - clang/shortlog
clang
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...
2009-09-11 Daniel DunbarSwizzle the target triple based on -mthumb, and update...
2009-09-11 Dan GohmanUpdate this test to expect the "inbounds" keyword,...
2009-09-11 Douglas GregorDiagnose VLAs as an error in C++.
2009-09-11 Steve NaroffMake sure ObjCInterfaceDecl's that are forward declared...
2009-09-11 Anders CarlssonPass the GlobalDecl to getMangledName, fixes PR4890.
2009-09-11 Anders CarlssonPass GlobalDecls to GenerateCode and StartFunction.
2009-09-10 Anders CarlssonGlobalDecl doesn't have an explicit constructor anymore.
2009-09-10 Anders CarlssonAdd stricter GlobalDecl constructors.
2009-09-10 Fariborz JahanianFix a regression where write-barrier was not being...
2009-09-10 Douglas GregorEliminate some "default"s in CheckICE.
2009-09-10 Anders CarlssonLook for overloaded arrow operators in base classes.
2009-09-10 Daniel DunbarTeach LIT2 how to run Clang tests in the objdir for...
2009-09-10 Daniel DunbarInitial handling of -m{soft-float,hard-float,float...
2009-09-10 Daniel DunbarMove X86 handling of -m[no-]soft-float and -m[no-]red...
2009-09-10 Daniel DunbarChange getLLVMArchNameForARM to just get the suffix.
2009-09-10 Fariborz JahanianPatch to collect conversion methods in base(s) and...
2009-09-10 Fariborz JahanianNon fragile ABI for GNU runtime. Patch bu David Chisnall.
2009-09-10 Anders CarlssonDon't check use of a member function declaration used...
2009-09-10 Douglas Gregorstatic_cast, reinterpret_cast, and const_cast can all...
2009-09-10 Douglas GregorWhen performing unqualified name lookup into a DeclCont...
2009-09-10 Fariborz JahanianGet the size of object to pass to objc_memmove_collecta...
2009-09-10 Nuno Lopesset svn:ignore
2009-09-10 Daniel DunbarAdd code to mangle the triple for LLVM on ARM.
2009-09-10 Zhongxing XuMake AnalysisManager stateless. Now other analyzer...
2009-09-10 Daniel DunbarDon't pass -fno-builtin-str{cat,cpy} to clang-cc, I...
2009-09-10 Daniel DunbarARM: Pass -mcpu to clang-cc based on -march= and -mcpu=.
2009-09-10 Daniel DunbarDon't substitute prcontext.
2009-09-10 Daniel DunbarImplement Darwin/ARM behavior for defaulting to -fno...
2009-09-10 Anders CarlssonMake the forwarding member of block byref structs be...
next