]> granicus.if.org Git - clang/shortlog
clang
2016-09-12 Richard SmithAdd a mode to clang-tblgen to generate reference docume...
2016-09-12 David Majnemer[MS ABI] Add /include directives for dynamic TLS
2016-09-11 Saleem AbdulrasoolCodeGen: remove unnecessary else case
2016-09-10 Nico WeberAdd missing test coverage for an inheritance model...
2016-09-10 Akira Hatanaka[tablegen] Check that an optional IdentifierArgument...
2016-09-09 Manman RenModules: for ObjectiveC try to keep the definition...
2016-09-09 Adrian PrantlDebug info: Bump the default DWARF version on Darwin...
2016-09-09 Justin Lebar[CUDA] Make __GCC_ATOMIC_XXX_LOCK_FREE macros the same...
2016-09-09 Manman RenModules: revert r280728.
2016-09-09 Douglas KatzmanMyriad: nominally "support" ASAN.
2016-09-09 Eric LiuAlso cleanup comments around redundant colons/commas...
2016-09-09 Reid Kleckner[DebugInfo] Ensure complete type is emitted with -fstan...
2016-09-09 Reid KlecknerMake -fstandalone-debug and -flimit-debug-info availabl...
2016-09-09 Reid Kleckner[codeview] Extend the heuristic for detecting classes...
2016-09-09 Amaury SechetUpdate clang for D21514. NFC
2016-09-09 George Burgess IV[Docs] Fix typos, remove trailing whitespace.
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-09-08 Vedant Kumar[Driver] Report invalid -mtune/-mcpu parameters when...
2016-09-08 Albert GutowskiImplement MS _rot intrinsics
2016-09-08 Vassil Vassilev[modules] Apply ODR merging for function scoped tags...
2016-09-08 Renato GolinRevert "[XRay] ARM 32-bit no-Thumb support in Clang"
2016-09-08 Simon PilgrimMoved unreachable to appease msvc, gcc and clang
2016-09-08 Simon PilgrimFixed a 'not all control paths return a value' warning...
2016-09-08 Peter CollingbourneAdd explicit casts to size_t to try to appease MSVC.
2016-09-08 Peter CollingbourneCodeGen: Clean up implementation of vtable initializer...
2016-09-08 Dean Michael... [XRay] ARM 32-bit no-Thumb support in Clang
2016-09-07 Daniel Jasperclang-format: [JavaScript] Change default AllowShortFun...
2016-09-07 Daniel Jasperclang-format: [JavaScript] Do requoting in a separate...
2016-09-07 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-09-07 George Burgess IVMove CHECK right before the function it describes.
2016-09-07 George Burgess IV[Sema] Compare bad conversions in overload resolution.
2016-09-07 Nico WeberAdd a few more test for []-style uuid attributes.
2016-09-07 Yaxun LiuDo not validate pch when -fno-validate-pch is set
2016-09-07 Ismail PazarbasiTry contextually converting condition of constexpr...
2016-09-07 Reid Kleckner[MS] Fix prologue this adjustment when 'this' is passed...
2016-09-07 Eugene Zelenko[clang-offload-bundler] Fix some Clang-tidy modernize...
2016-09-07 Vassil VassilevAdd missing include. White space.
2016-09-07 Reid KlecknerAdd MS __nop intrinsic to intrin.h
2016-09-07 Reid KlecknerParsing MS pragma intrinsic
2016-09-07 Reid Kleckner[MS] Fix 'this' type when calling virtual methods with...
2016-09-07 Sagar Thakur[EfficiencySanitizer] [MIPS64] Enables esan clang drive...
2016-09-07 Alexey Bader[OpenCL] Fix pipe built-in functions return type.
2016-09-07 Matt ArsenaultOpenCL: Defining __ENDIAN_LITTLE__ and fix target endia...
2016-09-07 Matt ArsenaultFix whitespace issues
2016-09-07 Richard SmithFix clang's handling of the copy performed in the secon...
2016-09-06 Devin Coughlin[scan-build-py] Increase precision of timestamp in...
2016-09-06 Martin Probstclang-format: [JS] whitespace required between ! and as.
2016-09-06 Martin Probstclang-format: [JS] ignore comments when wrapping returns.
2016-09-06 Manman RenModules: Fix an assertion in DeclContext::buildLookup.
2016-09-06 Leny KholodovFormatting with clang-format patch r280701
2016-09-06 Pierre Gousseau[clang-cl] Check that we are in clang cl mode before...
2016-09-06 Leny KholodovDebugInfo: use llvm::DINode::DIFlags type for debug...
2016-09-06 Alexey Bader[OpenCL] Remove access qualifiers on images in arg...
2016-09-05 Ed SchoutenAdd support for targeting armv6-unknown-cloudabi-eabihf.
2016-09-05 NAKAMURA Takumiclang/test/Modules/compiler_builtins_x86.c: Fix r280658.
2016-09-05 James MolloyAttempt to fix buildbots not targetting x86
2016-09-04 Craig Topper[AVX-512] Remove 128-bit and 256-bit masked floating...
2016-09-04 Joerg SonnenbergerTest case for r280607 to check presence and sanity...
2016-09-04 Elad Cohen[Modules] Add 'freestanding' to the 'requires-declarati...
2016-09-04 Joerg SonnenbergerTrailing dot that shouldn't have been committed.
2016-09-04 Joerg SonnenbergerPR 27200: Fix names of the atomic lock-free macros.
2016-09-03 Craig Topper[AVX-512] Remove masked integer mullo builtins and...
2016-09-03 Craig Topper[AVX-512] Remove masked integer add/sub builtins and...
2016-09-03 Aaron BallmanFix the attribute documentation build.
2016-09-03 Niels Ole SalscheiderReplace the Radeon GCN GPU family names by more descrip...
2016-09-03 Nico WeberAdd a test Aaron asked for that I forgot to add before...
2016-09-03 Nico Weber[ms] Add support for parsing uuid as a Microsoft attribute.
2016-09-03 Nico WeberLet Microsoft attributes apply to the type, not the...
2016-09-03 Nico WeberAdd plumbing for new attribute type "Microsoft".
2016-09-03 Nico WeberMove calls of MaybeParseMicrosoftAttributes() before...
2016-09-03 Nico WeberRemove function name from comment.
2016-09-03 George Burgess IV[Sema] Fix how we set implicit conversion kinds.
2016-09-02 Yunzhong Gao(clang part) Implement MASM-flavor intel syntax behavio...
2016-09-02 George Burgess IV[Sema] Relax overloading restrictions in C.
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-02 Eric FiselierRevert r280516 since it contained accidental changes.
2016-09-02 Aaron BallmanBased on post-commit feedback over IRC with dblaikie...
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-02 Martin Probstclang-format: [JS] merge requoting replacements.
2016-09-02 Martin Probstclang-format: [JS] handle default bindings in imports.
2016-09-02 Martin Probstclang-format: [JS] Sort all JavaScript imports if any...
2016-09-02 Aaron BallmanAllow a C11 generic selection expression to select...
2016-09-02 Richard SmithClean up handling of reading module files from stdin...
2016-09-02 Richard SmithRefactor to avoid holding a reference to a container...
2016-09-01 Alexander ShaposhnikovRemove excessive padding from MismatchingNewDeleteDetector
2016-09-01 Derek Schuff[WebAssembly] Change wasm SizeType to match asmjs
2016-09-01 Richard SmithWhen we reach the end of a #include of a header of...
2016-09-01 Chris Bieneman[CMake] Properly connecting Compiler-RT check and test...
2016-09-01 Aleksei Sidorin[analyzer] ExprEngine: remove second call to PreStmt...
2016-09-01 Aleksei Sidorin[analyzer] Add more FileIDs to PlistDiagnostic map...
2016-09-01 Honggyu Kim[Frontend] Fix mcount inlining bug
2016-09-01 Aleksei Sidorin[analyzer][test commit] ExprEngine.cpp: Remove training...
2016-09-01 Honggyu KimRemove whitespace to test commit access
2016-09-01 George Burgess IVFix typos in comments.
2016-09-01 Akira Hatanaka[Sema] Don't diagnose an array type mismatch when the...
2016-08-31 Richard SmithFix all tests under test/CXX (and test/Analysis) to...
2016-08-31 Richard SmithDR259: Demote the pedantic error for an explicit instan...
2016-08-31 Nick LewyckyAdd -fprofile-dir= to clang.
2016-08-31 David BlaikieDebugInfo: Fix -gsplit-dwarf + -fno-split-dwarf-inlining
2016-08-31 Richard SmithDon't diagnoes a mismatch between implicit and explicit...
next