]> granicus.if.org Git - clang/shortlog
clang
2014-08-27 Hans WennborgAllow adding dll attributes on certain redecls with...
2014-08-27 David BlaikieOverload SourceManager::overrideFileContents so that...
2014-08-27 Fariborz JahanianObjective-C. Change to method lookup rules to look
2014-08-27 Rafael EspindolaUpdate for LLVM api change.
2014-08-27 Richard SmithAdd tests for variadic functions versus attribute nonnu...
2014-08-27 Rafael EspindolaUpdate for llvm API change.
2014-08-27 Richard SmithFix regression in r216520: don't apply nonnull to non...
2014-08-27 Chandler CarruthFix PR20773 which I introduced with a silly edit mistak...
2014-08-27 Daniel Jasperclang-format: Address review comments of r216501.
2014-08-27 Nico WeberCall ResolveExceptionSpec for non-OdrUsed functions.
2014-08-27 Fariborz JahanianObjective-C. When multiple nullary selectors are found in
2014-08-27 Oliver StannardAllow __fp16 as a function arg or return type for AArch64
2014-08-27 NAKAMURA TakumiQuick fix to test/CodeGen/2007-06-18-SextAttrAggregate...
2014-08-27 Ted KremenekUse unique_ptr instead of OwningPtr. I'm not certain...
2014-08-27 Ted KremenekAdd support for the static analyzer to synthesize funct...
2014-08-27 Daniel Jasperclang-format: Fix regression in formatting of braced...
2014-08-27 Oliver StannardMove some ARM-specific code from CGCall.cpp to TargetIn...
2014-08-27 Evgeniy Stepanov[asan] Restore asan-rt name on linux back to pre-r216380.
2014-08-27 Chandler CarruthSignificantly fix Clang's header search for Ubuntu...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-27 Richard TrieuRefactor one of the larger functions for Type Diffing...
2014-08-27 Justin BognerDriver: Restore -fkeep-inline-functions as an ignored...
2014-08-27 Richard SmithFix representation of __attribute__((nonnull)) to suppo...
2014-08-27 Richard TrieuChange a few methods to static methods. No functionali...
2014-08-27 Richard SmithPR20760: Don't assert (and produce better diagnostics...
2014-08-27 Richard TrieuRefactor the diagnostic DeclContext printing. No funct...
2014-08-27 NAKAMURA TakumiClangCodeGenTests: Prune redundant libdeps.
2014-08-27 NAKAMURA Takumi[CMake] ClangCodeGenTests: Add Core. It's referenced...
2014-08-27 NAKAMURA TakumiClangCodeGenTests: Reorder libdeps.
2014-08-27 NAKAMURA TakumiClangCodeGenTests: Quick fix to USEDLIBS. clangCodeGen...
2014-08-27 Julien LerougeRe-apply r216491 (Win64 ABI shouldn't extend integer...
2014-08-27 Julien LerougeFix missing component.
2014-08-26 Richard Smith[modules] Don't assert when merging virtual functions...
2014-08-26 Daniel Jasperclang-format: Don't butcher __asm blocks.
2014-08-26 Keno FischerAttempt to address cmake buildbot failure
2014-08-26 Julien LerougeRevert 216491, it breaks CodeGenCXX/microsoft-abi-membe...
2014-08-26 Keno FischerDon't segfault in EmitCXXGlobalInitFunc when main file...
2014-08-26 Rafael EspindolaUpdate for llvm api change.
2014-08-26 Julien LerougeWin64 ABI shouldn't extend integer type arguments.
2014-08-26 Richard SmithClarify comment so this doesn't appear to be a C11...
2014-08-26 Rafael EspindolaUpdate for llvm api change
2014-08-26 Fariborz Jahanianrevert patch r216469.
2014-08-26 Argyrios Kyrtzidis[libclang] Fixup the cursor spelling range for C++...
2014-08-26 Alexey SamsonovFix an incorrect assert condition added in r216410.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from getBufferForFile. NFC.
2014-08-26 Reid KlecknerIgnore -fdevirtualize and -fdevirtualize-speculatively...
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from getBufferForFile. NFC.
2014-08-26 Quentin Colombet[test/CodeGen/ARM] Update arm_neon_intrinsics test...
2014-08-26 Joerg SonnenbergerConvert MC command line flag for fatal assembler warnin...
2014-08-26 Fariborz Jahanianc11- Check for c11 language option as documentation...
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...
next