]> granicus.if.org Git - clang/shortlog
clang
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Refactored check...
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Correct dynamic...
2018-09-14 Sylvestre LedruUse Chrome and Firefox as example of success for clang
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Updated comments
2018-09-14 Sylvestre Ledruremove 11 years old videos from the homepage. if you...
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Fixed dereferencing
2018-09-14 Sylvestre Ledruupdate the doc to compare with gcc 4.9 instead of 4.2
2018-09-14 Sylvestre Ledrugcc is now returning the same output on this example...
2018-09-14 Dean Michael... [XRay][clang] Emit "never-instrument" attribute
2018-09-14 Richard Trieu[ODRHash] Fix early exit that skipped code.
2018-09-14 Vedant KumarRelax alignment assumptions in a test after r342194
2018-09-13 Vedant Kumar[Sema] Remove location from implicit capture init expr
2018-09-13 Richard SmithFix crash on call to __builtin_memcpy with a null point...
2018-09-13 Richard SmithDiagnose likely typos in #include directives.
2018-09-13 Stephen HinesSupport -fno-omit-frame-pointer with -pg.
2018-09-13 Erich Keane[NFC]Refactor MultiVersion Resolver Emission to combine...
2018-09-13 Alexey Bataev[OPENMP] Fix PR38903: Crash on instantiation of the...
2018-09-13 David BolvanskyPrint correctly dependency paths on Windows
2018-09-13 Oliver Stannard[AArch64] Enable return address signing for static...
2018-09-13 Simon PilgrimFix MSVC "illegal conversion; more than one user-define...
2018-09-13 Owen Pan[clang-format] Wrapped block after case label should...
2018-09-12 Tri Vo[AArch64] Support reserving x1-7 registers.
2018-09-12 Richard SmithRemove dead code made unnecessary by r342018.
2018-09-12 Richard SmithTrack definition merging on the canonical declaration...
2018-09-12 Richard SmithWhen we leave a module header, make that header visible...
2018-09-12 Brendon Cahoon[Hexagon] Remove fp-contract=fast setting for at O3
2018-09-12 Matt Davis[Diagnostic] Fix a warning typo. NFC.
2018-09-12 Alexey Bataev[OPENMP] Fix PR38902: support ADL for declare reduction...
2018-09-12 Roger Ferrer... [RISCV] Explicitly set an empty --sysroot in the test
2018-09-12 David Green[CodeGen] Align rtti and vtable data
2018-09-12 Mikhail Maltsev[CodeGen][ARM] Coerce FP16 vectors to integer vectors...
2018-09-12 Christian BruelFix Check test to avoid output string mismatch
2018-09-12 Eric Liu[Tooling] Wait for all threads to finish before resetti...
2018-09-12 Petr Hosek[Driver] Search LibraryPaths when handling -print-file...
2018-09-12 Richard SmithRevert r342019, "Track definition merging on the canoni...
2018-09-12 Richard SmithTrack definition merging on the canonical declaration...
2018-09-12 Richard SmithConsistently create a new declaration when merging...
2018-09-12 Richard SmithFix tracking of merged definitions when the merge targe...
2018-09-11 Shuai Wang[NFC] Fix build breakage caused by D51948
2018-09-11 Shuai Wang[analyzer] Add ExprMutationAnalyzer
2018-09-11 Peter CollingbourneIntroduce the VTable interleaving scheme to the CFI...
2018-09-11 Vedant Kumar[gcov] Update a clang test for r341977
2018-09-11 George Karpenkov[analyzer] [NFC] Change the tests by making the version...
2018-09-11 Mike Rice[clang-cl, PCH] Support for /Yc and /Yu without filenam...
2018-09-11 Jonas Toth[ASTMatchers] add three matchers for dependent expressions
2018-09-11 Kadir Cetinkaya[CodeCompletion] Enable signature help when initializin...
2018-09-11 Alexey Bataev[OPENMP] Simplified checks for declarations in declare...
2018-09-11 Jonathan Coe[python bindings] Expose getNumTemplateArguments
2018-09-11 Ilya Biryukov[Tooling] Restore working dir in ClangTool.
2018-09-11 Douglas YungMake test more robust in case the expected output appea...
2018-09-11 Bruno Cardoso... [Modules] Add imported modules to the output of -module...
2018-09-10 Saleem Abdulrasoolclang-check: rename the local FixItAction
2018-09-10 Erik Pilkington[Sema][ObjC] Infer availability of +new from availabili...
2018-09-10 Erich KeaneFix test regression in r341862
2018-09-10 Erik Pilkington[AST] Fix a crash on invalid.
2018-09-10 Erich KeaneMove AESNI generation to Skylake and Goldmont
2018-09-10 JF BastienImplement -Watomic-implicit-seq-cst
2018-09-10 Richard SmithEnhance -Wc++14-compat for class template argument...
2018-09-10 Alexandre Ganea[clang-cl] Enable -march option
2018-09-10 Adrian PrantlRemove all uses of DIFlagBlockByrefStruct
2018-09-10 Erich KeanePrevent cpu-specific/cpu-dispatch from giong on a lambda.
2018-09-10 Kadir Cetinkaya[clang] Make sure codecompletion is called for calls...
2018-09-10 Adam Balogh[Analyzer] Commit fix for rL341790/rC341790
2018-09-10 Adam Balogh[Analyzer] Iterator Checker - Part 8: Support for assig...
2018-09-10 Adam Balogh[Analyzer] Iterator Checker - Part 7: Support for push...
2018-09-10 Adam Balogh[Analyzer] Iterator Checker - Part 6: Mismatched iterat...
2018-09-10 Adam Balogh[Analyzer] Iterator Checker - Part 5: Move Assignment...
2018-09-10 Adam Balogh[Analyzer] Iterator Checker - Part 4: Mismatched iterat...
2018-09-10 Hans WennborgReleaseNotes: update links to use https
2018-09-10 Richard SmithPR33222: Require the declared return type not the actua...
2018-09-10 Richard SmithPart of PR33222: defer enforcing return type mismatch...
2018-09-10 Kelvin Li[OpenMP] Add support for nested 'declare target' directives
2018-09-09 Fangrui Song[Sema] Make typo correction slightly more efficient
2018-09-09 Hamza SoodFix build bots after a mistake in r341760
2018-09-09 Hamza Sood[Tooling] Improve handling of CL-style options
2018-09-09 Akira HatanakaRevert r341754.
2018-09-09 Fangrui Song[Parser] Remove an unnecessary `mutable`
2018-09-08 Nico Weberms: Insert $$Z in mangling between directly consecutive...
2018-09-08 Akira HatanakaDistinguish `__block` variables that are captured by...
2018-09-07 Richard SmithDo not use optimized atomic libcalls for misaligned...
2018-09-07 George Karpenkov[analyzer] [NFC] Move methods for dumping the coverage...
2018-09-07 George Karpenkov[analyzer] [NFC] Use StringRef when returning a large...
2018-09-07 George Karpenkov[analyzer] Remove the "postponed" hack, deal with deriv...
2018-09-07 George KarpenkovRevert "Revert "Revert "Revert "[analyzer] Add coverage...
2018-09-07 Richard SmithMake -Watomic-alignment say whether the atomic operatio...
2018-09-07 Richard SmithPR38870: Add warning for zero-width unicode characters...
2018-09-07 Craig Topper[X86] Custom emit __builtin_rdtscp so we can emit an...
2018-09-07 Alex Lorenzwarn_stdlibcxx_not_found: suggest '-stdlib=libc++'...
2018-09-07 Craig Topper[X86] Modify addcarry/subborrow builtins to emit an...
2018-09-07 Alexey BataevRevert "[OPENMP][NVPTX] Disable runtime-type info for...
2018-09-07 Ilya Biryukov[CodeComplete] Clearly distinguish signature help and...
2018-09-07 Ivan Donchevskii[libclang] Return the proper pointee type for 'auto...
2018-09-07 Kristina BrooksDifferential Revision: https://reviews.llvm.org/D50246
2018-09-07 Nico WeberReland r341390 clang-cl: Pass /Brepro to linker if...
2018-09-07 Simon PilgrimRevert "Revert "Revert "[analyzer] Add coverage informa...
2018-09-07 Diogo N. SampaioReplaces __inline by __inline__ / C89 compatible
2018-09-07 Alexander Potapenko[MSan] add KMSAN support to Clang driver
2018-09-07 Akira Hatanaka[Sema] Check that the destructor for each element of...
2018-09-07 George KarpenkovRevert "Revert "[analyzer] Add coverage information...
2018-09-07 George KarpenkovRevert "[analyzer] Add coverage information to plist...
next