]> granicus.if.org Git - clang/shortlog
clang
2014-08-26 Rafael EspindolaUpdate for llvm api change.
2014-08-26 Aaron BallmanSwitching from std::vector to llvm::ArrayRef per post...
2014-08-26 Aaron BallmanSome versions of MSVC do not support initializer list...
2014-08-26 Aaron BallmanThis test was updated in r216397, but was failing on...
2014-08-26 Yi Kongarm_acle: Add mappings for dbg intrinsic
2014-08-26 Yi KongARM: Add dbg builtin intrinsic
2014-08-26 Daniel Jasperclang-format: New option SpacesInSquareBrackets.
2014-08-26 Timur Iskhodzhanov[ASan/Win] Add an extra thunk.lib to handle stack-use...
2014-08-26 Yi Kongarm_acle: Implement swap intrinsic
2014-08-26 Daniel Jasperclang-format: Improve handling of block comments in...
2014-08-26 Richard TrieuPassing a variable to std::move now counts as a use...
2014-08-26 Richard Smith[modules] Track the described template in an alias...
2014-08-26 Kostya Serebryany[clang/asan] call __asan_poison_cxx_array_cookie after...
2014-08-25 Richard SmithFix typo.
2014-08-25 Alexey SamsonovPass actual CXXConstructExpr instead of argument iterators
2014-08-25 Fariborz JahanianObjective-C. Allow [super initialize] in an +initialize
2014-08-25 Fariborz JahanianObjective-C modernization. Convert -initWithUTF8String...
2014-08-25 Alexey SamsonovPass actual CallExpr instead of CallExpr-specific iterators
2014-08-25 Rafael EspindolaUpdate for llvm api change.
2014-08-25 Will DietzASTVector: Fix return value of various insert() methods.
2014-08-25 Timur IskhodzhanovFollow-up to r216380: update test expectations
2014-08-25 Timur Iskhodzhanov[ASan] Rename the ASan dynamic RT
2014-08-25 Manuel KlimekAdd hasAttr matcher for declarations.
2014-08-25 Daniel Jasperclang-format: Understand sequenced casts.
2014-08-25 Daniel Jasperclang-format: Improve formatting of nested builder...
2014-08-25 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-25 Richard Smith[modules] Fix false report of an ODR violation when...
2014-08-24 Nikola SmiljanicPR20716 - Crash when recovering from type in known...
2014-08-24 Dylan NoblesmithFrontend: unique_ptr-ify
2014-08-24 Hal FinkelMove __vector long deprecation checking into DeclSpec...
2014-08-24 Hal FinkelImplement __builtin_signbitl for PowerPC
2014-08-24 Hans WennborgDon't assert on different DLL attributes in template...
2014-08-23 Hans WennborgAdd another test for DLL attribute inheritance to parti...
2014-08-23 Hans WennborgFix CodeGenCXX/dllexport.cpp test. Somehow this slipped...
2014-08-23 Hans WennborgMS ABI: Inherit DLL attributes to partial class templat...
2014-08-23 Hans WennborgcheckDLLAttribute: remove a redundant dyn_cast
2014-08-23 David MajnemerCodeGen: Skip unnamed bitfields when handling designate...
2014-08-23 Richard Smith[modules] When merging a tag declaration that has a...
2014-08-23 Richard Smith[modules] Put class template declarations into the...
2014-08-23 Richard TrieuFix a bad location in -Wparentheses fix-it hint
2014-08-22 Fariborz JahanianObjective-C. Warn when @encode'ing provides an incomplete
2014-08-22 David BlaikieDebugInfo: Test that the loop backedge in a range-for...
2014-08-22 David BlaikieDebugInfo: for loop backedge should be attributed to...
2014-08-22 Rafael EspindolaClear the clang release notes to make room for 3.6.
2014-08-22 David BlaikieDebugInfo: Provide scopes for C++11 range-for loop...
2014-08-22 David BlaikieDebugInfo: Scope for condition variables more narrowly...
2014-08-22 Hans WennborgIgnore -Wunsupported-dll-base-class-template by default
2014-08-22 Fariborz JahanianObjective-C. Update my previous patch to not warn if
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-08-22 Quentin Colombet[test/CodeGen/ARM] Adpat test to match new codegen...
2014-08-22 Jordan Rose[analyzer] Remove check covered by -Wobjc-missing-super...
2014-08-22 Fariborz JahanianObjective-C. Warn if user has made explicit call
2014-08-22 Reid Kleckner-fms-extensions: Alias _intNN to __intNN
2014-08-22 Aaron BallmanFixing MSVC warning: "warning C4373: 'blah': virtual...
2014-08-22 Akira Hatanaka[AArch64, inline-asm] Improve diagnostic that is printe...
2014-08-22 David MajnemerMS ABI: Don't use the Itanium scheme for numbering...
2014-08-22 Richard TrieuFix PR20705, crash on invalid.
2014-08-22 Alexey SamsonovCGCall: Factor out the logic mapping call arguments...
2014-08-22 Quentin Colombet[test/CodeGen/ARM] Adpat test to match new codegen...
2014-08-21 David BlaikieUpdate for LLVM API change to remove discriminator...
2014-08-21 David BlaikieUpdate Clang for LLVM API change to use unique_ptr...
2014-08-21 Richard SmithReturn statements are initialization; don't forget...
2014-08-21 Richard SmithSimplify this logic now that -W can't be applied to...
2014-08-21 Richard SmithFix grammatical error in diagnostic.
2014-08-21 Alexey SamsonovPass expressions instead of argument ranges to EmitCall...
2014-08-21 Alex LorenzCoverage Mapping: store function's hash in coverage...
2014-08-21 Rafael EspindolaRefactor TLI creation. NFC.
2014-08-21 Fariborz JahanianObjective-C. Recover from missing interface decl.
2014-08-21 Hans WennborgRange'ify some for loops over RecordDecl::fields()
2014-08-21 Tom StellardR600: Implement getPointerWidthV()
2014-08-21 Tom StellardR600: Add processor type for hainan
2014-08-21 Tom StellardDriver: Implement -cl-denorms-are-zero
2014-08-21 Benjamin Kramer[analyzer] Don't warn on virtual calls in ctors to...
2014-08-21 Daniel SandersFix invalid test generation by utils/ABITest/ABITestGen...
2014-08-21 Hans WennborgMS ABI: Don't always instantiate all members of dllexpo...
2014-08-21 Hans Wennborgtest/CodeGenCXX/dllexport.cpp: don't instantiate templa...
2014-08-20 Jordan Rose[test] Turn off warnings for test/Analysis/identical...
2014-08-20 Alex LorenzTest: CoverageMapping: use "RUN: FileCheck" command...
2014-08-20 Alex LorenzCoverage mapping: fix mapping for objective-c for statement
2014-08-20 Alex LorenzCoverage mapping: fix mapping for objective-c message...
2014-08-20 Jordan Rose[analyzer] UnixAPI: Check that the third argument to...
2014-08-20 Jordan Rose[analyzer] UnixAPI: Check when open(2) is called with...
2014-08-20 Jordan Rose[analyzer] IdenticalExpr: don't try to compare integer...
2014-08-20 Jordan Rose[analyzer] IdenticalExpr: use getBytes rather than...
2014-08-19 Fariborz JahanianObjective-C [qoi]. Provide fix-it hint when sending
2014-08-19 Brad SmithHandle SPARC float command line parameters for SPARCv9.
2014-08-19 Alex LorenzTest: Coverage Mapping: add missing RUN commands
2014-08-19 Alex LorenzAdd tests for coverage mapping generation.
2014-08-19 Fariborz Jahanianext_vector IRGen. Patch to allow indexing into
2014-08-19 Aaron BallmanC++1y is now C++14!
2014-08-19 Rafael EspindolaMove the body out of line to try to fix a buildbot.
2014-08-19 Rafael EspindolaGo back to having a takeModule instead of a getModule.
2014-08-19 Alexander Musman[OPENMP] Extract common superclass from all the loop...
2014-08-19 David MajnemerMS ABI: Update alias template mangling for VC "14"...
2014-08-19 Rafael EspindolaUpdate for llvm api change.
2014-08-18 Nico WeberAdd a warning flag for an existing diagnostic.
2014-08-18 Alexey SamsonovUpdate link strategy for sanitizer runtime libraries...
2014-08-18 Ben LangmuirFix the rececl chain for redeclarations of predefined...
2014-08-18 Rafael EspindolaStore std::unique_ptr in InMemoryBuffers. NFC.
2014-08-18 Rafael Espindolareturn a std::unique_ptr from getMainBufferWithPrecompi...
next