]> granicus.if.org Git - clang/shortlog
clang
2019-04-10 John McCallAdd IRGen APIs to fetch ctor/dtor helper functions...
2019-04-10 Alexey Bataev[OPENMP]Improve detection of number of teams, threads...
2019-04-10 John McCallFix for different build configurations.
2019-04-10 John McCallFix an off-by-one mistake in IRGen's copy-construction
2019-04-10 John McCallDon't emit an unreachable return block.
2019-04-10 Hans Wennborgclang-cl: Fix parsing of the /F option (PR41405)
2019-04-10 Akira Hatanaka[CodeGen][ObjC] Emit the retainRV marker as a module...
2019-04-09 Alexey Bataev[OPENMP]Allow allocate directive on parameters.
2019-04-09 Raphael IsemannFixed comment as pointed out by post-commit review...
2019-04-09 Tom StellardAdd support for detection of devtoolset-8
2019-04-09 Alex Bradbury[RISCV] Unbreak test from r357989
2019-04-09 Alex Bradbury[RISCV][NFC] Minor fixup for r357989
2019-04-09 Alex Bradbury[RISCV][NFC] Refactor RISC-V ABI lowering tests in...
2019-04-09 Bjorn Pettersson[ASTImporter] Fix in ASTImporter::Import_New(const...
2019-04-08 Owen Pan[clang-format] Add AfterCaseLabel to BraceWrapping
2019-04-08 Amy HuangRevert "[MS] Add metadata for __declspec(allocator)"
2019-04-08 Chandler CarruthMove the builtin headers to use the new license file...
2019-04-08 Shafik Yaghmour[ASTImporter] Call to HandleNameConflict in VisitEnumDe...
2019-04-08 David GoldmanClean up ObjCPropertyDecl printing
2019-04-08 Alexey Bataev[OPENMP] Sync __kmpc_alloc/_kmpc_free function with...
2019-04-08 Amy Huang[MS] Add metadata for __declspec(allocator)
2019-04-08 Craig Topper[X86] Add some fp to integer conversion intrinsics...
2019-04-08 Alexey Bataev[OPENMP][NVPTX]Fixed processing of memory management...
2019-04-08 Alexander KornienkoRemove a bogus sed option in test.
2019-04-08 Alexander KornienkoRemove a useless assertion in clang-check.
2019-04-08 Simon PilgrimRevert rL357915 from cfe/trunk: Remove a useless assert...
2019-04-08 Rainer Orth[python, tests] Disable Clang Python tests on SPARC
2019-04-08 Alexander KornienkoRemove a useless assertion in clang-check.
2019-04-08 Balazs KeriChanged every use of ASTImporter::Import to Import_New
2019-04-08 Reuben Thomas[clang-format] Optionally insert a space after unary...
2019-04-08 Brad SmithIAS is now enabled for all OS on MIPS64
2019-04-07 Brad SmithEnable IAS for FreeBSD SPARC64.
2019-04-07 Owen Pan[clang-format] Fix bug https://bugs.llvm.org/show_bug...
2019-04-06 Owen Pan[clang-format] Fix Bug 41407
2019-04-06 Paul Hoad[clang-format] BreakAfterReturnType ignored on function...
2019-04-05 Artem DergachevRevert "[Lexer] NFC: Fix an off-by-one bug in getAsChar...
2019-04-05 Artem Dergachev[Lexer] NFC: Fix an off-by-one bug in getAsCharRange().
2019-04-05 Artem Dergachev[analyzer] NoStoreFuncVisitor: Suppress reports with...
2019-04-05 Matt Morehouse[clang-fuzzer] Include ExternalProject before using it.
2019-04-05 David GoldmanFix error in NamedDeclPrinterTest
2019-04-05 Kristina Brooks[docs] Fix rst title in clang langext docs. NFCI
2019-04-05 Stanislav Mekhanoshin[AMDGPU] rename vi-insts into gfx8-insts
2019-04-05 Evgeny Mankov[CUDA][Windows] Last fix for the clang Bug 38811 "Clang...
2019-04-05 Sam McCall[Tooling] add a Heuristic field indicating that a Compi...
2019-04-05 Yitzhak Mandelbaum[LibTooling] Add Transformer, a library for source...
2019-04-05 Yitzhak Mandelbaum[LibTooling] Add "SourceCode" library for functions...
2019-04-05 Alex Lorenz[test] Specify an explicit darwin version in a triple in
2019-04-04 Evandro Menezes[IR] Refactor attribute methods in Function class ...
2019-04-04 Nico WeberMake SourceManager::createFileID(UnownedTag, ...) take...
2019-04-04 David GoldmanSpecial case ObjCPropertyDecl for printing
2019-04-04 Alexey Bataev[OPENMP]Add codegen for task reduction vars with alloca...
2019-04-04 Stephen HinesVerify that Android targets generate DWARF 4 by default.
2019-04-04 Alexey Bataev[OPENMP]Add codegen for linear vars with allocate claus...
2019-04-04 Alexey Bataev[OPENMP]Fix lookup of the user-defined reductions in C.
2019-04-04 Alex Bradbury[RISCV] Fix rL357699 by adding missing zero-length...
2019-04-04 Nico WeberUpdating Chromium's Java import order
2019-04-04 Alex Bradbury[RISCV] Collect library directories and triples for...
2019-04-04 Krasimir Georgiev[clang-format] Preserve include blocks in ObjC Google...
2019-04-04 Alex Bradbury[RISCV][NFC] s/riscv32-linux-unknown-elf/riscv32-unknow...
2019-04-04 Sam McCall[CodeComplete] Fix crash when completing ObjC block...
2019-04-04 Anastasia Stulova[PR41157][OpenCL] Prevent implicit init of local addr...
2019-04-04 Anastasia Stulova[PR41276] Fixed incorrect generation of addr space...
2019-04-04 David L. JonesRevert r357452 - 'SimplifyCFG SinkCommonCodeFromPredece...
2019-04-03 Amy Huangadd periods
2019-04-03 Evandro Menezes[IR] Create new method in `Function` class (NFC)
2019-04-03 Alexey Bataev[OPENMP]Add codegen for reduction vars with allocate...
2019-04-03 Alexey Bataev[OPENMP]Add codegen for lastprivate vars with allocate...
2019-04-03 Artem DergachevRevert "[analyzer] Toning down invalidation a bit".
2019-04-03 Alexey Bataev[OPENMP]Add codegen for firstprivate vars with allocate...
2019-04-03 Alexey BataevRevert "[LibTooling] Add Transformer, a library for...
2019-04-03 Jennifer YuBug-40323: MS ABI adding template static member in...
2019-04-03 Krasimir Georgiev[clang-format] Do not emit replacements while regroupin...
2019-04-03 Aaron BallmanWhitespace and formatting changes; NFC.
2019-04-03 Aaron BallmanAdd a new attribute documentation category for declarat...
2019-04-03 Aaron BallmanFixing a typo; NFC.
2019-04-03 Xing GUOFix typos in tests. NFC.
2019-04-03 Yitzhak Mandelbaum[LibTooling] Add Transformer, a library for source...
2019-04-03 Eric Liu[clang-format] Regroup #includes into blocks for Google...
2019-04-03 Sylvestre LedruAdding 'CLion integration' to clang-format doc
2019-04-03 Fangrui Song[libclang][test] Suppress annoying 'LIBCLANG TOOLING...
2019-04-03 Artem Dergachev[analyzer] When failing to evaluate a __builtin_constan...
2019-04-03 Alon Zakai[WebAssembly] Add Emscripten OS definition + small_printf
2019-04-02 Aaron Enye Shi[HIP-Clang] Fat binary should not be produced for non...
2019-04-02 Aaron Enye Shi[HIP-Clang] Fat binary should not be produced for non...
2019-04-02 Aaron Enye Shi[HIP-Clang] Fat binary should not be produced for non...
2019-04-02 Erik Pilkington[Sema] Fix a use-after-deallocate of a ParsedAttr
2019-04-02 Erik Pilkington[CodeGen] Fix a regression by emitting lambda expressio...
2019-04-02 Alexey Bataev[OPENMP]Add codegen for private vars with allocate...
2019-04-02 Simon Atanasyan[driver][mips] Check both `gnuabi64` and `gnu` suffixes...
2019-04-02 Simon Atanasyan[driver] clang-format. Fix indentation, split long...
2019-04-02 Vedant Kumar[os_log] Mark os_log_helper `nounwind`
2019-04-02 Alexey Bataev[OPENMP]Fix mapping of the pointers captured by reference.
2019-04-02 Pierre Gousseau[Driver] Enable -fsanitize-address-globals-dead-strippi...
2019-04-02 Simon PilgrimFix Wimplicit-fallthrough warning introduced in rL35746...
2019-04-02 Strahinja Petrovic[PowerPC] Fix issue with inline asm - soft float mode
2019-04-02 Mikael HolmenFix compiler warning, remove extra ";" [NFC]
2019-04-02 Hans WennborgSimplifyCFG SinkCommonCodeFromPredecessors: Also sink...
2019-04-01 Michael Kruse[CodeGen] Generate follow-up metadata for loops with...
2019-04-01 Alexey Bataev[OPENMP]Allocate clause allocator in target region.
2019-04-01 Gabor MartonAttempt to fix failing buildbot (ppc64le)
next