]> granicus.if.org Git - clang/shortlog
clang
2016-10-13 Justin Lebar[CUDA] Emit deferred diagnostics during Sema rather...
2016-10-13 Saleem Abdulrasooltest: attempt to repair SCEI buildbots
2016-10-13 Saleem AbdulrasoolCodeGen: ensure that the runtime calling convention...
2016-10-13 Arnold SchwaighoferSwift Calling Convention: Fix out of bounds access
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 Manman RenModule: emit initializers for C/ObjC after r276159.
2016-10-13 Teresa JohnsonPass -ffunction-sections/-fdata-sections along to gold...
2016-10-13 Davide Italiano[ThinLTO] Update doc to include lld (now supported).
2016-10-13 Arnold SchwaighoferAdd more 64bit swiftcall convention tests
2016-10-13 Albert GutowskiImplement MS _ReturnAddress and _AddressOfReturnAddress...
2016-10-13 Sjoerd MeijerGuard flag –fdenormal-fp-math with –fno-fast-math.
2016-10-13 Artem Dergachev[analyzer] Link libStaticAnalyzerCheckers to libASTMatc...
2016-10-13 Alexey BataevFix for PR30639: CGDebugInfo Null dereference with...
2016-10-12 Devin Coughlin[analyzer] DeallocChecker: Don't warn about directly...
2016-10-12 Albert Gutowskifix ms-intrinsics labels code to work with builds with...
2016-10-12 Richard SmithRevert r284008. This is us to fail to instantiate stati...
2016-10-12 Yunzhong Gao[NFC] Fixing the description for _mm_store_ps and _mm_s...
2016-10-12 Albert Gutowskifix regexes for label names in ms-intrinsics test
2016-10-12 Albert GutowskiImplement MS _BitScan intrinsics
2016-10-12 Arnold SchwaighoferRemove basic block label in test case
2016-10-12 Arnold SchwaighoferSpecify a target cpu in test case
2016-10-12 Yunzhong Gao[NFC] Trial change to remove a redundant blank line.
2016-10-12 Arnold SchwaighoferDeclare WinX86_64ABIInfo to satisfy SwiftABI info
2016-10-12 Kostya SerebryanyDocument potential implementation of CFI in hardware.
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 Javed Absar[ARM] Fix - missing target-cpu in test
2016-10-12 Vassil VassilevReinstate r283887 and r283882.
2016-10-12 Alex Lorenz[CodeCompletion] Show protocol properties that are...
2016-10-12 Alex Lorenz[Sema] Handle transparent_union attributes in C mode...
2016-10-12 Artem BelevichAdded REQUIRED triples to the test that fails on some...
2016-10-12 Justin Lebar[CUDA] Make touching a kernel from a __host__ __device_...
2016-10-11 Mike EdwardsRevert - When optimizing for size, enable loop rerollin...
2016-10-11 Vedant Kumar[Profile] Update testcase for r283948 (NFC)
2016-10-11 Manman RenModule: for ObjectiveC, be consistent when checking...
2016-10-11 Arnold SchwaighoferSwift Calling Convention: Parameters are allowed after the
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... [Driver] Use -fsyntax-only in test/Driver/show-option...
2016-10-11 Bruno Cardoso... [Driver] Fix test from r283913 to unbreak bots
2016-10-11 Bruno Cardoso... Reapply [Driver][Diagnostics] Make 'show option names...
2016-10-11 Justin Lebar[CUDA] Re-land support for <complex> (r283683 and r283680).
2016-10-11 Reid KlecknerFix the build with MSVC 2013 after r283856
2016-10-11 Zachary TurnerFix clang-offload-bundler test.
2016-10-11 Yaxun Liu[OpenCL] Allow partial initializer for array and struct
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 Vassilevr283882 followup. Don't demote ParmVarDecls. This shoul...
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 Manuel KlimekDelete clang-completion-mode.el.
2016-10-11 Mehdi AminiTurn FileManager DirectoryEntry::Name from raw pointer...
2016-10-11 Daniel JasperExplicitly ignore return code in test for test systems...
2016-10-11 Hal FinkelFixup test/Driver/opt-record.c for nvptx pointer size
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... [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 Nick LewyckyMake the LValue created in EmitValueForIvarAtOffset...
2016-10-10 Albert GutowskiImplement MS read/write barriers and __faststorefence...
2016-10-10 Justin Lebar[AST] Don't use make_pointee_iterator in VTableBuilder.
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 Justin Lebar[Examples] Fix use of sema.LateParsedTemplateMap in...
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 Lebar[AST] Convert Marshallers to use unique_ptr.
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 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...
next