]> granicus.if.org Git - clang/shortlog
clang
2014-08-29 Hans WennborgBetter codegen support for DLL attributes being dropped...
2014-08-28 Alexey SamsonovDon't create a null reference in ASTUnit::LoadFromComma...
2014-08-28 Alexey SamsonovDon't load invalid enum value in Sema::LazilyCreateBuiltin.
2014-08-28 Alexey SamsonovDon't load ill-formed AmbiguityKind in Sema::Lookup.
2014-08-28 Alexey SamsonovProperly align inline space for ImplicitConversionSeque...
2014-08-28 Alexey SamsonovDon't create a null reference to NestedNameSpecifier.
2014-08-28 Rafael EspindolaCall powerpc-darwin external tools with -arch ppc.
2014-08-28 Richard SmithOops, use correct RUN: line for test.
2014-08-28 Richard Smith[modules] PR20786: add (already passing) regression...
2014-08-28 Aaron BallmanReverting r216675. This breaks some bots. Before this...
2014-08-28 Fariborz JahanianObjective-C IRGen. Fixes an assertion crash caused...
2014-08-28 Aaron BallmanThrow a std::bad_array_new_length exception when the...
2014-08-28 Samuel BenzaquenCache the memoization data for DynTypedNodes.
2014-08-28 Yi Kongarm_acle: Fix error in ROR implementation
2014-08-28 NAKAMURA Takumi[CMake] clangStaticAnalyzerFrontend: Add clangLex,...
2014-08-28 Oliver Stannard[ARM] Change default ABI for AArch32 to be "aapcs"...
2014-08-28 Yi Kongarm_acle: Implement data processing intrinsics
2014-08-28 Alexey BataevFixed test compatibility with MSVC codegen.
2014-08-28 Richard Smith[modules] When completing the redecl chain for an anony...
2014-08-28 Alexey Bataev[C++11] Support for capturing of variable length arrays...
2014-08-28 Richard TrieuDuring cross field uninitialized checking, when process...
2014-08-28 Richard Smith[modules] Number anonymous declarations that are lexica...
2014-08-28 Alexey SamsonovProperly handle multiple nonnull attributes in CodeGen
2014-08-28 Alexey SamsonovKill one of EmitCallArgs overloads. NFC.
2014-08-27 Richard Smith[modules] Add an assert that we properly manage the...
2014-08-27 Richard SmithPR20769: Fix confusion when checking whether a prior...
2014-08-27 Richard TrieuMore -Wuninitialized updates
2014-08-27 Alexander KornienkoQuery CompilationDatabase right before running each...
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
next