]> granicus.if.org Git - clang/history - include
[PP] Remove another unused parameter
[clang] / include /
2016-10-26 Erik Verbruggen[PP] Remove another unused parameter
2016-10-26 Erik VerbruggenPP: Remove unused parameters from methods
2016-10-26 Richard SmithImplement name mangling proposal for exception specific...
2016-10-25 Argyrios Kyrtzidis[index] Fixes for locations and relations in Objective...
2016-10-25 Erik PilkingtonReapply r284265: "[Sema] Refactor context checking...
2016-10-25 Kelvin LiRe-apply patch r279045.
2016-10-25 Benjamin KramerFix diagnostic format string for err_os_log_argument_to_big
2016-10-24 Akira Hatanaka[Sema][ObjC] Warn about implicitly autoreleasing out...
2016-10-24 Mehdi AminiAdd support for __builtin_os_log_format[_buffer_size]
2016-10-24 Mehdi AminiRevert "Add support for __builtin_os_log_format[_buffer...
2016-10-24 Mehdi AminiAdd support for __builtin_os_log_format[_buffer_size]
2016-10-24 Pavel LabathAdjust for TimePoint interface change in llvm: D25730...
2016-10-24 Artem Dergachev[analyzer] Add StdLibraryFunctions checker.
2016-10-23 Craig Topper[AVX-512] Replace masked 128/256-bit byte, word, and...
2016-10-23 Justin LebarRemove LLVM_CONSTEXPR.
2016-10-23 Craig Topper[AVX-512] Replace 512-bit pmovzx/sx builtins with nativ...
2016-10-23 Craig Topper[AVX-512] Remove masked 128/256-bit packss/packus built...
2016-10-22 Craig Topper[AVX-512] Replace masked 128/256-bit pavg builtins...
2016-10-22 Craig Topper[AVX-512] Replace masked 128/256-bit saturating add...
2016-10-22 Craig Topper[AVX-512] Replace masked 128/256-bit vpmovzx/vpmovsx...
2016-10-22 Craig Topper[AVX-512] Remove masked 128/256-bit pshufb builtins...
2016-10-22 Craig Topper[AVX-512] Remove builtins for 128/256-bit pabsb/pabsw...
2016-10-22 Craig Topper[AVX-512] Remove masked 128/256-bit palignr builtins...
2016-10-22 Richard Smith[c++1z] P0012R1: Implement a few remaining pieces:...
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] 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 Renato GolinRevert "DR583, DR1512: Implement a rewrite to C++'s...
2016-10-21 Richard SmithDR583, DR1512: Implement a rewrite to C++'s 'composite...
2016-10-21 Bruno Cardoso Lopes[Driver][Darwin] Pass -no_deduplicate to ld64
2016-10-21 Bruno Cardoso Lopes[Modules] Add 'no_undeclared_includes' module map attribute
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 Hans WennborgRevert r284753 "[c++1z] Teach composite pointer type...
2016-10-20 Richard Smith[c++1z] Teach composite pointer type computation how...
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 SmithPR26276: Fix detection of non-cast-expressions as opera...
2016-10-19 Reid KlecknerUse noexcept instead of LLVM_NOEXCEPT now that all...
2016-10-19 Richard SmithAdd optimization to sizeof...(X) handling: if none...
2016-10-19 Justin Lebar[CUDA] When we emit an error that might have been defer...
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 Sriraman TallamNew clang option -mpie-copy-relocations to use copy...
2016-10-19 Simon Dardis[mips][msa] Range check MSA intrinsics with immediates
2016-10-19 Benjamin KramerRemove unused diagnostics. NFC.
2016-10-19 Andrey Bokhanko[Sema] Gcc compatibility of vector shift
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 Erik PilkingtonRevert r284265 "[Sema] Refactor context checking for...
2016-10-18 Artem Dergachev[analyzer] Add NumberObjectConversion checker.
2016-10-18 Alex Lorenz[CodeCompletion] Add a block property setter completion...
2016-10-18 Richard Smith[c++1z] Use canonical expression equivalence to determi...
2016-10-18 Vedant Kumar[Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap...
2016-10-17 Benjamin KramerRevert "Reinstate r281429, reverted in r281452, with...
2016-10-16 Richard SmithP0012R1: Make exception specifications be part of the...
2016-10-14 Richard SmithReinstate r284008 reverted in r284081, with two fixes:
2016-10-14 David Sheinkman__builtin_fpclassify missing one int parameter
2016-10-14 Douglas KatzmanImplement no_sanitize_address for global vars
2016-10-14 Erik Pilkington[Sema] Refactor context checking for availability diagn...
2016-10-14 Albert GutowskiImplement __stosb intrinsic as a volatile memset
2016-10-14 Eric LiuDeduplicate sets of replacements by file names.
2016-10-13 Richard SmithReinstate r281429, reverted in r281452, with a fix...
2016-10-13 Albert GutowskiAdd 64-bit MS _Interlocked functions as builtins again
2016-10-13 Albert Gutowskifix _BitScan intrinsics missing header warnings; fix...
2016-10-13 Justin LebarAdd and use isDiscardableGVALinkage function.
2016-10-13 Justin Lebar[CUDA] Emit deferred diagnostics during Sema rather...
2016-10-13 Justin Lebar[CUDA] Allow static variables in __host__ __device__...
2016-10-13 Justin Lebar[CUDA] Disallow __shared__ variables in host functions.
2016-10-13 Justin Lebar[CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf...
2016-10-13 Albert GutowskiImplement MS _ReturnAddress and _AddressOfReturnAddress...
2016-10-12 Richard SmithRevert r284008. This is us to fail to instantiate stati...
2016-10-12 Albert GutowskiImplement MS _BitScan intrinsics
2016-10-12 Albert GutowskiMove x86-64 builtins from SemaChecking.cpp to BuiltinsX...
2016-10-12 Alex LorenzNFC: CodeCompletionResult's constructor should take...
2016-10-12 Vassil VassilevReinstate r283887 and r283882.
2016-10-12 Alex Lorenz[Sema] Handle transparent_union attributes in C mode...
2016-10-11 Arnold SchwaighoferPass the end of a component to SwiftAggLowering's enume...
2016-10-11 Mehdi AminiRevert "Change Builtins name to be stored as StringRef...
2016-10-11 Bruno Cardoso LopesReapply [Driver][Diagnostics] Make 'show option names...
2016-10-11 Vassil VassilevRevert r283887 and r283882, until the issue is understo...
2016-10-11 Mehdi AminiUse StringRef instead of raw pointer in SourceManagerIn...
2016-10-11 Vassil Vassilev[modules] PR28752: Do not instantiate variable declarat...
2016-10-11 Renato GolinRevert "[Driver][Diagnostics] Make 'show option names...
2016-10-11 Mehdi AminiTurn FileManager DirectoryEntry::Name from raw pointer...
2016-10-11 Hal FinkelAdd an option to save the backend-produced YAML optimiz...
2016-10-11 Justin Lebar[Sema] Add explicit move constructor for ExpressionEval...
2016-10-11 Richard SmithAligned allocation versus CUDA: make deallocation funct...
2016-10-11 Bruno Cardoso Lopes[Driver][Diagnostics] Make 'show option names' default...
2016-10-10 Mehdi AminiStore FileEntry::Filename as a StringRef instead of...
2016-10-10 Adrian Prantl[Driver] Let -gline-tables-only win when it comes after...
2016-10-10 Mehdi AminiChange Builtins name to be stored as StringRef instead...
2016-10-10 Vitaly BukaAdd -fno-sanitize-address-use-after-scope flag
2016-10-10 Albert GutowskiImplement MS read/write barriers and __faststorefence...
next