]> granicus.if.org Git - clang/shortlog
clang
2016-03-24 Aaron BallmanFix Sphinx errors with documentation build.
2016-03-24 Eric LiuRevert "Added support for different VFSs in format...
2016-03-24 Eric LiuRevert "removed redundant comment in format::getStyle."
2016-03-24 Eric Liuremoved redundant comment in format::getStyle.
2016-03-24 Eric LiuAdded support for different VFSs in format::getStyle.
2016-03-24 Eric LiuTest commit access to clang repo.
2016-03-24 Xiuli Pan[OpenCL] Add ocl and spir version for spir target
2016-03-24 Eric ChristopherAdd release notes for the removal of the silent include...
2016-03-24 Eric ChristopherThe time when -faltivec (or, on clang only, -maltivec...
2016-03-24 Mike SpertusDisplay const/volatile/restrict qualifiers in Visual...
2016-03-24 Eric ChristopherModules builds are necessarily compile actions, but...
2016-03-24 JF BastienNFC: clarify comment on lock-free macros
2016-03-23 Vedant KumarFix a typo, Tiles -> Files, NFC
2016-03-23 Nico Weberclang-cl: Add a FIXME for bumping the default msc version.
2016-03-23 Nico WeberFix typo in test from r264210, sigh.
2016-03-23 Nico Weberclang-cl: With -fmsc-version=1900, use MSVS2015 diag...
2016-03-23 Justin Lebar[CUDA] Merge most of CodeGenCUDA/function-overload...
2016-03-23 Justin Lebar[CUDA] Simplify SemaCUDA/function-overload.cu test.
2016-03-23 Justin Lebar[CUDA] Don't define __NVCC__.
2016-03-23 Matt ArsenaultAdd missing __builtin_bitreverse8
2016-03-23 Manman RenObjC: add getter/setter for class properties to global...
2016-03-23 Richard SmithMake SemaAccess smarter about determining when a depend...
2016-03-23 Richard SmithMake sure to perform dependent access checks when insta...
2016-03-23 Nico Weberclang-cl: Fix remaining bugs in interaction of /Yc...
2016-03-23 Nico Weberclang-cl: Add more tests for the interaction of /FI...
2016-03-23 Nico Weberclang-cl: Include /FI headers in /showIncludes output.
2016-03-23 Faisal Vali[NFC] Delete an unused function parameter from a static...
2016-03-23 Mike SpertusVisualize fields of records as they were declared in...
2016-03-23 Manman RenObjC: Handle boolean fixed type for enum.
2016-03-23 Chih-Hung Hsieh[analyzer] Fix typo s/initalize/initialize/
2016-03-23 Nico Weberclang-cl: Don't warn about /Oy- being unused in 64...
2016-03-23 Alexander KornienkoUse an enum instead of hardcoded indices. NFC.
2016-03-23 Artyom SkrobovCombine identical check-prefixes in Clang test/Preproce...
2016-03-23 Andrey Turetskiy[X86] Add "x87" in x86 target feature map.
2016-03-23 George Burgess IV[Sema] Allow implicit conversions of &overloaded_fn...
2016-03-23 Chris Bieneman[Apple Clang] Expose llvm-config from stage2 builds...
2016-03-22 Justin Lebar[CUDA] Don't allow templated variadic functions.
2016-03-22 JF BastienUpdate cxx-features test to C++1z
2016-03-22 John ThompsonD18325: Added mm_malloc module export.
2016-03-22 Justin BognerStaticAnalyzer: Avoid an unintentional copy
2016-03-22 David MajnemerMake build bots happy
2016-03-22 David Majnemer[MS ABI] Assign an inheritance model for the dest of...
2016-03-22 Chris Bieneman[Perf-training] Using os.devnull instead of a temp...
2016-03-22 Chris Bieneman[Perf-training] Cleanup based on feedback from Sean...
2016-03-22 Daniel Jasperclang-format: [JS] do not wrap ES6 imports/exports.
2016-03-22 Alexander Kornienko[ASTMatchers] New matcher hasReturnValue added
2016-03-22 Vasileios KalintirisFix warning about extra semicolon. NFC.
2016-03-22 Akira Hatanaka[Objective-c] Do not set IsExact to true when the recei...
2016-03-22 Chris Bieneman[Perf-training] Fixing an issue with multi-threading...
2016-03-22 Mike SpertusVisual Studio Native Visualizations for constructors...
2016-03-22 Arpith Chacko... [OpenMP] Base support for target directive codegen...
2016-03-22 Justin Lebar[CUDA] Implement atomicInc and atomicDec builtins
2016-03-22 Justin Lebar[sema] [CUDA] Use std algorithms in EraseUnwantedCUDAMa...
2016-03-21 NAKAMURA TakumiRevert r263974, "clang-cl: With -fmsc-version=1900...
2016-03-21 Chris Bieneman[Perf-training] Adding support for tests to skip the...
2016-03-21 Richard Smith[modules] Store mangling numbers in a deterministic...
2016-03-21 Richard Smith[modules] Renumber DECL_UPDATES from 30 to 50, so it...
2016-03-21 Pete CooperRevert "Convert some ObjC msgSends to runtime calls."
2016-03-21 Nico Weberclang-cl: With -fmsc-version=1900, use MSVS2015 diag...
2016-03-21 Richard Smith[modules] Don't invent a module cache path unless impli...
2016-03-21 Daniel Jasperclang-format: [JS] no space in union and intersection...
2016-03-21 Manman RenAdd replacement = "xxx" to AvailabilityAttr.
2016-03-21 Renato Golin[ARM] Clang tests for ARM Cortex-A32 support
2016-03-21 Manman RenNFC: wrap Availability-related data in its own struct...
2016-03-21 Nico Weberclang-cl: Move /FC from "Unsupported" to "Ignored"...
2016-03-21 Reid Klecknerclang-cl: support __cdecl-on-struct anachronism
2016-03-21 Daniel Jasperclang-format: Make include sorting's main include detec...
2016-03-21 NAKAMURA TakumiRemove debug output. Sorry for the noise.
2016-03-21 NAKAMURA Takumiclang/test/CodeGenCXX/cxx1z-lambda-star-this.cpp: Satis...
2016-03-21 NAKAMURA Takumiclang/test/Frontend/plugin-annotate-functions.c require...
2016-03-21 Faisal ValiReorder data members to be consistent with member initi...
2016-03-21 Faisal Vali[Cxx1z] Implement Lambda Capture of *this by Value...
2016-03-21 Nico Weberclang-cl: Add a comment about /Oy- (see r245913).
2016-03-20 Mike SpertusVisual Studio Visualizers for clang::FunctionDecl
2016-03-20 Devin Coughlin[tsan] Allow -fsanitize=thread for iOS-style simulator...
2016-03-20 Bruno Cardoso... [VFS] Fix test to use more restrict set of headers
2016-03-20 Justin BognerAST: Fix some bogus indentation. NFC
2016-03-20 Simon PilgrimFixed -Wdocumentation warning
2016-03-20 Richard SmithMark C++ features implemented in Clang 3.8 as done...
2016-03-20 Richard SmithP0184R0: Allow types of 'begin' and 'end' expressions...
2016-03-20 Bruno Cardoso... Reapply [2] [VFS] Add 'overlay-relative' field to YAML...
2016-03-20 Mike SpertusBetter visualization of clang::BuiltinType in VisualStudio
2016-03-20 Mike SpertusVisual Studio Visualizer for clang::FunctionProtoType
2016-03-19 George Burgess IV[Sema] Make type deduction work with some overloadable...
2016-03-19 George Burgess IV[Sema] Allow casting of some overloaded functions
2016-03-18 Manman Ren[TLS on Darwin] use CXX_FAST_TLS calling convention...
2016-03-18 Carlo Bertolli[OPENMP] Implementation of codegen for firstprivate...
2016-03-18 Steven WatanabeFix printing of anonymous struct typedefs.
2016-03-18 Akira Hatanaka[Objective-c] Fix a crash in WeakObjectProfileTy::getBa...
2016-03-18 Reid Kleckner[clang-cl] Allow use of -gline-tables-only
2016-03-18 Pirama Arumuga... Add -fnative-half-arguments-and-returns
2016-03-18 Mike SpertusShow members of DeclContexts (i.e., class members)...
2016-03-18 Benjamin KramerMake LookupResult movable again.
2016-03-18 Arpith Chacko... Revert r263783 as buildbot failure is being investigated.
2016-03-18 Arpith Chacko... [OpenMP] Base support for target directive codegen...
2016-03-18 Chaoren LinRemove usage of LLVM_PREFIX.
2016-03-17 Manman RenRevert r263687 for ubsan bot failure.
2016-03-17 Bruno Cardoso... Revert "Reapply [VFS] Add 'overlay-relative' field...
2016-03-17 Bruno Cardoso... Reapply [VFS] Add 'overlay-relative' field to YAML...
2016-03-17 David BlaikieRe-add (user defined) move ops to UnresolvedSetImpl...
next