]> granicus.if.org Git - clang/shortlog
clang
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...
2016-11-18 Ekaterina RomanovaAdd doxygen comments to fxsrintrin.h's intrinsics.
2016-11-18 Justin Lebar[CUDA] Attempt to fix test failures in cuda-macos-inclu...
2016-11-18 John McCallForward ns_consumed delegate arguments with a move.
2016-11-18 Justin Lebar[CUDA] Wrapper header changes necessary to support...
2016-11-18 Justin Lebar[CUDA] Use the right section and constant names for...
2016-11-18 Justin Lebar[CUDA] Initialize our header search using the host...
2016-11-18 Justin Lebar[CUDA] Driver changes to support CUDA compilation on...
2016-11-17 Ekaterina RomanovaMinor changes in x86 intrinsics headers; NFC
2016-11-17 Bruno Cardoso... [Preprocessor] Support for '-dI' flag
2016-11-17 Bruno Cardoso... [CrashReproducer][Darwin] Suggest attaching .crash...
2016-11-17 Malcolm ParsonsFixes for r287241. Use placement new. Apply clang-format.
2016-11-17 Manman RenObjC Module: try to make objc module deterministic.
2016-11-17 Malcolm ParsonsUse unique_ptr for cached tokens for default arguments...
2016-11-17 Saleem AbdulrasoolSema: correct typo correction for ivars in @implementation
2016-11-17 Benjamin KramerLink include-fixer into libclang if clang-tools-extra...
2016-11-17 Alexey Bataev[OPENMP] Fixed codegen for 'omp cancel' construct.
2016-11-17 Richard SmithRemove -Wsigned-enum-bitfield from -Wmost. On a wide...
2016-11-17 George Burgess IV[Sema] Fix a bug in enable_if condition instantiation.
2016-11-17 Ivan KrasinExplicitly specify that ubsan-vtable-checks is x86-64.
2016-11-17 Ivan KrasinInsert a type check before reading vtable.
2016-11-16 Petr Hosek[CMake] Support lld with LTO bootstrap
2016-11-16 Reid KlecknerAdd warning when assigning enums to bitfields without...
2016-11-16 Anna Zaks[analyzer] Remove unused check::RegionChanges::wantsReg...
2016-11-16 George Burgess IVUse the member function location in enable_if diagnostics.
2016-11-16 Adrian PrantlRelax testcase.
2016-11-16 Adrian PrantlAdd the missing FileCheck invocation to this testcase.
2016-11-16 Yaron KerenRangify for loops, NFC.
2016-11-16 Adrian PrantlFix PR31029 by attaching an artificial debug location...
2016-11-16 Sean CallananFixed layout of test/ASTMerge.
2016-11-16 Benjamin Kramer[Frontend] Allow attaching an external sema source...
2016-11-16 Pekka Jaaskelainentarget-data test update for TCE and TCELE
2016-11-16 Simon PilgrimRemove duplicate condition (PR30648). NFCI.
2016-11-16 Pekka JaaskelainenAdd a little endian variant of TCE.
2016-11-16 Devin Coughlin[www] Fix spelling error in checker release notes.
2016-11-16 Yaron KerenRangify for loop, NFC.
2016-11-16 Joey Gouly[OpenCL] Use the semantic spelling of the Access attrib...
2016-11-16 Simon Pilgrim[X86][AVX512] Replace lossless i32/u32 to f64 conversio...
2016-11-16 Mehdi AminiImprove handling of __FUNCTION__ and other predefined...
2016-11-16 Steven Wu[Driver] Infer the correct option to ld64 for -fembed...
2016-11-16 Vitaly BukaRevert "[OPENMP] Fixed codegen for 'omp cancel' construct."
2016-11-16 Richard SmithOutline evaluation of calls to builtins to avoid inflat...
2016-11-16 Devin Coughlin[www] Update analyzer website for release of checker-279
2016-11-16 Richard SmithPR23281: Fix implementation of DR1891 to implement...
2016-11-15 Artem Dergachev[analyzer] NumberObjectConversion: Workaround for a...
2016-11-15 Mehdi AminiRevert "Improve handling of __FUNCTION__ and other...
2016-11-15 Mehdi AminiImprove handling of __FUNCTION__ and other predefined...
2016-11-15 Chad Rosier[AArch64] Add driver tests for Qualcomm's Falkor CPU.
2016-11-15 Alexey Bataev[OPENMP] Fix stack use after delete, NFC.
2016-11-15 Argyrios Kyrtzidis[libclang] Generalize clang_getNumTemplateArguments...
2016-11-15 Eric LiuAdd comments on how to print error retuned by tooling...
2016-11-15 Stanislav Mekhanoshin[AMDGPU] Add wave barrier builtin
2016-11-15 Benjamin Kramer[Modules] Replace arrays with init lists.
2016-11-15 Devin Coughlin[analyzer] Add check for when block is called with...
2016-11-15 Simon PilgrimFixed spelling in comments. NFCI.
2016-11-15 Zaara Syedavector load store with length (left justified) clang...
2016-11-15 Zaara Syedatest commmit
2016-11-15 Cameron Desrochers[clang-format] Fixed line merging of more than two...
next