]> granicus.if.org Git - clang/shortlog
clang
2014-07-15 Daniel Jasperclang-format: Improve heuristic around avoiding bad...
2014-07-15 David MajnemerAST: Don't walk all redeclarations when looking for...
2014-07-15 Richard Smith[modules] Rearrange and unify the way we determine...
2014-07-15 Alexey Bataev[OPENMP] Several cosmetic fixes in comments, tests...
2014-07-15 Ehsan AkhgariDon't get confused on the number of braces when braces...
2014-07-15 Justin BognerVirtualFileSystem: Correctly generate the mapping for...
2014-07-15 Richard SmithPR19751: (T())++ is not a cast-expression.
2014-07-14 David MajnemerAST: Fix __uuidof for template specializations
2014-07-14 Alp TokerRevert "Revert "Move clang feature flags settings out...
2014-07-14 Richard SmithRemove dead code.
2014-07-14 Alp TokerDefine ENABLE_CLANG_ARCMT in the legacy build system too
2014-07-14 David MajnemerAST: Cleanup __uuidof related code
2014-07-14 Alp TokerRevert "Move clang feature flags settings out of LLVM...
2014-07-14 Kaelyn TakataContinue parsing an expression list even after an error...
2014-07-14 Alp TokerMove clang feature flags settings out of LLVM core...
2014-07-14 Alp TokerFix build with various feature flag combinations
2014-07-14 Alp TokerFix the !CLANG_ENABLE_ARCMT build
2014-07-14 Ben LangmuirTry harder to supress the test from r212975 on Windows
2014-07-14 Joerg SonnenbergerDrop separate UIntMaxType and just derive it from IntMa...
2014-07-14 Joerg SonnenbergerIntroduce getCorrespondingUnsignedType() in TargetInfo...
2014-07-14 Ben LangmuirXFAIL test that doesn't work on Windows yet
2014-07-14 Richard SmithIn C++98, if an rvalue reference binds to a function...
2014-07-14 Ben LangmuirFix case-sensitivity of inferred framework modules
2014-07-14 Alp TokerFix typos
2014-07-14 Alp TokerAvoid non-attributive uses of 'unsupported' in diagnostics
2014-07-14 Sylvestre LedruDocument the forward of the -u option (r211756)
2014-07-14 Sylvestre LedruDocument the warning triggered by the unsupported gcc...
2014-07-14 Reid KlecknerRevert "Improve error recovery around colon."
2014-07-14 Alp TokerChange the diagnostic group for unsupported gcc optimiz...
2014-07-14 Serge PavlovImprove error recovery around colon.
2014-07-14 David MajnemerCodeGen: Let arrays be inputs to inline asm
2014-07-14 Yi KongARM: Add NOP intrinsic mapping in arm_acle.h
2014-07-14 Yi KongARM: Implement __builtin_arm_nop intrinsic
2014-07-14 Benjamin Kramer[ASTMatchers] Make hasOverloadedOperatorName also match...
2014-07-14 Daniel Jasperclang-format: Improve cast detection (fix false positive).
2014-07-14 Pavel Chupin[x32] Add __ILP32__ macro for ILP32 platforms
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-14 NAKAMURA Takumi[CMake] Reorder libdeps by alphabetical order.
2014-07-14 Richard SmithSuperficial fix for PR20218: binding a function lvalue...
2014-07-13 Pavel ChupinRemove trailing spaces
2014-07-13 Yi KongAdd test cases for AArch64 hints codegen
2014-07-13 NAKAMURA Takumi[CMake] Give explicit dependencies to a couple of modul...
2014-07-13 NAKAMURA TakumiPrintFunctionNames/CMakeLists.txt: Fix a comment.
2014-07-13 David MajnemerMS ABI: Stick internal vftables in a comdat if they...
2014-07-12 Saleem Abdulrasooltests: use a more precise target for tests
2014-07-12 Saleem AbdulrasoolHeaders: add hint intrinsics to arm_acle.h
2014-07-12 Saleem AbdulrasoolCodeGen: support hint intrinsics from ACLE on AArch64
2014-07-12 Yi KongImprove comments of ARM ACLE header file and tests
2014-07-12 Hal FinkelAdd nonnull in CodeGen for __attribute__((returns_nonnull))
2014-07-12 Alexey Samsonov[ASan] Collect unmangled names of global variables...
2014-07-12 Reid KlecknerRequire an x86 registered target for this test by split...
2014-07-12 Reid Klecknerclang-cl: Make all x86 CPU feature flags available...
2014-07-11 Reid KlecknerForm a CallExpr from __noop without parens
2014-07-11 Argyrios Kyrtzidis[Driver] clang::driver::getARMCPUForMArch() moved to...
2014-07-11 Alp TokerConsolidate header inclusion diagnostics
2014-07-11 David MajnemerCodeGen: Don't emit a thread-wrapper if we can't touch...
2014-07-11 Brad Smithoops. correct the prefix.
2014-07-11 Reid KlecknerMS extension: Make __noop be the integer zero, not...
2014-07-11 Brad SmithHandle SPARC float command line parameters for SPARCv9.
2014-07-11 Richard Smith[modules] When merging a class template, also merge...
2014-07-11 Hal FinkelAdd nonnull in CodeGen for __attribute__((nonnull))
2014-07-11 Sylvestre LedruTest for warning being silenced
2014-07-11 Aaron BallmanThe returns_nonnull attribute does not require a functi...
2014-07-11 NAKAMURA TakumiInstantiate llvm::Registry<clang::PluginASTAction>...
2014-07-11 Zinovy Nis[PATCH] [x32] Introduce -mx32 flag enforcing x32 mode...
2014-07-11 Sylvestre LedruTiny improvement in a test (missing quote)
2014-07-11 Sylvestre LedruGCC compatibility: Create a Group to ignore unsupported...
2014-07-11 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp task' direc...
2014-07-11 Ben LangmuirDon't assume StringRef.data() is null-terminated
2014-07-11 NAKAMURA TakumiTestAfterDivZeroChecker.cpp: Avoid member initializer...
2014-07-11 Richard Smith[modules] Don't try to merge template specializations...
2014-07-11 NAKAMURA Takumiclang/test/CodeGenCXX/PR20038.cpp: Appease targeting...
2014-07-11 Reid KlecknerReturn a FixItHint instead of taking a diagnostic builder
2014-07-10 Reid KlecknerMSVC compat: Allow lookup of friend types in enclosing...
2014-07-10 Diego NovilloEnable -gcolumn-info by default.
2014-07-10 Richard SmithAdd AST dumping for VarDecl init kind.
2014-07-10 Alexey Samsonov[UBSan] Introduce type-based blacklisting.
2014-07-10 Alexey SamsonovBe more specific about return types of some methods.
2014-07-10 Richard SmithPR20256: don't accidentally instantiate non-dependent...
2014-07-10 David BlaikieFix the dtor location issues in PR20038 harder.
2014-07-10 Ulrich WeigandFix (and reenable) ppc64-align-struct.c test for non...
2014-07-10 David BlaikieRemove use of uniform initialization ({}) introduced...
2014-07-10 Ehsan AkhgariAvoid definining more GCC specific predefined macros...
2014-07-10 David BlaikieQuick (attempted) fix for non-asserts builds for a...
2014-07-10 Argyrios Kyrtzidis[Driver/Unittests] Follow up for r212666, add unit...
2014-07-10 Ulrich Weigand[PowerPC] ABI support for aligned by-value aggregates
2014-07-10 Andy GibbsProvide -verify support to match "any" line for diagnos...
2014-07-10 Ulrich Weigand[PowerPC] ABI support for non-Altivec vector types
2014-07-10 David MajnemerFix clang tests to be compliant with LLVM IR aliases
2014-07-10 Jordan Rose[analyzer] Check for code testing a variable for 0...
2014-07-10 Zinovy Nis[Codestyle][x32] Cosmetic codestyle fix.
2014-07-10 Zinovy Nis[x32] Adding X32 target support to driver, including...
2014-07-10 Daniel Sanders[mips][mips64r6] Add support for mips-img-linux-gnu...
2014-07-10 Daniel Sanders[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-07-10 Viktor KutuzovAdd clang headers that fix machine-dependent definition...
2014-07-10 Alp TokerPrevent link warnings due to -Wframe-larger-than=
2014-07-10 Reid KlecknerMS ABI: Fix __fastcall methods that return structs
2014-07-10 Richard SmithCleanup. No functionality change.
2014-07-10 Argyrios Kyrtzidis[Driver] Expose getARMCPUForMArch() function in the...
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
next