]> granicus.if.org Git - clang/shortlog
clang
2016-10-10 Justin Lebar[Sema] Use unique_ptr instead of raw pointers in the...
2016-10-10 Eric Fiselier[Sema] Prevent using member declaration diagnostic...
2016-10-10 Nico WeberRevert r283683 because r283680 got reverted.
2016-10-10 Daniel JasperRevert "P0035R4: Semantic analysis and code generation...
2016-10-10 Nico WeberRevert r283680.
2016-10-10 Michal Gorny[Driver] Make -print-libgcc-file-name print compiler...
2016-10-10 Daniel JasperRevert "[x86][inline-asm][clang] accept 'v' constraint"
2016-10-10 Daniel MarjamakiFix style issue. Spaces in argument list.
2016-10-10 Richard SmithMark aligned allocation as done.
2016-10-10 Richard SmithP0035R4: Semantic analysis and code generation for...
2016-10-10 Michael Zuckerman[x86][inline-asm][clang] accept 'v' constraint
2016-10-09 Hal FinkelWhen optimizing for size, enable loop rerolling by...
2016-10-09 Justin Lebar[CUDA] Don't install cuda_wrappers/{algorithm,complex...
2016-10-08 Justin Lebar[CUDA] Support <complex> and std::min/max on the device.
2016-10-08 Justin Lebar[CUDA] Rename cuda_builtin_vars.h to __clang_cuda_built...
2016-10-08 Justin Lebar[CUDA] Declare our __device__ math functions in the...
2016-10-08 Justin Lebar[CUDA] Add #pragma clang force_cuda_host_device_{begin...
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-10-08 Artem Dergachev[analyzer] Fix build error after r283660 - remove const...
2016-10-08 Artem Dergachev[analyzer] Re-apply r283094 "Improve CloneChecker diagn...
2016-10-08 Artem Dergachev[analyzer] Re-apply r283093 "Add extra notes to ObjCDea...
2016-10-08 Yaron KerenUn-tabify source files, NFC.
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 AminiRename variable to not use C++ reserved name (leading...
2016-10-07 Mehdi AminiFix MSVC build: requires namespace in front of StringRe...
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 Nirav DaveSilence Warning. NFC.
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 Dehao ChenUpdate clang test to accomendate discriminator change...
2016-10-07 Daniel Marjamaki[analyzer] Don't merge different return nodes in Explod...
2016-10-07 Simon PilgrimWdocumentation fix
2016-10-07 Javed Absar[ARM]: Add Cortex-R52 target
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-07 Mehdi AminiUse StringReg in TargetParser APIs (NFC)
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 Eric Fiselier[coroutines] Fix co_return statement for initializer...
2016-10-06 Richard Smith[modules] Be sure to emit local specializations of...
2016-10-06 Justin Lebar[Sema] Replace smart quote with "'" in comment.
2016-10-06 David Sheinkman[OpenMP] Check if the template specialization is mappab...
2016-10-06 Vassil VassilevAllocate after the early exit checks. NFC.
2016-10-06 Vassil Vassilev[modules] Allow VarDecls with initializers to use speci...
2016-10-06 Alex Lorenz[Sema] Fix PR30520: Handle incomplete field types in...
2016-10-06 Benjamin KramerAdd missing -no-canonical-prefixes.
2016-10-06 Alex LorenzFix PR30440: Initialize FunctionTypeDepth in CXXNameMangler
2016-10-06 Petr Hosek[Driver] Add driver support for Fuchsia
2016-10-06 Mehdi AminiTaking StringRef in Driver.h APIs instead of raw pointe...
2016-10-06 Mehdi AminiUse llvm::raw_string_ostream instead of std::stringstre...
2016-10-05 Richard SmithPR22924, PR22845, some of CWG1464: When checking the...
2016-10-05 Nemanja IvanovicRemoving optimization from the RUN lines and adjusting...
2016-10-05 Eric LiuMake DeletedLines local variables in checkEmptyNamespace.
2016-10-05 Eric Liu[clang-format] append newline after code when inserting...
2016-10-05 Michael Zuckerman[Clang][AVX512][BuiltIn]Adding missing intrinsics move_...
2016-10-05 Alex Lorenz[Sema] Packed member warning: Use the typedef name...
2016-10-05 Artem Dergachev[analyzer] Squash a compile error in r283301.
2016-10-05 Artem Dergachev[analyzer] Improve "Assuming..." diagnostic pieces...
2016-10-05 Artem Dergachev[analyzer] Add "Assuming..." diagnostic pieces for...
2016-10-05 Justin Lebar[CUDA] Add missing ':' to noexcept.cu test.
2016-10-04 Justin Lebar[CUDA] Mark device functions as nounwind.
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: Make /Fo apply also when using -flto
2016-10-04 Hans Wennborgclang-cl: Use the .obj file extension also in LTO mode
2016-10-04 Hans Wennborgclang-cl: expose the -fuse-ld option
2016-10-04 Hans Wennborgclang-cl: Expose the -flto option
2016-10-04 Anna Zaks[analyzer] Add PostStmt callback for ArraySubscriptExpr
2016-10-04 Sanjay Patel[clang] make reciprocal estimate codegen a function...
2016-10-04 Vedant Kumar[ubsan] Disable bounds-check for flexible array ivars
2016-10-04 Daniel Jasperclang-format: Fix bad multi-variable for-loop formatting.
2016-10-04 Mike Aizatsky[sancov] documentation update after r283241
2016-10-04 Reid KlecknerTest what happens when tag lookup and redeclaration...
2016-10-04 Alex Lorenz[Sema] Format a comment line so that it fits 80 columns...
2016-10-04 Reid Kleckner[MS] Move hex long long sign compat hack to -fms-compat...
2016-10-04 David Sheinkman[OpenMP] fix segfault when a variable referenced in...
2016-10-04 Davide Italiano[ThinLTO] Spell `llvm-ar` correctly.
2016-10-04 Serge PavlovDo not find friend function definitions inside non...
2016-10-04 Manuel KlimekMinor cleanups in clang-format.el.
2016-10-04 Dean Michael... Revert "[XRay] Check in Clang whether XRay supports...
2016-10-04 NAKAMURA TakumiRevert r283106, "Wdocumentation fix"
2016-10-04 Dean Michael... [XRay] Check in Clang whether XRay supports the target...
2016-10-04 Vitaly BukaRevert "[analyzer] Improve CloneChecker diagnostics...
2016-10-04 Vitaly BukaRevert "[analyzer] Add extra notes to ObjCDeallocChecke...
2016-10-04 Vitaly BukaRevert "[analyzer] Extend bug reports with extra notes...
2016-10-04 Vitaly BukaRevert "[analyzer] A blind attempt to fix a buildbot...
2016-10-04 Gor Nishanov[coroutines] Switch to using std::experimental namespac...
2016-10-03 Gor Nishanov[coroutines] Adding builtins for coroutine intrinsics...
2016-10-03 Manman RenObjectiveC: fix a seg fault when deserialing redeclarat...
next