]> granicus.if.org Git - clang/shortlog
clang
2016-06-22 Hans WennborgAdd support for /Ob1 and -finline-hint-functions flags
2016-06-22 Hans WennborgWiden EHScope::ClenupBitFields::FixupDepth to avoid...
2016-06-22 Yaxun Liu[OpenCL] Use function metadata to represent kernel...
2016-06-22 Martin Probstclang-format: [JS] Do not break before 'as'.
2016-06-22 Michael Zuckerman[Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_...
2016-06-22 Craig Topper[AVX512] Use a __v8hi vector inside of _mm_setzero_hi...
2016-06-22 Craig Topper[AVX512] Fix _mm_setzero_di to not require avx512vl...
2016-06-22 Craig Topper[AVX512] __builtin_ia32_reducesd_mask and __builtin_ia3...
2016-06-22 Craig Topper[AVX512] Add missing typecasts to intrinsics.
2016-06-22 Craig Topper[AVX512] Replace masked integer cmp and ucmp builtins...
2016-06-22 Craig Topper[AVX512] Use correct types for mask parameters in avx51...
2016-06-22 Kelvin Li[OpenMP] Add the depend clause to target update constru...
2016-06-22 Peter CollingbourneRequire an x86 target for the thinlto_backend.ll test.
2016-06-22 Peter CollingbourneSpecify a target triple to fix the test on non-Linux.
2016-06-22 Peter CollingbourneAdd missing test dependency.
2016-06-22 Peter CollingbourneCodeGen: Replace test/CodeGen/thinlto_backend.c with...
2016-06-22 NAKAMURA TakumiStmt.h: Tweak r273312 to avoid bool:1 to appease win32.
2016-06-22 Devin Coughlin[analyzer] Teach trackNullOrUndefValue() about class...
2016-06-21 Rafael EspindolaDelete dead code.
2016-06-21 Pirama Arumuga... Emit the DWARF tag for the RenderScript language
2016-06-21 Eric LiuTrying to fix a buffer overflow that broke buildbot...
2016-06-21 Tim ShenRe-commit "[Temporary] Add an ExprWithCleanups for...
2016-06-21 Sanjay Patel[x86] AVX FP compare builtins should require AVX target...
2016-06-21 Richard SmithRefactor scope building in JumpDiagnostics for simplici...
2016-06-21 Reid KlecknerRevert "[MS] Don't expect vftables to be provided for...
2016-06-21 Rafael EspindolaDelete dead code.
2016-06-21 Dehao ChenInvoke PruneEH pass before Sample Profile pass.
2016-06-21 Reid Kleckner[MS] Don't expect vftables to be provided for extern...
2016-06-21 Eric LiuAdded calculateRangesAfterReplaments() to calculate...
2016-06-21 Artem Belevich[aarch64] Update datalayout for aarch64 tests
2016-06-21 Daniel Jasperclang-format: [JS] Add a Closure Compiler JSDoc tags...
2016-06-21 Pirama Arumuga... Add documentation for RenderScript changes
2016-06-21 Evandro Menezes[AArch64] Change the preferred alignment for char and...
2016-06-21 Craig Topper[AVX512] Move the 128-bit and 256-bit lzcnt intrinsics...
2016-06-21 David Majnemerr273237 fixed PR28220, not PR28216
2016-06-21 David Majnemer[CodeGen] Do not run initializers for imported variables
2016-06-21 George Burgess IV[Docs] More warning fixes to unbreak the docs buildbot.
2016-06-21 NAKAMURA Takumiclang/test/Headers/opencl-c-header.cl: Add explicit...
2016-06-21 George Burgess IV[Docs] Try to fix the docs buildbot.
2016-06-20 Rafael EspindolaAdd a ENABLE_X86_RELAX_RELOCATIONS cmake option.
2016-06-20 Easwaran RamanRemove MaxFunctionCount module flag annotation.
2016-06-20 Daniel Jasperclang-format: [Proto] Fix "import public" after r273179.
2016-06-20 Erik Pilkington[Sema] Only define function as move assignment when...
2016-06-20 Yaxun Liu[OpenCL] Include opencl-c.h by default as a clang module
2016-06-20 Kelvin Li[OpenMP] Add the nowait clause to target update construct.
2016-06-20 Daniel Jasperclang-format: [Proto] Don't do bad things if imports...
2016-06-20 Matt ArsenaultUpdate for DiagnosticInfoStackSize changes
2016-06-20 Vassil Vassilev[modules] Allow emission of update records for predefin...
2016-06-20 Paul RobinsonMake test less sensitive to the resource directory.
2016-06-20 Cong LiuAdd -fsyntax-only to Driver/opencl.cl test.
2016-06-20 Andrey Turetskiy[X86] Add -mno-iamcu option.
2016-06-19 Paul RobinsonRevert "Make test less sensitive to the resource direct...
2016-06-18 Paul RobinsonMake test less sensitive to the resource directory.
2016-06-18 Zvi Rackover[X86] _MM_ALIGN16 attribute support for non-windows...
2016-06-18 Simon Pilgrim[X86][XOP] Refreshed builtin tests ready for creation...
2016-06-18 Simon Pilgrim[X86][TBM] Refreshed builtin tests ready for creation...
2016-06-17 Reid Kleckner[MS] Put member pointer representation flags in our...
2016-06-17 Vedant Kumar[Coverage] Adopt llvm::coverage::encodeFilenamesAndRawM...
2016-06-17 Saleem Abdulrasooltest: support / and \ as directory separators
2016-06-17 Jan VeselyNVPTX: Add supported CL features
2016-06-17 David Majnemer[CodeGen] Use pointer-sized integers for ptrtoint sources
2016-06-17 Saleem Abdulrasooltest: generalise the matching
2016-06-17 Saleem AbdulrasoolDriver: introduce and use `-isystem-after` for cross...
2016-06-17 Yaxun Liu[OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver
2016-06-17 Bryan Chan[Driver] Adapt Linux::GCCVersion::Parse to match GCC...
2016-06-17 Reid Kleckner[codeview] Stop emitting fully qualified subprogram...
2016-06-17 Simon Pilgrim[X86][SSE4A] Use native IR for mask movntsd/movntss...
2016-06-17 Jan VeselyAMDGPU: Fix supported CL features
2016-06-17 NAKAMURA TakumiToolingTests/runToolOnCode.TestSkipFunctionBody: Appeas...
2016-06-17 Ranjeet Singh[ARM] Add mrrc/mrrc2 intrinsics and update existing...
2016-06-17 Saleem AbdulrasoolHeaders: wordsmith error message
2016-06-16 George Burgess IV[CodeGen] Fix a segfault caused by pass_object_size.
2016-06-16 Olivier GoffartFix a few issues while skipping function bodies
2016-06-16 Olivier GoffartKeep invalid functions as part of the AST
2016-06-16 Olivier GoffartFunctions declared in a scope should not hide previous...
2016-06-16 Artem BelevichMinor fixes for miamcpu-opt.c test
2016-06-16 Reid Kleckner[DebugInfo] Put the vftable index in the debug info
2016-06-16 Sanjay Patel[x86] generate IR for AVX2 integer min/max builtins
2016-06-16 Samuel AntaoRe-apply r272900 - [OpenMP] Cast captures by copy when...
2016-06-16 Samuel AntaoRevert r272900 - [OpenMP] Cast captures by copy when...
2016-06-16 Samuel Antao[OpenMP] Cast captures by copy when passed to fork...
2016-06-16 Marcin Koscielnicki[Builtin] Make __builtin_thread_pointer target-independent.
2016-06-16 Haojian WuA follow-up fixing on cuda-march.cu: Don't match clang...
2016-06-16 Andrey TuretskiyPatch "Compilation for Intel MCU (Part 2/3)" caused...
2016-06-16 Andrey TuretskiyCompilation for Intel MCU (Part 3/3)
2016-06-16 Andrey TuretskiyCompilation for Intel MCU (Part 2/3)
2016-06-16 NAKAMURA Takumiclang/test/Driver/cuda-march.cu: Tweak not to match...
2016-06-16 George Burgess IV[Lex] Try to fix a 'comparison is always false' warning...
2016-06-16 Reid Kleckner[DebugInfo] Enable generation of unique identifiers...
2016-06-16 Paul RobinsonAllow 'nodebug' on local variables.
2016-06-15 Justin Lebar[CUDA] Don't pass top-level -march down to device cc1...
2016-06-15 Evgeniy StepanovFix sanitizer-ld test.
2016-06-15 Evgeniy StepanovFix linking of DFSan + coverage.
2016-06-15 Sanjay Patel[x86] translate SSE packed FP comparison builtins to IR
2016-06-15 Etienne BergeronAdd support to clang-cl driver for /GS switch
2016-06-15 Rafael EspindolaAdd a few Musl related tests that already pass.
2016-06-15 Matthias Brauncc1_main: Do not print statistics twice in -disable_fre...
2016-06-15 Sanjay Patel[x86] generate IR for SSE integer min/max builtins
2016-06-15 Chris Dewhurst[Sparc] setjmp and longjmp intrinsic support update...
2016-06-15 Ranjeet SinghReverting r272777 because one of the tests
next