]> granicus.if.org Git - clang/shortlog
clang
2016-10-21 Manman RenModule: correctly set the module file kind when emittin...
2016-10-21 Manman RenModule: improve the diagnostic message for include...
2016-10-21 Richard SmithRemove unnecessary distinction between Ref_Compatible and
2016-10-21 Richard SmithDR583, DR1512: Implement a rewrite to C++'s 'composite...
2016-10-21 Justin LebarSwitch SmallSetVector to use DenseSet when it overflows...
2016-10-21 Malcolm Parsons[Sema] Store a SourceRange for multi-token builtin...
2016-10-21 Justin Lebar[CUDA] Simplify some repeated diagnostic expectations...
2016-10-21 Artem BelevichDeclare H and H new/delete.
2016-10-21 Vassil VassilevRemove accidentally checked in assert.
2016-10-21 Justin Lebar[CUDA] Use FunctionDeclAndLoc for the Sema::LocsWithCUD...
2016-10-21 Benjamin KramerRemove move constructors that are identical to the...
2016-10-21 Artem BelevichRemoved unused function argument. NFC.
2016-10-21 Reid KlecknerRemove unnecessary x86 backend requirements from OpenMP...
2016-10-21 Benjamin KramerRemove non-existing file from modulemap.
2016-10-21 Renato GolinRevert "DR583, DR1512: Implement a rewrite to C++'s...
2016-10-21 Martin Probstclang-format: [JS] Fix template string ASI.
2016-10-21 Richard SmithDon't try to use !Previous.empty() as a proxy for ...
2016-10-21 Richard SmithDR583, DR1512: Implement a rewrite to C++'s 'composite...
2016-10-21 Bruno Cardoso... [Driver][Darwin] Pass -no_deduplicate to ld64
2016-10-21 Bruno Cardoso... [Modules] Add 'no_undeclared_includes' module map attribute
2016-10-20 Reid KlecknerRevert 9 changes from r284793, they still fail on some...
2016-10-20 Reid KlecknerRemove 24 instances of 'REQUIRES: shell'
2016-10-20 Richard SmithRe-commit r284753, reverted in r284778, with a fix...
2016-10-20 Alexander Shaposhnikov[clang] Remove FileEntry copy-constructor
2016-10-20 Reid KlecknerRevert "Disable swiftcall test on windows: More brutal...
2016-10-20 Hans WennborgRevert r284753 "[c++1z] Teach composite pointer type...
2016-10-20 Reid KlecknerFix off-by-one error in PPCaching.cpp token annotation...
2016-10-20 Michal Gorny[Driver] Refactor DetectDistro() parameters to take...
2016-10-20 Michal Gorny[Driver] Parse Debian version as integer when possible...
2016-10-20 Vedant Kumar[CodeGen] Devirtualize calls to methods marked final...
2016-10-20 Richard Smith[c++1z] Fix assertion failure when using the wrong...
2016-10-20 Ekaterina RomanovaAdd more doxygen comments to emmintrin.h's intrinsics.
2016-10-20 Richard Smith[c++1z] Teach composite pointer type computation how...
2016-10-20 Renato Golin[clang-cl] Fix test that shouldn't be running on non-x86
2016-10-20 Malcolm Parsons[Format] Cleanup after replacing constructor body with...
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-20 Benjamin KramerClean up alignment hacks now that MSVC 2013 and GCC...
2016-10-20 Richard SmithWork around MSVC rejects-valid. Apparenty (some version...
2016-10-20 Erik PilkingtonReplace uses of LLVM_FUNCTION_NAME with __func__, this...
2016-10-20 Richard SmithRefactor and simplify Sema::FindCompositePointerType...
2016-10-20 Richard SmithPR26276: Fix detection of non-cast-expressions as opera...
2016-10-20 Victor LeschukUpgrade debug-info-vla test: we do not pass default...
2016-10-20 Victor LeschukDebugInfo: pass alignment value only if it was forced
2016-10-20 Richard SmithFix crash on noreturn conversion in unprototyped functi...
2016-10-19 Richard SmithExtend hack to work around bad exception specifications...
2016-10-19 Reid KlecknerUse noexcept instead of LLVM_NOEXCEPT now that all...
2016-10-19 Michael Gottesman[cmake] Follow LLVM's lead in creating exported tool...
2016-10-19 Richard SmithAdd optimization to sizeof...(X) handling: if none...
2016-10-19 Eli FriedmanDon't crash generating debug info for VLA in function...
2016-10-19 Victor LeschukDebugInfo: use uint32_t for alignment variables.
2016-10-19 Chris Bieneman[CMake] Add clang-bootstrap-deps target
2016-10-19 Justin Lebar[CUDA] When we emit an error that might have been defer...
2016-10-19 Chris Bieneman[CMake] Support thin LTO in PGO CMake cache
2016-10-19 Justin Lebar[AST] Add CanonicalDeclPtr<T>.
2016-10-19 Justin Lebar[CUDA] Emit errors for wrong-side calls made on the...
2016-10-19 Vedant Kumar[ubsan] Drop dependency on a 64-bit arch in a test...
2016-10-19 Vedant Kumar[ubsan] Re-work check lines to try to appease a bot...
2016-10-19 Sriraman TallamNew clang option -mpie-copy-relocations to use copy...
2016-10-19 Vedant Kumar[ubsan] Use the object pointer's type info for devirtua...
2016-10-19 Hans WennborgMS ABI: Fix assert when generating virtual function...
2016-10-19 Simon Dardis[mips][msa] Range check MSA intrinsics with immediates
2016-10-19 Douglas Katzman[Myriad] Find libc++ headers next to clang binary
2016-10-19 Benjamin KramerRemove unused diagnostics. NFC.
2016-10-19 Benjamin KramerDon't copy replacements in for-range loop. NFC.
2016-10-19 Michal Gorny[cmake] Use LLVM_CMAKE_PATH for GetSVN script
2016-10-19 Andrey Bokhanko[Sema] Gcc compatibility of vector shift
2016-10-19 Vassil Vassilev[modules] Do not report missing definitions of demoted...
2016-10-19 Eric Liu[clang-format] Add comment manipulation header
2016-10-19 Richard SmithResolve exception specifications when selecting an...
2016-10-19 Justin Lebar[CUDA] Rework tests now that we emit deferred diagnosti...
2016-10-18 Richard SmithDR1330: instantiate exception-specifications when ...
2016-10-18 Richard SmithAdd missing warning for use of C++1z init-statements...
2016-10-18 Richard Smith[c++1z] Fix corner case where we could create a functio...
2016-10-18 Richard SmithWhen two function types have equivalent (but distinct...
2016-10-18 Mandeep Singh... Fix clang tests
2016-10-18 Akira Hatanaka[CodeGen][ObjC] Do not call objc_storeStrong when initi...
2016-10-18 Vedant KumarDrop a redundant ".get()" call (NFC)
2016-10-18 Michal Gorny[cmake] Update lit search to match the one in LLVM
2016-10-18 Erik PilkingtonRevert r284265 "[Sema] Refactor context checking for...
2016-10-18 Daniel Marjamakialpha.core.UnreachableCode - don't warn about unreachab...
2016-10-18 Artem Dergachev[analyzer] Add NumberObjectConversion checker.
2016-10-18 Alex Lorenz[CodeCompletion] Add a block property setter completion...
2016-10-18 Alex Lorenz[CodeCompletion][NFC] Extract a function that formats...
2016-10-18 Alex Lorenz[CodeCompletion][NFC] Extract a function that looks...
2016-10-18 Igor Kudrin[libclang] Add missing cursor kinds to python bindings.
2016-10-18 Igor Kudrin[libclang] Fix a failure in a test for python bindings...
2016-10-18 Richard Smith[c++1z] Include "noexcept" in builtin function types...
2016-10-18 Richard Smith[c++1z] Use canonical expression equivalence to determi...
2016-10-18 Dominic Chen[analyzer] Update alpha and potential checker documenta...
2016-10-18 Chris Bieneman[CMake] Add a few default passthrough variables for...
2016-10-18 Vedant Kumar[Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap...
2016-10-17 Petr Hosek[Driver] Use stem rather than filename for executable...
2016-10-17 Adrian PrantlExplicitly pass an isysroot to avoid the SDKROOT overri...
2016-10-17 Adrian PrantlImprove the CHECK lines in debug-options.c by separatin...
2016-10-17 Davide Italiano[Coverage] Update test after r284418.
2016-10-17 Adrian PrantlUpdate testcase for r284416.
2016-10-17 Adrian PrantlDriver/Darwin: Set the DWARF version based on the deplo...
2016-10-17 Michal Gorny[Driver] Use VFS to perform all distribution checks
2016-10-17 Krzysztof ParzyszekAdd a dummy file in each subdirectory in test/Driver...
2016-10-17 Tim NorthoverHexagon: add dummy files to test dir so git keeps them.
next