]> granicus.if.org Git - clang/shortlog
clang
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
2016-06-15 Benjamin KramerApply some suggestions from clang-tidy's performance...
2016-06-15 John BrawnDon't use static variables in LambdaCapture
2016-06-15 Craig Topper[AVX512] Use native IR for mask pcmpeq/pcmpgt intrinsics.
2016-06-15 Chris Dewhurst[Sparc] Change to let clang know that setjmp and longjm...
2016-06-15 Ranjeet Singh[ARM] Add mrrc/mrrc2 intrinsics and update existing...
2016-06-15 Alexey BataevRevert accidential "[MSVC] Late parsing of in-class...
2016-06-15 Alexey Bataev[OPENMP] Fix crash for 'schedule|dist_schedule' clauses...
2016-06-15 Alexey Bataev[MSVC] Late parsing of in-class defined member function...
2016-06-15 Nick LewyckyAdd a "declared 'nonnull' here" note to warnings where...
2016-06-15 Saleem AbdulrasoolHeaders: tweak for MSVC[<1800]
2016-06-14 Evgeniy StepanovFix sanitizer coverage support in the win32 driver.
2016-06-14 Yaxun Liu[OpenCL] Enable -fblocks by default for OpenCL 2.0...
2016-06-14 Evgeniy Stepanov[sanitizer] Allow sanitize coverage w/o sanitizers.
2016-06-14 Peter CollingbourneUpdate clang for D20348
2016-06-14 Hans Wennborgs/Intrin.h/intrin.h/, trying to fix the build after...
2016-06-14 Nico WeberRename Intrin.h to intrin.h, that's how all the documen...
2016-06-14 Adam NemetFix documentation bot after r272656
2016-06-14 Vedant Kumar[perf-training] Ignore 'Profile Note' warnings from...
2016-06-14 Eric Liu[clang-format] do not add existing includes.
2016-06-14 Daniel Jasperclang-format: [JS] Fix failing format with TypeScript...
2016-06-14 Michael Zuckerman[Clang][avx512][Intrinsics] adding prefetch gather...
2016-06-14 Rafael EspindolaStart adding support for Musl.
2016-06-14 Michael Zuckerman[Clang][AVX512][intrinsics] Adding missing intrinsics...
2016-06-14 Adam NemetAdd loop pragma for Loop Distribution
2016-06-14 Daniel Jasperclang-format: [JS] Support annotated classes.
2016-06-14 Roger Ferrer... Reverting "Warn when taking address of a packed member"
2016-06-14 Daniel Sanders[mips] Defer validity check for CPU/ABI pairs and impro...
2016-06-14 Faisal ValiFix PR28100 - Allow redeclarations of deleted explicit...
2016-06-14 David Majnemer[Parser] Handle __pragma(pack, etc. after type definitions
2016-06-14 Serge PavlovDetect recursive default argument definition
2016-06-14 Vedant KumarRemove stray semi-colon in *.py file, NFC
2016-06-14 Richard SmithRemove nonsense and simplify. To forward a reference...
2016-06-14 Richard SmithAdd a test to ensure that pass_object_size is handled...
2016-06-14 Vedant Kumar[docs] Coverage: Document the profile merge pool specifier
2016-06-13 Taewook OhPatch for r272584 (http://reviews.llvm.org/rL272584...
2016-06-13 Erik Pilkington[Parser] Only correct delayed typos when needed
2016-06-13 Taewook OhUse the name of the file on disk to issue a new diagnos...
2016-06-13 Hans Wennborgclang-cl: Support -resource-dir option (PR28074)
2016-06-13 Richard SmithAdd test for DR1359.
2016-06-13 Artem BelevichTest fix -- use captured call result instead of hardcod...
2016-06-13 Taewook OhRevert r272562 for build bot failure (clang-x86-win2008...
2016-06-13 Samuel Antao[CUDA][OpenMP] Create generic offload toolchains
2016-06-13 Martin Probstclang-format: [JS] Initialize new configuration value.
2016-06-13 Paul RobinsonCapture the resource directory and use it for subsequen...
2016-06-13 David Majnemer[immintrin] Reimplement _bit_scan_{forward,reverse}
2016-06-13 Taewook OhUse the name of the file on disk to issue a new diagnos...
2016-06-13 Martin Probstclang-format: [JS] Indent namespaces in JavaScript...
2016-06-13 Martin Probstclang-format: [JS] Introduce JavaScriptWrapImports...
2016-06-13 Roger Ferrer... Warn when taking address of a packed member
2016-06-13 Asaf Badouh[X86][AVX512F] bugfix - sqrtps should get __mask16...
2016-06-13 Daniel Jasperclang-format: Restrict r272537 to function ref qualifiers.
2016-06-13 Simon PilgrimFix unused variable warning
2016-06-13 Simon Pilgrim[Clang][X86] Convert non-temporal store builtins to...
2016-06-13 Daniel Jasperclang-format: Fix incorrect function type detection.
2016-06-13 Daniel Jasperclang-format: Don't merge const and &, e.g. in function...
2016-06-13 Daniel Jasperclang-format: Fix incorrect cast detection.
2016-06-13 Daniel Jasperclang-format: Don't indent lambda body relative to...
2016-06-13 NAKAMURA TakumiMPIBugReporter.h: Fix a warning. [-Wdocumentation]
2016-06-13 Craig Topper[AVX512] Masked pcmpeqd, pcmpeqq, pcmpgtd, and pcmpgtq...
2016-06-13 Mike SpertusImproved Visual Studio visualization of OpaquePtr
2016-06-13 Devin Coughlin[analyzer] Remove some list initialization from MPI...
2016-06-13 Devin Coughlin[analyzer] Add checker to verify the correct usage...
2016-06-13 Martin Probstclang-format: [JS] post-fix non-null assertion operator.
2016-06-12 Mike SpertusVisual Studio Visualizer for PackExpansionType
2016-06-12 Mike SpertusVisual Studio native visualizer for ParsedTemplateArgument
2016-06-12 Benjamin KramerAdd some std::move where the value is only read otherwise.
2016-06-12 Mike SpertusRudimentary support for Visual Studio Stmt visualizer
2016-06-12 Craig Topper[CodeGen] Update to use an ArrayRef of uint32_t instead...
2016-06-11 Simon Pilgrim[X86][BMI] Improved bmi intrinsics checks
2016-06-11 Mike SpertusVisual Studio Visualizers for ActionResult, LocInfoType...
2016-06-11 Faisal ValiFix cv-qualification of '*this' captures and nasty...
next