]> granicus.if.org Git - clang/history - lib
[OPENMP] Further reduction test fix, NFC.
[clang] / lib /
2017-07-13 Alexey Bataev[OPENMP] Generalization of codegen for reduction clauses.
2017-07-13 Alex Lorenz[ObjC] Pick a 'readwrite' property when synthesizing...
2017-07-13 Alex Lorenz[index] Objective-C method declarations and message...
2017-07-13 Alex Lorenz[refactor][rename] Use a single base class for class...
2017-07-13 Hiroshi Inouefix typos in comments; NFC
2017-07-13 Akira Hatanaka[Sema] Mark a virtual CXXMethodDecl as used if a call...
2017-07-12 Petr HosekReland "[Driver] Update Fuchsia driver path handling"
2017-07-12 Ben Langmuir[index] Don't add relation to a NamedDecl with no name
2017-07-12 Dominic ChenRevert "[analyzer] Support generating and reasoning...
2017-07-12 Simon Dardis[mips][mt][7/7] Add driver option for the MIPS MT ASE.
2017-07-12 Petr HosekRevert "[Driver] Update Fuchsia driver path handling"
2017-07-12 Ekaterina Romanova[DOXYGEN] Corrected typos and incorrect parameters...
2017-07-12 Dominic Chen[analyzer] Support generating and reasoning over more...
2017-07-12 Petr Hosek[Driver] Update Fuchsia driver path handling
2017-07-12 Alexey Bataev[OPENMP] Emit implicit taskgroup block around taskloop...
2017-07-12 Chih-Hung Hsieh[clang] buildFixItInsertionLine should use Hints of...
2017-07-12 Krasimir Georgiev[clang-format] Keep level of comment before an empty...
2017-07-12 John McCallExpose some type-conversion functions as part of the...
2017-07-12 Matthias GehreCFG: Add CFGElement for automatic variables that leave...
2017-07-12 Richard Trieu[ODRHash] Revert r307720 to fix buildbot.
2017-07-11 Konstantin ZhuravlyovEnhance synchscope representation (clang)
2017-07-11 Richard Trieu[ODRHash] Support more method types.
2017-07-11 Alexey Bataev[OPENMP] Skip BuildMemberExpr() in BuildFieldReferenceE...
2017-07-11 Alexey Bataev[OPENMP] Add restriction for reduction clause in tasklo...
2017-07-11 Joerg SonnenbergerNetBSD uses soft-float by default, unless the environme...
2017-07-11 Alex Lorenz[ObjC] Check that a subscript methods is declared for...
2017-07-11 Simon Atanasyan[mips] Create the correct profiling symbol on Linux...
2017-07-11 Alexander Shaposhnikov[analyzer] Start fixing modeling of bool based types
2017-07-10 Sean Callananclang-import-test had some dead code. I did the followi...
2017-07-10 Eric ChristopherIsSpecialLong was only ever set in release mode as...
2017-07-10 Dehao ChenUse DenseMap instead std::map for GVSummaryMapTy
2017-07-10 Zvi RackoverX86 Intrinsics: _bit_scan_forward should not be under...
2017-07-10 Eric FiselierRemove incorrect FIXME comment; the FIXME was addressed...
2017-07-10 Eric FiselierRemove non-ascii characters introduced in r307513
2017-07-10 Eric Fiselier[coroutines] Include the implicit object parameter...
2017-07-09 Raphael Isemann[analyzer] Faster hashing of subsequences in CompoundStmts.
2017-07-09 Craig Topper[X86] Add more feature flag bit defines to cpuid.h...
2017-07-09 Craig Topper[X86] Add __get_cpuid_count to cpuid.h. Update __get_cp...
2017-07-09 Raphael Isemann[analyzer] Make StmtDataCollector part of the CloneDete...
2017-07-08 Yaxun LiuFix build failure with gcc about mixing enum and non...
2017-07-08 Yuka Takahashi[Bash-autocompletion] Auto complete cc1 options if...
2017-07-08 Benjamin Kramer[CodeGen] Fold variable into assert.
2017-07-08 Yaxun LiuCodeGen: Fix address space of global variable
2017-07-08 Richard Trieu[ODRHash] Support FriendDecl
2017-07-08 Craig Topper[X86] Move AVX512VPOPCNTDQ in __builtin_cpu_support...
2017-07-07 Reid Kleckner[MS] Don't statically initialize dllimport member funct...
2017-07-07 Richard Smith[modules ts] Basic for module linkage.
2017-07-07 Craig Topper[X86] Replace 'fallthrough' comments with LLVM_FALLTHROUGH.
2017-07-07 Martin Probstclang-format: [JS] do not wrap after "readonly".
2017-07-07 Alex LorenzRecommit [driver][macOS] Pick the system version for the
2017-07-07 Simon Atanasyan[driver][mips] Pass long-calls feature flag to the...
2017-07-07 Alex Lorenz[Frontend] Verify that the bitstream is not empty befor...
2017-07-07 Olivier GoffartFix crash parsing invalid code
2017-07-07 Alex Lorenz[ObjC] Avoid the -Wunguarded-availability warnings...
2017-07-06 Sterling AugustineThis call-site should have been updated as part of...
2017-07-06 Richard SmithReject attempts to build a module without -fmodules...
2017-07-06 Sterling AugustineAllow CompilerInvocations to generate .d files.
2017-07-06 Mandeep Singh Grang [Objective-C] Fix non-determinism in clang
2017-07-06 Sjoerd MeijerThis reverts r305820 (ARMv.2-A FP16 vector intrinsics...
2017-07-06 Gheorghe-Teodor... [OpenMP] Extend CLANG target options with device offloa...
2017-07-06 Gheorghe-Teodor... [OpenMP] Customize CUDA-based tool chain selection
2017-07-06 Krasimir Georgiev[clang-format] Add space between a message field key...
2017-07-06 Richard Smith[modules ts] Do not emit strong function definitions...
2017-07-05 Douglas GregorFix test case in pre-C++11 mode; address Aaron Ballman...
2017-07-05 Douglas GregorCope with Range-v3's CONCEPT_REQUIRES idiom
2017-07-05 Douglas GregorCustomize the SFINAE diagnostics for enable_if to provi...
2017-07-05 Erik Pilkington[Sema] Don't allow -Wunguarded-availability to be silen...
2017-07-05 Erich KeaneAddress comments that escaped D33333
2017-07-05 Ulrich Weigand[SystemZ] Simplify handling of ISA revisions
2017-07-05 Simon Atanasyan[driver][mips] Use AddTargetFeature to check arguments...
2017-07-05 Simon Atanasyan[driver][mips] Remove redundant curly brackets. NFC
2017-07-05 Krasimir Georgiev[clang-format] Fix an uninitialized memory access
2017-07-05 Alexander KornienkoAdd const to reference arguments of Diagnostic ctor
2017-07-05 Erik VerbruggenFix invalid warnings for header guards in preambles
2017-07-05 Richard Smith[modules ts] Improve merging of module-private declarat...
2017-07-05 Hiroshi Inouefix trivial typos in comments; NFC
2017-07-05 Yaxun Liu[AMDGPU] Fix size and alignment of size_t and pointer...
2017-07-05 Richard Smith[modules ts] Declarations from a module interface unit...
2017-07-04 Yaxun Liu[AMDGPU] Fix regressions on mesa/clover with libclc...
2017-07-04 Kamil RytarowskiEnable LLVM asan support for NetBSD/amd64
2017-07-04 Martin Probstclang-format: [JS] space between pseudo keywords and...
2017-07-04 Alex Lorenz[index] Index nested name qualifiers in a forward decla...
2017-07-04 Joey Gouly[OpenCL] Rename err_opencl_enqueue_kernel_expected_type
2017-07-04 Shoaib Meenai[CodeGen] Check key function for typeinfo import
2017-07-04 Eli Friedman[Sema] Make BreakContinueFinder handle nested loops.
2017-07-03 Roman Lebedev[clang] Implement -Wcast-qual for C++
2017-07-03 Martin ProbstRevert "clang-format: [JS] space between pseudo keyword...
2017-07-03 Krasimir Georgiev[clang-format] Support text proto messages
2017-07-03 Martin Probstclang-format: [JS] space between pseudo keywords and...
2017-07-03 Alex Lorenz[index] Remove 'implicit' role for message sends in...
2017-07-03 Alex LorenzAdd a fixit for -Wobjc-protocol-property-synthesis
2017-07-03 Hiroshi Inouefix trivial typos in comments; NFC
2017-07-02 Hiroshi Inouefix trivial typos in comments; NFC
2017-07-01 Joerg SonnenbergerAdd an option group for deprecated warnings. Add the...
2017-07-01 Vassil Vassilev[modules] Teach clang how to merge typedef over anonymo...
2017-07-01 Jonas Hahnfeld[OpenMP] Fix mapping of scalars for combined directives
2017-07-01 Hiroshi Inouefix trivial typos; NFC
2017-07-01 Yuka TakahashiChanged Opts.EABIVersion type string to llvm::EABI...
2017-07-01 Brian GesiakUn-revert "[Driver] Add -fdiagnostics-hotness-threshold"
2017-07-01 Brian GesiakRevert "[Driver] Add -fdiagnostics-hotness-threshold"
next