]> granicus.if.org Git - clang/history - include
[mips][msa] Range check MSA intrinsics with immediates
[clang] / include /
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...
2016-10-10 Richard SmithRe-commit r283722, reverted in r283750, with a fix...
2016-10-10 Albert GutowskiImplement __emul, __emulu, _mul128 and _umul128 MS...
2016-10-10 Mehdi AminiUse StringRef in LangOptions::isNoBuiltinFunc API ...
2016-10-10 Justin Lebar[Analysis] Use unique_ptr for CallGraph::FunctionMap.
2016-10-10 Justin Lebar[Analysis] Use unique_ptr in AnalyaisDeclContextManager...
2016-10-10 Justin LebarUse unique_ptr for VTableBuilder::VBaseInfo map.
2016-10-10 Justin LebarUse unique_ptr for VTableBuilder::VFTableLayouts map.
2016-10-10 Justin LebarUse unique_ptr for VPtrLocationsMap and VPtrInfoVector.
2016-10-10 Justin Lebar[AST] Use unique_ptr for VTableLayout.
2016-10-10 Justin Lebar[AST] Convert MangleNumberingContext to a unique_ptr.
2016-10-10 Justin Lebar[Sema] Use unique_ptr instead of raw pointers in the...
2016-10-10 Daniel JasperRevert "P0035R4: Semantic analysis and code generation...
2016-10-10 Michal Gorny[Driver] Make -print-libgcc-file-name print compiler...
2016-10-10 Daniel MarjamakiFix style issue. Spaces in argument list.
2016-10-10 Richard SmithP0035R4: Semantic analysis and code generation for...
2016-10-08 Justin Lebar[CUDA] Add #pragma clang force_cuda_host_device_{begin...
2016-10-08 Artem Dergachev[analyzer] Re-apply r283094 "Improve CloneChecker diagn...
2016-10-08 Mehdi AminiUse StringRef in Command::printArg() instead of raw...
2016-10-08 Justin Lebar[CUDA] Do a better job at detecting wrong-side calls.
2016-10-07 Mehdi AminiDriver: use StringRef instead of raw pointer in lookupT...
2016-10-07 Mehdi AminiTurn ArchName/BoundArch in Driver from raw pointer...
2016-10-07 Douglas KatzmanVisually align table def with respective enum. NFC
2016-10-07 Michal GornyRevert r283572 - [Driver] Make -print-libgcc-file-name...
2016-10-07 Artem Dergachev[analyzer] Re-apply r283092, attempt no.4, chunk no...
2016-10-07 Artem Dergachev[analyzer] Re-apply r283092, attempt no.4, chunk no...
2016-10-07 Artem Dergachev[analyzer] Re-apply r283092, attempt no.4, chunk no.3.
2016-10-07 Michal Gorny[Driver] Make -print-libgcc-file-name print compiler...
2016-10-07 Artem Dergachev[analyzer] Re-apply r283092, attempt no.4, chunk no.2.
2016-10-07 Artem Dergachev[analyzer] Re-apply r283092, attempt no.4, a small...
2016-10-07 Daniel Marjamaki[analyzer] Don't merge different return nodes in Explod...
2016-10-07 Simon PilgrimWdocumentation fix
2016-10-07 Artem DergachevRevert "[analyzer] Re-apply r283092, attempt no.3,...
2016-10-07 Artem Dergachev[analyzer] Re-apply r283092, attempt no.3, in small...
2016-10-07 Artem DergachevRevert "[analyzer] Try to re-apply r283092 "Extend...
2016-10-07 Artem Dergachev[analyzer] Try to re-apply r283092 "Extend bug reports...
2016-10-06 Richard SmithPR25890: Fix incoherent error handling in PerformImplic...
2016-10-06 Anton Yartsev[analyzer] Add explanation why analyzer report is not...
2016-10-06 Richard SmithAdd another .def file to module map to fix modules...
2016-10-06 Richard Smith[modules] Be sure to emit local specializations of...
2016-10-06 Mehdi AminiTaking StringRef in Driver.h APIs instead of raw pointe...
2016-10-05 Richard SmithPR22924, PR22845, some of CWG1464: When checking the...
2016-10-05 Michael Zuckerman[Clang][AVX512][BuiltIn]Adding missing intrinsics move_...
2016-10-05 Artem Dergachev[analyzer] Squash a compile error in r283301.
2016-10-05 Artem Dergachev[analyzer] Add "Assuming..." diagnostic pieces for...
2016-10-04 Justin Lebar[CUDA] Destroy deferred diagnostics before destroying...
2016-10-04 Albert GutowskiSeparate builtins for x84-64 and i386; implement __mulh...
2016-10-04 Hans Wennborgclang-cl: expose the -fuse-ld option
2016-10-04 Hans Wennborgclang-cl: Expose the -flto option
2016-10-04 Alex Lorenz[Sema] Format a comment line so that it fits 80 columns...
2016-10-04 Serge PavlovDo not find friend function definitions inside non...
next