]> granicus.if.org Git - clang/shortlog
clang
2018-05-07 Erich KeaneCorrect warning on Float->Integer conversions.
2018-05-07 Martin Storsjo[Driver] Use -fuse-line-directives by default in MSVC...
2018-05-07 Alexey Bataev[OPENMP, NVPTX] Small test fix, NFC.
2018-05-07 Alexey Bataev[OPENMP, NVPTX] Codegen for critical construct.
2018-05-07 Erich KeaneFix explicit template parameter reporting for narrowing...
2018-05-07 Joel Galenson[docs] Fix typos in the Clang User's Manual.
2018-05-07 Alexey Bataev[OPENMP, NVPTX] Added support for L2 parallelism.
2018-05-07 Aleksandar... [mips] Improve handling of -fno-[pic/PIC] option
2018-05-07 Aleksandar... Revert "[mips] Improve handling of -fno-[pic/PIC] option"
2018-05-07 Aleksandar... [mips] Improve handling of -fno-[pic/PIC] option
2018-05-07 Peter Szecsi[ASTImporter] Support importing UnresolvedMemberExpr...
2018-05-07 Richard SmithRemove now-unnecessary check for non-zero nvsize in...
2018-05-07 Richard SmithNon-zero-length bit-fields make a class non-empty.
2018-05-05 Aaron BallmanDisallow pointers to const in __sync_fetch_and_xxx.
2018-05-05 Teresa JohnsonAdd -target to address errors in test from r331592
2018-05-05 Teresa JohnsonSkip part of test added in r331592 to help debug bot...
2018-05-05 Teresa JohnsonAdd required target to address bot failures from r331592
2018-05-05 Teresa Johnson[ThinLTO] Support opt remarks options with distributed...
2018-05-05 Craig TopperFix a couple places that immediately called operator...
2018-05-05 Eli FriedmanAdd warning flag -Wordered-compare-function-pointers.
2018-05-04 Artem Dergachev[analyzer] Remove untested code in evalLoad.
2018-05-04 Artem Dergachev[analyzer] Invalidate union regions properly. Don't...
2018-05-04 Artem Dergachev[analyzer] pr36458: Fix retrieved value cast for symbol...
2018-05-04 Artem Dergachev[analyzer] pr18953: Split C++ zero-initialization from...
2018-05-04 Craig Topper[X86] Correct the attributes on the incssp and rdssp...
2018-05-04 Craig Topper[X86] Fix some inconsistent formatting in the first...
2018-05-04 Artem Dergachev[analyzer] pr37209: Fix casts of glvalues to references.
2018-05-04 Artem Dergachev[analyzer] Treat more const variables and fields as...
2018-05-04 Sterling AugustineAllow modifying the PrintingPolicy for fully qualified...
2018-05-04 Eric Liu[clang-format] Refactor #include insertion/deletion...
2018-05-04 Erich Keane[NFC]Convert Class to use member initialization instead...
2018-05-04 Erich Keane[clang-cl] Print /showIncludes to stderr, if used in...
2018-05-04 Alexander KornienkoRemove explicit cfg-temporary-dtors=true
2018-05-04 Brian Gesiak[Coroutines] Catch exceptions in await_resume
2018-05-04 Martin Storsjo[Driver] Don't warn about unused inputs in config files
2018-05-04 Artem Dergachev[analyzer] NFC: Remove unused parameteer of StoreManage...
2018-05-03 Craig Topper[X86] Make __builtin_ia32_directstore_u32 and __builtin...
2018-05-03 Craig Topper[CodeGenFunction] Use the StringRef::split function...
2018-05-03 Joel E. Denny[OPENMP] Fix test typos: CHECK-DAG-N -> CHECK-N-DAG
2018-05-03 Joel E. DennyRevert r331466: [OPENMP] Fix test typos: CHECK-DAG...
2018-05-03 Joel E. Denny[OPENMP] Fix test typos: CHECK-DAG-N -> CHECK-N-DAG
2018-05-03 Aaron BallmanAllow writing calling convention attributes on function...
2018-05-03 Piotr PadlewskiRename invariant.group.barrier to launder.invariant...
2018-05-03 Fangrui SongEnable -fsanitize=function on FreeBSD.
2018-05-03 Karl-Johan... Fix -Wunused-variable warning in Clang.cpp
2018-05-03 Richard SmithTrack the result of evaluating a computed noexcept...
2018-05-03 Petr Hosek[CMake][Cache] Stop pretending that Fuchsia is UNIX
2018-05-03 Lei Liu[Sema] Do not match function type with const T in templ...
2018-05-03 Alex Lorenz[ObjC] Supress the 'implementing unavailable method...
2018-05-02 Chandler Carruth[gcov] Make the CLang side coverage test work with...
2018-05-02 Alex Lorenz[ObjC] The absence of ownership qualifiers on an ambigu...
2018-05-02 Artem Dergachev[analyzer] Revert r331096 "CStringChecker: Add support...
2018-05-02 Craig Topper[X86] Mark all x86 specific builtins as nothrow.
2018-05-02 Alexey Bataev[OPENMP] Add support for reductions on simd directives...
2018-05-02 Volodymyr SapsaiRevert "Emit an error when mixing <stdatomic.h> and...
2018-05-02 Dan Albert[Driver] Infer Android sysroot location.
2018-05-02 Dan Albert[Driver] Obey computed sysroot when finding libc++...
2018-05-02 Alexey Bataev[OPENMP] Analyze the type of the mapped entity instead...
2018-05-02 Volodymyr SapsaiEmit an error when mixing <stdatomic.h> and <atomic>
2018-05-02 Alexey Bataev[OPENMP] Do not emit warning for implicitly declared...
2018-05-02 Alexey Bataev[OPENMP] Enable c++ exceptions outside of the target...
2018-05-02 Jessica PaquetteAdd -foutline option to enable the MachineOutliner...
2018-05-02 Alexey Bataev[OPENMP] Support C++ member functions in the device...
2018-05-02 Malcolm Parsons[analyzer] Fix filename in cross-file HTML report
2018-05-02 Alexey Bataev[OPENMP] Emit names of the globals depending on target.
2018-05-02 Henry Wong[analyzer] Add `TaintBugVisitor` to the ArrayBoundV2...
2018-05-02 Peter Szecsi[ASTImporter] Fix isa cast assert
2018-05-02 Bruno Cardoso... [Modules] Allow @import to reach submodules in private...
2018-05-01 Volodymyr SapsaiTrack skipped files in dependency scanning.
2018-05-01 Douglas YungThis test fails if there is no integrated assembler...
2018-05-01 Shoaib Meenai[libclang] Fix the type of 'int (Foo);'
2018-05-01 Shoaib Meenai[ARM] Remove redundant #if in test. NFC
2018-05-01 Richard SmithFix bogus MSVC char8_t mangling.
2018-05-01 Saleem AbdulrasoolDriver: fix an assertion with `-print-prog-name=`
2018-05-01 Danil MalyshevUpdate existed CodeGen TBAA tests
2018-05-01 Erich KeaneAdd Microsoft Mangling for OpenCL Half Type
2018-05-01 Alexey Bataev[OPENMP] Emit template instatiation|specialization...
2018-05-01 Gabor Buella[X86] directstore and movdir64b intrinsics
2018-05-01 Chandler CarruthFix up r331244 - the emitted definition is weak_odr...
2018-05-01 Richard SmithImplement P0482R2, support for char8_t type.
2018-05-01 Kostya Serebryany[ShadowCallStack] fix the docs
2018-04-30 Bruno Cardoso... [Modules] Fix testcases from r331232
2018-04-30 Bruno Cardoso... [Modules] Handle ObjC/C ODR-like semantics for EnumCons...
2018-04-30 Craig Topper[CodeGen] Fix typo in comment form->from. NFC
2018-04-30 Fangrui Song[docs] Fix docs/InternalsManual.rst heading.
2018-04-30 Nirav Dave[MC] Change AsmParser to leverage Assembler during...
2018-04-30 Matt ArsenaultAMDGPU: Add Vega12 and Vega20
2018-04-30 Hans Wennborgclang-cl: Expose -fmerge-all-constants
2018-04-30 Alexey Bataev[OPENMP] Do not emit warning about non-declared target...
2018-04-30 Sanjay Patel[Driver, CodeGen] rename options to disable an FP cast...
2018-04-30 Alexander KornienkoRegenerated AST Matchers doc.
2018-04-30 Alexey Bataev[OPENMP] Do not crash on codegen for CXX member functions.
2018-04-30 Alexey Bataev[OPENMP] Do not crash on incorrect input data.
2018-04-30 Nico WeberIWYU for llvm-config.h in clang. See r331124 for details.
2018-04-30 Nico WeberRemove unnecessary indirection. No behavior change.
2018-04-30 Mikhail Maltsev[Targets] Implement getConstraintRegister for ARM and...
2018-04-30 Richard SmithPR37189 Fix incorrect end source location and spelling...
2018-04-30 Fangrui SongRename DiagnosticClient to DiagnosticConsumer as per...
2018-04-29 Richard SmithFix printing of reference-to-reference types.
2018-04-29 Richard SmithPR37275 packed attribute should not apply to base classes
next