]> granicus.if.org Git - clang/shortlog
clang
2011-05-19 Sebastian RedlFix PR9941 again, this time for templates.
2011-05-19 David Chisnall- Fixes openSUSE detection for 11.4 and upcoming 12.1
2011-05-19 David ChisnallAdd paths used by openSuSE 12.1
2011-05-19 Sean HuntImplement __underlying_type for libc++.
2011-05-19 Sebastian RedlReapply r121528, fixing PR9941 by delaying the exceptio...
2011-05-19 Ted KremenekTeach static analyzer to analyze Objective-C methods...
2011-05-19 Eli FriedmanMake __builtin_shufflevector and -ftrapv work correctly...
2011-05-18 Sean HuntAfter consultation with doug, revert r131515.
2011-05-18 Sean HuntRevert r121528 as it breaks a simple testcase, which...
2011-05-18 Roman DivackyAdd ARMTargetCodeGenInfo::initDwarfEHRegSizeTable(...
2011-05-18 Sebastian RedlImplement implicit exception specifications of destructors.
2011-05-18 Sean HuntImplement an additional fix for infinite recursion...
2011-05-18 Sean HuntForce declaration of implicit members in C++0x mode.
2011-05-17 Eric ChristopherAdd some support for RHEL5 systems.
2011-05-17 Bill WendlingConditionalize the use of 4.4 or 4.2 format based on...
2011-05-17 Fariborz JahanianCode cleanup of my last patch.
2011-05-17 Fariborz JahanianPatch to fix IR-gen crash generating structure ABI...
2011-05-17 Argyrios KyrtzidisFix a nasty bug where inside StringLiteralParser:
2011-05-17 Argyrios KyrtzidisDo some safety checks.
2011-05-17 Eli FriedmanFor calls returning first-class aggregates, store by...
2011-05-17 John McCallRevert r131434, my commit disabling the complete-object...
2011-05-17 Sean HuntFix some minor bugs and add a lot more test cases for...
2011-05-17 Sean HuntAdd some more tests.
2011-05-17 Rafael EspindolaFix comment.
2011-05-17 Rafael EspindolaThe logic about -static is darwin only. For now assume...
2011-05-17 Argyrios KyrtzidisRevert r131447, see if it fixes the buildbot.
2011-05-17 Argyrios KyrtzidisInside isEmptyRecord function, for CXXRecordDecl just...
2011-05-17 Argyrios KyrtzidisReapply the commits that r131401 reverted and add a...
2011-05-17 Devang PatelSet up appropriate context for member function.
2011-05-17 Sean HuntImplement some tests for defaulted constructors. To...
2011-05-16 Ted KremenekFix crash on C++ code when compiling with -finstrument...
2011-05-16 John McCallEmit complete-object constructors for abstract classes...
2011-05-16 Sean HuntImplement the new C++0x rules for non-trivial things...
2011-05-16 Manuel KlimekPulls the common part of the clang-check example into...
2011-05-16 Joerg SonnenbergerMake the triple an explicit argument of FindTargetProgr...
2011-05-16 Rafael EspindolaAdd test for PR9927.
2011-05-16 Rafael EspindolaRevert 131377, 131369 and 131365.
2011-05-16 Anders CarlssonFix another regression from the "skip vtable pointer...
2011-05-16 John McCallStop leaving a.out files around.
2011-05-16 John McCallDon't actually emit calls to the reserved global placem...
2011-05-15 Sean Huntmain() exists in hosted, not freestanding implementatio...
2011-05-15 John McCallAdd a method for checking whether a function is one...
2011-05-15 Anders CarlssonRe-enable the fix for PR9181 now that all the edge...
2011-05-15 Douglas GregorWhen checking a set of template parameter lists against a
2011-05-15 John McCallThe array-size operand to a new-expression is not neces...
2011-05-15 Argyrios KyrtzidisFix MSVC build.
2011-05-15 John McCallMake CGF.getContext() inlinable, because it's trivial...
2011-05-15 John McCallMore killing of std::vector.
2011-05-15 John McCallUse arrays and SmallVectors instead of std::vectors...
2011-05-15 Anders CarlssonDisable the optimization until the bug noticed by Sean...
2011-05-15 Argyrios KyrtzidisFix generation of obj-c @encoding for members with...
2011-05-14 Anders CarlssonWhen emitting the destructor for a class with a vtable...
2011-05-14 Nico WeberLet clang-check actually use the Directory entry in...
2011-05-14 John McCallOnly perform the null-initialization of an aggregate...
2011-05-14 Argyrios KyrtzidisCreate proper Objective-C @encoding for C++ classes...
2011-05-14 Argyrios KyrtzidisEmit an error when trying to @encode an incomplete...
2011-05-14 Francois PichetRevert 131347. It asserts if the specialization in...
2011-05-14 Sean HuntMake sure we actually generate defaulted copy construct...
2011-05-14 Francois PichetIn Microsoft mode, allow template function explicit...
2011-05-14 Richard SmithPR9908: Fix the broken fix for PR9902 to get the templa...
2011-05-14 Sean HuntWhat I hope to be an implementation of defaulted copy...
2011-05-14 Sean HuntMore progress towards defaulted copy assignment
2011-05-14 Sean HuntStart implementing defaulted copy assignment
2011-05-14 John McCallObjective-C vtables are not taking the world by storm...
2011-05-13 John McCallReorganize this method to avoid multiple calls for...
2011-05-13 Joerg SonnenbergerSimplify
2011-05-13 Joerg SonnenbergerBug 8765: Honor assembler labels for builtins. Ensure...
2011-05-13 Joerg SonnenbergerInclude assembler label for functions in the XML dump
2011-05-13 Sean HuntFix copy constructor deletion detection with array...
2011-05-13 Peter CollingbourneIntroduce __has_extension macro
2011-05-13 Bob WilsonDefine __ARM_NEON__ in both ARM and Thumb modes. Radar...
2011-05-13 Bill WendlingRemove the 'unaligned load' builtins now that they...
2011-05-13 Fariborz JahanianProduce UTF-8 strings with -fconstant-string-class
2011-05-13 Fariborz Jahanianrefactor CheckForwardProtocolDeclarationForCircularDepe...
2011-05-13 Douglas GregorAdd c-index-test printing and tests for static and...
2011-05-13 Douglas GregorEliminate old, useless tutorial page
2011-05-13 Sean HuntDefaulting copy constructors now works reasonably well.
2011-05-13 Chris Lattnersome updates.
2011-05-13 Chris Lattnerthis never happened.
2011-05-13 Chris Lattnerremove some old redirect pages. We're into our 3rd...
2011-05-13 Peter CollingbourneDelete doxygen.cfg, and use cwd-relative paths in doxyg...
2011-05-13 Peter CollingbourneRefactoring of constant expression evaluator
2011-05-13 Peter CollingbourneAdd a ConstStmtVisitor class
2011-05-13 Bill WendlingAdd 'may_alias' attribute. Noticed by Eli.
2011-05-13 Douglas GregorWhen determining whether we can make a declaration...
2011-05-13 Sean HuntImplement a few basic tests for defaulted and deleted...
2011-05-13 Douglas GregorTeach the template parameter dependency checker used...
2011-05-13 Sean HuntImplement the __is_trivially_copyable type trait
2011-05-13 Bill WendlingRepresent the unaligned loads natively. These are conve...
2011-05-12 Sean HuntImplement defaulting of destructors.
2011-05-12 Sean HuntHrm
2011-05-12 Nick LewyckyAdd a method to query whether or not a class has a...
2011-05-12 Fariborz JahanianAfter issuing diagnostics on circular protocol list,
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Devang PatelDo not add AT_APPLE_objc_class_extension attribute...
2011-05-12 Howard Hinnantenable __has_feature(is_standard_layout)
2011-05-12 Devang PatelUse DW_AT_APPLE_objc_class_extension attribute to ident...
2011-05-12 Bill WendlingLLVM doesn't always optimize away the four loads from...
2011-05-12 Douglas GregorAdd clang_CXXMethod_isVirtual() to libclang, from Erik...
2011-05-12 Sean HuntProperly parse the 'default' and 'delete' keywords.
next