]> granicus.if.org Git - clang/shortlog
clang
2013-11-23 Rafael EspindolaDon't use the gcc driver for assembling.
2013-11-23 Daniel Jasperclang-format: Fix incorrect space in parameters named...
2013-11-23 Daniel Jasperclang-format: The "<" of a template argument is not...
2013-11-23 Rafael EspindolaDon't pass +soft-float, +soft-float-abi to the arm...
2013-11-23 Daniel Jasperclang-format: Fix bug in ObjC method declaration format...
2013-11-23 Benjamin KramerEnable non-fragile ABI for the ObjFW runtime
2013-11-23 Daniel Jasperclang-format: Prefer column layout if possible.
2013-11-23 Richard SmithFix module name collision in tests.
2013-11-23 Richard SmithGenerate a marker token when entering or leaving a...
2013-11-23 Peter CollingbourneAdd Distance parameter to ASTNodeKind::isBaseOf.
2013-11-23 Peter CollingbourneRename *MatcherCreateCallback to *MatcherDescriptor...
2013-11-23 Peter CollingbourneSplit registry matcher resolution into a lookup phase...
2013-11-23 Ted KremenekAdd back experimental attribute objc_suppress_protocol_...
2013-11-23 Ted KremenekChange ObjCIntefaceDecl::lookupMethod() to have optiona...
2013-11-23 Peter CollingbourneRevert r195526, "Remove uninstantiable constructor...
2013-11-23 Peter CollingbourneRemove uninstantiable constructor from DeclTemplate.h
2013-11-23 Fariborz JahanianObjectiveC. Remove warning diagnostic which checks
2013-11-22 Samuel BenzaquenMake the negative test more specific.
2013-11-22 Aaron BallmanUpdating Subjects definitions for attributes based...
2013-11-22 Aaron BallmanWhitespace. No functional change intended.
2013-11-22 Joerg SonnenbergerAdjust r194296 to not apply the alias replacement for...
2013-11-22 Manman RenDebug Info: add a "Debug Info Version" module flag...
2013-11-22 Fariborz JahanianObjectiveC modern translator. Fixes a translation bug
2013-11-22 Samuel BenzaquenAdd support for the 'unless' matcher in the dynamic...
2013-11-22 Richard BartonAdd support for Cortex-A12.
2013-11-22 NAKAMURA TakumiAST/DeclBase.h: Fix \param of Decl::new() in r195426...
2013-11-22 Justin BognerRevert r193994 and part of r193995
2013-11-22 Justin BognerCodeGen: Whitespace
2013-11-22 Artyom SkrobovDeleting three tests that are redundant with test/Prepr...
2013-11-22 Richard SmithAdd class-specific operator new to Decl hierarchy....
2013-11-22 Alp TokerTidy up the no-external-assembler diag
2013-11-22 Alp TokerAdd txt file extension to VS solution's README
2013-11-22 Alp TokerMake ASTUnit structure stable with NDEBUG
2013-11-22 Daniel Jasperclang-format: Fix bug in alignment of complex template...
2013-11-22 Daniel Jasperclang-format: Recognize braced lists with trailing...
2013-11-22 Jiangning LiuFor AArch64, intrinsic vget_low_xxx can be optimized...
2013-11-22 Dmitri GribenkoComment parsing tests: XML schema: actually run the...
2013-11-22 Fariborz JahanianObjectiveC migrator. Improve on definition, use
2013-11-21 Richard SmithPR18013: Don't assert diagnosing a bad std::initializer...
2013-11-21 Ekaterina RomanovaTest commit for the user "kromanova" to verify commit...
2013-11-21 Fariborz JahanianObjectiveC. Implement attribute 'objc_bridge_mutable'
2013-11-21 Fariborz JahanianObjectiveC migrator. delegate property must be
2013-11-21 Joey GoulyFix a crash in EmitStoreThroughExtVectorComponentLValue...
2013-11-21 Enea ZaffanellaAdded testcase for r195255.
2013-11-21 Artyom Skrobov[ARM] add basic support for Cortex-A7 and VFPv4 to...
2013-11-21 Alexander KornienkoBetter implementation of JavaScript === and !== operators.
2013-11-21 Tim NorthoverARM: define & use __ARM_NEON on ARM32 (as per ACLE)
2013-11-21 Ana PazosImplemented Neon scalar vdup_lane intrinsics.
2013-11-21 Ted KremenekRevert "Add new attribute 'objc_suppress_protocol'...
2013-11-21 Ana PazosImplemented Neon scalar by element intrinsics.
2013-11-21 Ted KremenekAdd new attribute 'objc_suppress_protocol' to suppress...
2013-11-21 Ted KremenekRefactor some of handleObjCBridgeAttr to make it more...
2013-11-21 Hans WennborgProvide better diagnostic wording for initializers...
2013-11-21 Richard SmithPR10837: Warn if a null pointer constant is formed...
2013-11-21 Aaron BallmanRefactored integer argument checking code into a helper...
2013-11-21 Daniel Jasperclang-format: Improve formatting of ObjC method express...
2013-11-21 Fariborz JahanianObjectiveC migrator. use strong instead of
2013-11-21 Fariborz JahanianObjectiveC. Allow toll free bridge cast warnings outside
2013-11-21 Aaron BallmanImplemented DefaultIntArgument in the table generator...
2013-11-21 Hans Wennborg[-cxx-abi microsoft] Emit linkonce_odr definitions...
2013-11-20 Richard SmithFix new check for missing semicolon after struct defini...
2013-11-20 Fariborz JahanianObjectiveC ARC. warn in presense of __bridge casting to
2013-11-20 Aaron BallmanThere is no such thing as __declspec(ms_struct), this...
2013-11-20 Aaron BallmanRemoved a duplicate diagnostic related to attribute...
2013-11-20 Aaron BallmanUpdated the thread safety attribute definitions to...
2013-11-20 Justin Holewinski[NVPTX] Update ABI handling
2013-11-20 Manman RenSet default Dwarf Version for -gline-tables-only on...
2013-11-20 Fariborz JahanianObjectiveC ARC. Better checking of toll free briding
2013-11-20 Ted KremenekRefine 'deprecated' checking for Objective-C classes...
2013-11-20 Alexander KornienkoAdded an option to allow short function bodies be place...
2013-11-20 Enea ZaffanellaWhen wrapping lazily generated builtins in an extern...
2013-11-20 Daniel JasperSimplify fix proposed in r195240.
2013-11-20 Alexander KornienkoSupport for JavaScript === and !== operators.
2013-11-20 Simon Atanasyan[Mips] Take in account the -mfp64 command line option...
2013-11-20 Manuel KlimekFix bug where optimization would lead to strange line...
2013-11-20 Bill WendlingUpdate to next release numbers.
2013-11-20 Aaron BallmanRemoving a custom error diagnostic and replacing it...
2013-11-20 Dmitri GribenkoComment parsing tests: introduce a little more structur...
2013-11-20 Aaron BallmanEnsuring the warning for attribute decl types matches...
2013-11-20 Dmitri GribenkoRevert r195176, it is breaking buildbots for unclear...
2013-11-20 Fariborz JahanianObjectiveC ARC. validate toll free bridge casting
2013-11-20 Dmitri GribenkoComment parsing tests: introduce a little more structur...
2013-11-20 Anna Zaks[analyzer] Fix an infinite recursion in region invalida...
2013-11-19 Reid KlecknerAdd a mangler entry point for TBAA rather than using...
2013-11-19 Richard SmithPR9547: If we're parsing a simple-declaration that...
2013-11-19 Aaron BallmanSwitching some string literals to be generated by the...
2013-11-19 Warren HuntMicrosoft Record Layout: zero sized base after base...
2013-11-19 Rafael EspindolaFurther fixes when thiscall is the default for methods.
2013-11-19 Jim GrosbachARM: embedded v7 'darwin' doesn't get min-version defines.
2013-11-19 Dmitri GribenkoRemove full path from CHECK line
2013-11-19 Fariborz JahanianObjectiveC ARC. Removes a bogus warning when a weak
2013-11-19 Dmitri GribenkoDocumentation parsing: in HeaderDoc, \abstract is equiv...
2013-11-19 Fariborz JahanianObjectiveC migrator. Do not migrate categories with
2013-11-19 Fariborz JahanianbjectiveC. Use a uniform diagnostic for
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-19 Alexander KornienkoRefactoring: replaced (*(I + x)) with I[x].
2013-11-19 Samuel BenzaquenChange VariadicOperatorMatcherInterface<> to take an...
2013-11-19 Joerg SonnenbergerRevert r194540, it breaks various C++ programs.
2013-11-19 Simon Atanasyan[Mips] Do not adjust float-abi flags in case of MIPS16...
2013-11-19 Aaron BallmanGiving this test a triple since it uses a calling conve...
next