]> granicus.if.org Git - clang/shortlog
clang
2019-10-15 Saar Raz[Concepts] Concept Specialization Expressions
2019-10-15 Simon PilgrimFix uninitialized variable warnings. NFCI.
2019-10-15 Sam McCall[Format] Add machine-readable SPDX license ID to clang...
2019-10-15 Thomas Lively[WebAssembly] Trapping fptoint builtins and intrinsics
2019-10-14 Jorge Gorbe... Revert "Dead Virtual Function Elimination"
2019-10-14 Eric ChristopherTemporarily Revert [Modules][PCH] Hash input files...
2019-10-14 Bruno Cardoso... [Modules][PCH] Hash input files content
2019-10-14 Eric ChristopherAdd -fno-experimental-pass-manager to make clear which...
2019-10-14 Eric ChristopherIn the new pass manager use PTO.LoopUnrolling to determ...
2019-10-14 Jian Cai[clang] add requirements to -Wa,-W test cases.
2019-10-14 Eli Friedman[test] Fix test failure
2019-10-14 Jian CaiAdd support to -Wa,-W in clang
2019-10-14 Jian CaiRevert "Add support to -Wa,-W in clang"
2019-10-14 Richard SmithPR43080: Do not build context-sensitive expressions...
2019-10-14 Jian CaiAdd support to -Wa,-W in clang
2019-10-14 Jan Korous[NFC] Fix ClangScanDeps/static-analyzer.c test on Windows
2019-10-14 Alexey Bataev[OPNEMP]Allow num_tasks clause in combined task-based...
2019-10-14 Jan Korous[clang-scan-deps] Support for clang --analyze in clang...
2019-10-14 Alexey Bataev[OPNEMP]Allow grainsize clause in combined task-based...
2019-10-14 Puyan Lotfi[clang][IFS][test] Fixing lit test breakages on macOS...
2019-10-14 Puyan Lotfi[clang][IFS] Escape mangled names so MS ABI doesn...
2019-10-14 Alexey Bataev[OPENMP50]Add support for 'parallel master taskloop...
2019-10-14 Alexey Bataev[OPENMP]Fix codegen for private variably length vars...
2019-10-14 Diogo N. Sampaio[ARM] Preserve fpu behaviour for '-crypto'
2019-10-14 Cameron McInally[IRBuilder] Update IRBuilder::CreateFNeg(...) to return...
2019-10-14 Sam Elliott[RISCV] enable LTO support, pass some options to linker.
2019-10-14 Sjoerd Meijer[docs] loop pragmas: options implying transformations
2019-10-14 Michal Gorny[clang] [clang-offload-bundler] Fix finding installed...
2019-10-14 Nico WeberPrefer 'env not' over 'not env' in tests.
2019-10-13 Joerg SonnenbergerImprove __builtin_constant_p lowering
2019-10-13 Paul Hoad[clang-format] Proposal for clang-format to give compil...
2019-10-13 Simon PilgrimBlockInCriticalSectionChecker - silence static analyzer...
2019-10-12 Nico WeberRevert r374663 "[clang-format] Proposal for clang-forma...
2019-10-12 Paul Hoad[clang-format] Proposal for clang-format to give compil...
2019-10-12 Sylvestre Ledruremove an useless allocation found by scan-build -...
2019-10-12 Puyan Lotfi[clang][IFS] Fixing spelling errors in interface-stubs...
2019-10-12 Puyan Lotfi[clang][IFS] Updating tests to pass on -fvisibility...
2019-10-12 Douglas YungSlightly relax restriction on exact order arguments...
2019-10-11 Volodymyr Sapsai[ObjC] Remove default parameter no caller was providing...
2019-10-11 Sylvestre LedruRelease notes: Add the option WarnForDeadNestedAssignments
2019-10-11 Volodymyr Sapsai[Stats] Convert some ad-hoc header search stats to...
2019-10-11 Richard SmithSuppress false-positive -Wdeprecated-volatile warning...
2019-10-11 Puyan Lotfi[clang][IFS] Fixing assert in clang interface stubs...
2019-10-11 Richard SmithUpdate clang module map for new excluded .def file.
2019-10-11 Erich KeaneFix test failure with 374562 on Hexagon
2019-10-11 Erich KeaneReland r374450 with Richard Smith's comments and test...
2019-10-11 Yitzhak Mandelbaum[libTooling] Move `RewriteRule` abstraction into its...
2019-10-11 Yitzhak Mandelbaum[libTooling] Change Stencil equality to use `toString()`
2019-10-11 Nico Weber[MS ABI]: Fix mangling function arguments for template...
2019-10-11 Oliver StannardDead Virtual Function Elimination
2019-10-11 Vitaly BukaInsert module constructors in a module pass
2019-10-11 Craig Topper[X86] Always define the tzcnt intrinsics even when...
2019-10-11 Nico WeberRevert 374481 "[tsan,msan] Insert module constructors...
2019-10-11 Yaxun Liu[CUDA][HIP} Add a test for constexpr default ctor
2019-10-11 Richard SmithFix assertion failure for a cv-qualified array as a...
2019-10-11 Richard SmithInclude whether the destructor is constexpr in -ast...
2019-10-11 Richard SmithMove most CXXRecordDecl::DefinitionData bit-fields...
2019-10-10 Vitaly Buka[tsan,msan] Insert module constructors in a module...
2019-10-10 Michael Liao[tooling] Fix assertion on MacOSX.
2019-10-10 Michael Liao[tooling] Teach Tooling to understand compilation with...
2019-10-10 Yaxun LiuFix help message for -ffp-contract
2019-10-10 Richard SmithPR43629: Fix crash evaluating constexpr placement new...
2019-10-10 Richard SmithFix some errors in <arm_neon.h> tests that cause them...
2019-10-10 Nico WeberRevert 374450 "Fix __builtin_assume_aligned with too...
2019-10-10 Erich KeaneFix __builtin_assume_aligned with too large values.
2019-10-10 Reid KlecknerAdd -fgnuc-version= to control __GNUC__ and other GCC...
2019-10-10 Zachary Turner[MSVC] Automatically add atlmfc folder to include and...
2019-10-10 Michael J.... [ScanDeps] clang-format, 80 cols.
2019-10-10 Alexey Bataev[OPENMP]Update doc for supported constructs, NFC.
2019-10-10 Alexey Bataev[OPENMP50]Support for 'master taskloop' directive.
2019-10-10 Eli Friedman[ARM] Fix arm_neon.h with -flax-vector-conversions...
2019-10-10 Reid KlecknerFix one more clang test which didn't have \5C in it
2019-10-10 Reid KlecknerUpdate clang tests for new LLVM IR backslash printing...
2019-10-10 Reid KlecknerRe-land "Use -fdebug-compilation-dir to form absolute...
2019-10-10 Paul Hoad[clang-format] throws an incorrect assertion in consume...
2019-10-10 Alexey Bataev[OPENMP50]Support for declare variant directive for...
2019-10-10 Kousik KumarIn openFileForRead don't cache erroneous entries if...
2019-10-10 Alexey Bataev[OPENMP50]Register vendor name only once in vendor...
2019-10-10 Dmitri GribenkoRevert "[IRBuilder] Update IRBuilder::CreateFNeg(....
2019-10-10 Roman Lebedev[AST] ASTReader::ReadSLocEntry(): move computation...
2019-10-10 Kadir CetinkayaRevert "Use -fdebug-compilation-dir to form absolute...
2019-10-10 Russell GallopRemove rest of time-trace message as it is inconsistent...
2019-10-10 Roman Lebedev[UBSan][clang][compiler-rt] Applying non-zero offset...
2019-10-10 Sjoerd MeijerRecommit "[Clang] Pragma vectorize_width() implies...
2019-10-10 Gauthier Harnisch[clang] prevent crash for nonnull attribut in constant...
2019-10-10 Michael Liao[ast] Fix indentation. NFC.
2019-10-10 Michael Liao[sema] Revise `getCurrentMangleNumberContext` interface...
2019-10-10 Yitzhak Mandelbaum[libTooling] Move Transformer files to their own direct...
2019-10-10 Reid KlecknerRe-land [mangle] Fix mangling where an extra mangle...
2019-10-10 Reid KlecknerRevert [mangle] Fix mangling where an extra mangle...
2019-10-10 Reid KlecknerUse -fdebug-compilation-dir to form absolute paths...
2019-10-09 Yaxun Liu[CUDA][HIP] Fix host/device check with -fopenmp
2019-10-09 Cameron McInally[IRBuilder] Update IRBuilder::CreateFNeg(...) to return...
2019-10-09 Alexey Bataev[OPENMP50]Fix scoring of contexts with and without...
2019-10-09 Sergey Dmitriev[Clang][OpenMP Offload] Add new tool for wrapping offlo...
2019-10-09 Volodymyr Sapsai[ObjC generics] Fix not inheriting type bounds in categ...
2019-10-09 Michael Liao[mangle] Fix mangling where an extra mangle context...
2019-10-09 Yaxun Liu[HIP] Fix -save-temps
2019-10-09 Eli Friedman[ARM] Fix arm_neon.h with -flax-vector-conversions...
2019-10-09 Thomas Lively[WebAssembly] Add builtin and intrinsic for v8x16.swizzle
next