]> granicus.if.org Git - clang/shortlog
clang
2016-11-30 Artem Dergachev[analyzer] Construct temporary objects of correct types...
2016-11-30 Artem Dergachev[analyzer] SValExplainer: Support ObjC ivars and __bloc...
2016-11-30 Artem Dergachev[analyzer] Minor fixes and improvements to debug.ExprIn...
2016-11-30 John McCallProspective GCC build fix: the unelaborated form of...
2016-11-30 Bob Haarmanmake -fprofile-instr-generate and -fprofile-instr-use...
2016-11-30 John McCallSwitch CGObjCMac to use ConstantInitBuilder. Whew.
2016-11-30 Reid KlecknerFix -Winconsistent-missing-override in CodeGenAction.cpp
2016-11-30 Hans WennborgFix formatting issue from r288207
2016-11-30 Reid KlecknerGive this test that uses Itanium mangling a triple
2016-11-30 Reid KlecknerStop handling interesting deserialized decls after...
2016-11-30 Richard Smith[c++1z] Improve support for -fno-exceptions: we can...
2016-11-29 Eugene ZelenkoFix some Clang-tidy and Include What You Use warnings...
2016-11-29 Richard Smith[c++1z] PR31210: ignore exception specification when...
2016-11-29 Hans WennborgDon't try to merge DLL attributes on redeclaration...
2016-11-29 John McCallgetObjCEncodingForMethodDecl cannot fail. Simplify...
2016-11-29 Reid KlecknerDon't declare IsEnumDeclComplete as extern
2016-11-29 Richard SmithSupport constant expression evaluation for wchar_t...
2016-11-29 Anastasia Stulova[OpenCL] Prevent generation of globals in non-constant...
2016-11-29 Benjamin Kramer[AST] Use static_assert to verify types instead of...
2016-11-29 Alexey Bader[OpenCL] Prohibit using reserve_id_t in program scope.
2016-11-29 Krasimir GeorgievRemoved DEBUG_TYPE from TokenAnalyzer.h
2016-11-29 Yaron KerenCorrect comment: we are creating a canonicla decltypetype.
2016-11-29 Daniel Jasperclang-format: [JS] Properly format dict literals that...
2016-11-29 Daniel Jasperclang-format: Wrap complex binary expressions on the...
2016-11-29 Daniel Jasperclang-format: Fix unnnecessary line break.
2016-11-29 Richard SmithAdd a warning for 'main' returning 'true' or 'false'.
2016-11-29 Reid KlecknerUse ${:uid} to generate unique MS asm labels, not ...
2016-11-28 Reid KlecknerAvoid lambdas in default member initializers to work...
2016-11-28 Peter CollingbourneIRGen: Remove all uses of CreateDefaultAlignedLoad.
2016-11-28 John McCallMake CGVTables use ConstantInitBuilder. NFC.
2016-11-28 John McCallHide the result of building a constant initializer...
2016-11-28 John McCallConstantBuilder -> ConstantInitBuilder for clarity...
2016-11-28 Michal Gorny[Driver] Add unit tests for Distro detection
2016-11-28 Michal Gorny[Driver] Fix recognizing newer OpenSUSE versions
2016-11-28 Michal Gorny[Driver] Refactor distro detection & classification...
2016-11-28 Reid Kleckner[MS] Mangle a unique ID into all MS inline asm labels
2016-11-28 Alexey Bataev[OPENMP] Fix for PR31137: Wrong DSA for members in...
2016-11-28 Malcolm Parsons[Sema] Set range end of constructors and destructors...
2016-11-27 Hal FinkelAdjust type-trait evaluation to properly handle Using...
2016-11-26 Ekaterina Romanova[DOXYGEN] Updated instruction names corresponding to...
2016-11-25 Joerg SonnenbergerTypo.
2016-11-25 Eric LiuDo not do raw name replacement when FromDecl is a class...
2016-11-25 Joerg SonnenbergerDocument the arguments form of commands.
2016-11-25 Eric LiuConsider nested namespaces in the canonical namespace...
2016-11-24 Benjamin Kramer[CodeGen] Pass objects that are expensive to copy by...
2016-11-24 Benjamin Kramer[Format] Avoid copying std::sets and simplify code...
2016-11-24 Benjamin Kramer[Sema] Pass APSInts by const ref, avoiding copies.
2016-11-24 Ehsan Amiri[PPC] support for arithmetic builtins in the FE
2016-11-24 Benjamin Kramer[ASTDumper] Add some more character escapes for conveni...
2016-11-24 Kelvin LiRemove comments (NFC)
2016-11-24 Douglas YungMake these tests work more reliably with Release builds.
2016-11-24 Joerg SonnenbergerSpelling.
2016-11-23 Ehsan Amiri[PPC] revert r287795
2016-11-23 Ehsan Amiri[PPC] support for arithmetic builtins in the FE
2016-11-23 Reid KlecknerAdd dllexport default ctor closure PCH regression test...
2016-11-23 Alex Lorenz[Sema][Atomics] Treat expected pointer in compare excha...
2016-11-23 Ehsan Amiri[PPC] Reverting r287772
2016-11-23 Reid KlecknerRemove C++ default arg side table for MS ABI ctor closures
2016-11-23 Ehsan Amiri[PPC] support for arithmetic builtins in the FE
2016-11-23 Alex Lorenz[CodeCompletion] Fix incorrect Objective-C block parame...
2016-11-23 Gabor Horvath[ASTImporter] Added ability to import AtomicType nodes
2016-11-23 Simon Pilgrim[X86][AVX512VL] Add missing _mm256_maskz_alignr_epi64...
2016-11-23 Benjamin Kramer[CodeGen] Simplify code. No functionality change intended.
2016-11-23 Craig Topper[X86] Replace valignd/q builtins with appropriate __bui...
2016-11-22 Richard SmithMake diagnostic for use of default member initializer...
2016-11-22 John McCallRemove variable only used in an assertion.
2016-11-22 Marcin KoscielnickiAdd test for D21736.
2016-11-22 Marcin Koscielnicki[CodeGen] Insert TargetLibraryInfoWrapperPass before...
2016-11-22 Nico Weberdarwin: Unconditionally pass -lto_library, remove ...
2016-11-22 Eric LiuMake llvm::Error generated from replacement interfaces...
2016-11-22 Axel NaumannMissing initializer.
2016-11-22 Adam NemetRename option to -lto-pass-remarks-output
2016-11-22 Artem Dergachev[analyzer] Fix a crash on accessing a field within...
2016-11-22 Peter CollingbourneFix -Asserts build, and add some more test cases.
2016-11-22 Peter CollingbourneSema, CodeGen: Ensure that an implicit copy ctor is...
2016-11-21 Richard SmithIndicate in AST dump whether special member functions...
2016-11-21 Alex Lorenz[ObjC] Prevent infinite loops when iterating over redec...
2016-11-21 Alex Lorenz[Frontend] Add a predefined macro that describes the...
2016-11-21 Dean Michael... [XRay] Support AArch64 in Clang
2016-11-20 Ekaterina RomanovaAdd doxygen comments to immintrin.h's intrinsics.
2016-11-19 Chris Bieneman[CMake] Fixing clang standalone build
2016-11-19 John McCallRemove alignment from ctors/dtors lists in an attempt...
2016-11-19 Mehdi AminiChange setDiagnosticsOutputFile to take a unique_ptr...
2016-11-19 John McCallIntroduce a helper class for building complex constant...
2016-11-19 Ekaterina RomanovaDoxygen comments for avxintrin.h.
2016-11-19 Peter CollingbourneSema: As of MSVC 2015, a user-declared move operation...
2016-11-19 Akira Hatanaka[Sema] Don't allow applying address-of operator to...
2016-11-18 Chris Bieneman[CMake] clang depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] clang-offload-bundler depends on intrinsics_gen
2016-11-18 Konstantin... [AMDGPU] Change frexp.exp builtin to return i16 for...
2016-11-18 Dominic Chen[analyzer] Refactor recursive symbol reachability check...
2016-11-18 Oleg Ranevskyy[ARM] Fix sema check of ARM special register names
2016-11-18 Matthias BraunAdapt to llvm NamedRegionTimer changes
2016-11-18 Chris Bieneman[CMake] Fixing variable names that were mistyped
2016-11-18 Adam NemetLTO support for -fsave-optimization-record on Darwin
2016-11-18 Adam NemetFix a comment for -fsave-optimization-record
2016-11-18 Joey Gouly[OpenCL] Introduce ReadPipeType and WritePipeType.
2016-11-18 Simon PilgrimWdocumentation fix
2016-11-18 Ekaterina RomanovaAdd doxygen comments for lzcntintrin.h's intrinsics.
2016-11-18 Craig Topper[AVX-512] Replace masked 16-bit element variable shift...
next