The Week Of Monday 12 January 2015 Archives by thread
Starting: Mon Jan 12 00:34:24 PST 2015
Ending: Sun Jan 18 22:42:45 PST 2015
Messages: 516
- r225619 - Parse: Get rid of tok::cxx_defaultarg_end, use EOF instead
David Majnemer
- r225622 - Parse: Get rid of cxx_exceptspec_end, use EOF instead
David Majnemer
- [PATCH] Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).
Daniel Jasper
- [PATCH] clang-format: Space and triple angle braces
Daniel Jasper
- r225623 - clang-format: Fix formatting of inline asm.
Daniel Jasper
- r225624 - Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
- r224329 - Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Bataev, Alexey
- r225625 - clang-format: Improve format of lambdas in ctor initializers.
Daniel Jasper
- [PATCH] clang-format.el: customization-support, MELPA-compatibility
Manuel Klimek
- [PATCH] Implementation for completion in call context for C++
Francisco Lopes da Silva
- r225626 - Suppress clang/test/Driver/rewrite-map-in-diagnostics.c on win32 for now. This doesn't fail on "env clang". Investigating.
NAKAMURA Takumi
- r225628 - Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).
Alexander Kornienko
- [PATCH] 'size' call that could be replaced with 'empty' on STL containers
Gábor Horváth
- [clang-tools-extra] r225629 - Make LoopConvert work with containers that are used like arrays.
Daniel Jasper
- r225632 - [mips] Explain why we need to always clobber for MIPS inline asm. NFC.
Toma Tabacu
- [PATCH] [mips] Always clobber $1 for MIPS inline asm.
Toma Tabacu
- [libcxx] r225633 - Fix vexing parse in test.
Eric Fiselier
- [PATCH] clang-tidy: Add initial check for "Don't use else after return".
Daniel Jasper
- [PATCH] Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
- [PATCH] Clang-format: Braces Indent Style Whitesmith
JVApen
- r225659 - Fix bogus 'method is unavailable' errors with modules
Ben Langmuir
- r225664 - [PowerPC]To provide better compatibility with gcc I added the __bool keyword to the Alitivec support in clang. __bool is functionally identical to using bool when declaring vector types. For example:
Bill Seurer
- r225570 - Don't emit implicit template instantiations eagerly (PR21718)
Rafael Espíndola
- r225666 - Fix typo Block.h vs Blocks.h
Ben Langmuir
- [libcxx] r225673 - Creating release candidate final for 3.5.1
Tom Stellard
- [libcxxabi] r225674 - Creating release candidate final for 3.5.1
Tom Stellard
- r225684 - reverting due to build bot failure
Nathan Sidwell
- [PATCH] [libcxx] Cleanup the cleanup of temporary files.
Dan Albert
- [PATCH] Downgrade 'optnone' attribute conflicts to warning
Paul Robinson
- [PATCH] Insert random noops to increase security against ROP attacks (clang)
JF Bastien
- r225701 - Don't use a doc comment in a function body.
Nico Weber
- [patch][pr19848] Produce explicit comdats in clang
David Majnemer
- r225703 - Wrap to 80 columns. No behavior change.
Nico Weber
- [libcxx] r225375 - In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/equal_to/logical_or) were defined as deriving from binary_funtion. That restriction was removed in C++11, but the tests still check for this. Change the test to look for the embedded types first_argument/second_argument/result_type. No change to the library, just more standards-compliant tests. Thanks to STL @ Microsoft for the suggestion.
David Blaikie
- [PATCH] C99 partial re-initialization behavior (DR-253)
Richard Smith
- r225581 - Add a new warning, -Wself-move, to Clang.
Jordan Rose
- r225705 - [patch][pr19848] Produce explicit comdats in clang.
Rafael Espindola
- [PATCH] clang-format.el: use -output-replacements-xml option
Johann Klähn
- [PATCH] Reimplement -fsanitize-recover family of flags.
Alexey Samsonov
- r225719 - Reimplement -fsanitize-recover family of flags.
Alexey Samsonov
- [PATCH] More robust deployment target parsing on darwin
Steven Wu
- r225741 - Simplify a test. No behavior change.
Nico Weber
- r225751 - PR22208: On FreeBSD systems, __STDC_MB_MIGHT_NEQ_WC__ is expected to be defined
Richard Smith
- r225755 - If we don't find a matching ) for a ( in an exception specification, keep the tokens around so we can diagnose an error rather than silently discarding them.
Richard Smith
- r225756 - Extend the self move warning to record types.
Richard Trieu
- r225759 - [OPENMP] Consider global named register variables as threadprivate by default.
Alexey Bataev
- r225761 - Mark vtable used on explicit destructor definitions.
Nico Weber
- [patch] Remove ASTConsumer::HandleVTable()'s bool parameter
Nico Weber
- r225763 - Parse: Further simplify ParseLexedMethodDeclaration
David Majnemer
- r225765 - Parse: use the EOF token method to lex inline method bodies
David Majnemer
- r225768 - Parse: Don't crash if missing an initializer expression
David Majnemer
- [PATCH] Include checker name in Static Analyzer PLIST output
Anna Zaks
- r225774 - Parse: Don't crash when default argument in typedef consists of sole '='
David Majnemer
- r225776 - Parse: Switch to using EOF tokens for late parsed attributes
David Majnemer
- r225777 - Update clang-format.el to use xml output and patch in the returned chunks.
Manuel Klimek
- r225780 - Sema: An extern declaration can't be a redeclaration of a parameter
David Majnemer
- r225781 - Revert "Sema: An extern declaration can't be a redeclaration of a parameter"
David Majnemer
- r225782 - [mips] Fix va_arg() for pointer types on big-endian N32.
Daniel Sanders
- [PATCH] [mips] Fix va_arg() for pointer types on big-endian N32.
Daniel Sanders
- [PATCH] Implement command line options for stack probe space
Andrew H
- [PATCH] Add the Altivec __bool keyword for better gcc compatibility
Bill Seurer
- [libcxx] r225799 - Make regex::assign not clobber the regex in case of failure. Fixes PR#22213
Marshall Clow
- r212173 - X86: inline all atomic operations up to 128-bits.
Tim Northover
- r225801 - Remove unused method canInferFrameworkModule
Ben Langmuir
- r225802 - Handle [extern_c] attribute in module printer
Ben Langmuir
- r225803 - Inherit attributes when infering a framework module
Ben Langmuir
- [Patch][OpenCL] CL2.0 atomic types
Anastasia Stulova
- [PATCH] Add [extern_c] attribute to _Builtin_intrinsics module
Ben Langmuir
- r225813 - When attribute 'optnone' appears on the same declaration with a
Paul Robinson
- [patch] Don't let virtual calls and dynamic casts call MarkVTableUsed()
Nico Weber
- SystemZ regression (was: r223825 - DebugInfo: Emit the correct location for initialization of a complex variable)
Ulrich Weigand
- r225834 - Mention FreeBSD support.
Roman Divacky
- r225835 - Add [extern_c] attribute to _Builtin_intrinsics module
Ben Langmuir
- [modules][PATCH] Teach the ASTDeclReader to update the exception specs of the deserialized decl's redecl chain.
Richard Smith
- [PATCH] Skip transparent DeclContexts when looking up imported AST nodes
Richard Smith
- r225839 - clang-format: [Java] Detect `native` keyword.
Nico Weber
- [PATCH] Fix PR20619 - failure to define implicit copy ctor of a by val capture in a generic lambda
Richard Smith
- r225845 - DebugInfo: Correct the location of EH cleanup for blocks
David Blaikie
- r225856 - Sink a parameter into the callee since it's always the same expression in terms of another parameter
David Blaikie
- [PATCH] Always add -lc++abi when using vptr sanitizer on Darwin.
Alexey Samsonov
- [clang patch] PR20146
Richard Smith
- r225875 - Sema: An extern declaration can't be a redeclaration of a parameter
David Majnemer
- r225889 - Look through sugar when determining whether a type is a scoped enumeration
Richard Smith
- [PATCH] make isScopedEnumerationType look through typedefs
Richard Smith
- r225892 - Update for move in llvm.
Eric Christopher
- r225894 - Update HelpText for -fsanitize= option.
Alexey Samsonov
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- r225910 - Insert random noops to increase security against ROP attacks (clang)
JF Bastien
- r224902 - Sema: Permit an atomic type to be initialized by the same atomic type
Richard Smith
- [libcxx] r225920 - Refactor the lit config's linker flag discovery code. NFC
Jonathan Roelofs
- r225922 - [AVX512] Add FP unpack intrinsics
Adam Nemet
- r225934 - Sema: Check type compatibility with the most recent decl when merging
David Majnemer
- r225600 - Basic: The asm constraint '+#r' isn't valid, reject it
Hal Finkel
- r225942 - Sema: Relax parsing of '#' in constraints
David Majnemer
- r225947 - Revert "Insert random noops to increase security against ROP attacks (clang)"
JF Bastien
- r225955 - DebugInof: Correct the location of exception cleanups in global ctors/dtors and ObjC methods
David Blaikie
- r225956 - Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info location handling (and follow-up commits).
David Blaikie
- r225958 - Use the integrated assembler by default on 32-bit PowerPC and SPARC.
Brad Smith
- r225960 - Sema: It's cheaper to ask LookupResult::empty than to calculate linkage
David Majnemer
- r225961 - The assembler is now enabled by default.
Brad Smith
- r225962 - clang-format: [Java] Don't get confused by leading annotations.
Daniel Jasper
- r225963 - clang-format: [Java] Don't line-wrap before annotations' l_parens.
Daniel Jasper
- r225964 - clang-format: [Java] Don't let annotations confuse return type analysis.
Daniel Jasper
- r225965 - clang-format: [Java] Understand "import static".
Daniel Jasper
- [PATCH] [OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
Alexey Bataev
- [PATCH] [mips] Handle transparent unions correctly.
Daniel Sanders
- r225971 - clang-format: [Java] Prefer not to break in parameter annotations.
Daniel Jasper
- r225973 - clang-format: [Java] Support try blocks with resources.
Daniel Jasper
- r225975 - [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
Chandler Carruth
- [clang-tools-extra] r225976 - [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py
Chandler Carruth
- r225979 - [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
- r225981 - [mips] Handle transparent unions correctly.
Daniel Sanders
- r225982 - clang-format: Disable flag for Google's Java and Javascript styles.
Daniel Jasper
- [PATCH] [libcxx] SFINAE-friendly common_type
Agustín Bergé
- [libcxx] r225985 - Fix a lit configuration diagnostic. NFC
Jonathan Roelofs
- [PATCH] process the -fno-signed-zeros optimization flag (PR20870)
Sanjay Patel
- [libcxx] r225996 - Creating release_36 branch off revision 225991
Hans Wennborg
- [libcxxabi] r225997 - Creating release_36 branch off revision 225991
Hans Wennborg
- r226005 - More robust deployment target parsing on darwin
Steven Wu
- r226008 - Update cxx_dr_status.html after 3.6 branch
Hans Wennborg
- r226009 - ReleaseNotes.rst: update to 3.7
Hans Wennborg
- r226010 - docs/conf.py: update for 3.7
Hans Wennborg
- r226011 - Revert "More robust deployment target parsing on darwin"
Steven Wu
- [libcxxabi] r226014 - Update PACKAGE_VERSION to 3.7.0svn
Hans Wennborg
- [clang-tools-extra] r226015 - docs/conf.py: bump version to 3.7
Hans Wennborg
- [libcxxabi] r226021 - Change version from 3.6.0svn to 3.6.0
Hans Wennborg
- [libcxx] r226024 - Support picking the unwinder used for testing on linux (just as libc++abi testing allows)
Jonathan Roelofs
- [clang-tools-extra] r226025 - clang-tidy: Add initial check for "Don't use else after return".
Daniel Jasper
- [PATCH] [libcxx] Attempt to fix undefined behavior in list, forward_list and __tree.
Eric Fiselier
- r225244 - Sema: analyze I,J,K,M,N,O constraints
Joerg Sonnenberger
- r225244 - Sema: analyze I,J,K,M,N,O constraints
Reid Kleckner
- r225244 - Sema: analyze I,J,K,M,N,O constraints
Joerg Sonnenberger
- r225244 - Sema: analyze I,J,K,M,N,O constraints
Eric Christopher
- r225244 - Sema: analyze I,J,K,M,N,O constraints
Joerg Sonnenberger
- r225244 - Sema: analyze I,J,K,M,N,O constraints
Chandler Carruth
- r225244 - Sema: analyze I,J,K,M,N,O constraints
Joerg Sonnenberger
- r225244 - Sema: analyze I,J,K,M,N,O constraints
Chandler Carruth
- r225244 - Sema: analyze I,J,K,M,N,O constraints
Joerg Sonnenberger
- [libcxx] r226040 - Refactor configure_compile_flags. NFC
Jonathan Roelofs
- [libcxx] r226043 - Rename library_root to libcxx_library_root. NFC
Jonathan Roelofs
- r226049 - IR: Move MDLocation into place (clang testcases)
Duncan P. N. Exon Smith
- [libcxx] r226061 - Rename system_lib -> system_cxx_lib. NFC
Jonathan Roelofs
- [libcxx] r226063 - Rename src_root -> libcxx_src_root. NFC
Jonathan Roelofs
- r226067 - Fix crash-on-invalid and name lookup when recovering from ~X::X() typo.
Richard Smith
- r217302 - Add error, recovery and fixit for "~A::A() {...}".
Richard Smith
- [PATCH] Warn about dllexported explicit class template instantiation declarations (PR22035)
Hans Wennborg
- patch: remove the unqualified name cache for typos
Richard Smith
- [PATCH] Provide fixit if unscoped enumeration is used in nested name specifier. This fixes PR16951.
Richard Smith
- [PATCH] Fix fallout from r219557
Richard Smith
- [PATCH] [libc++] Add support for cross compiling libc++.
Dan Albert
- r226079 - [PM] Update for LLVM r226078 which moved TargetLibraryInfo to the
Chandler Carruth
- r226083 - PR13699: Include friend declarations in code completion results if they had a
Richard Smith
- [PATCH][REVIEW REQUEST] Fix for libclang completion of already declared template friends.
Richard Smith
- [PATCH] [libc++abi] Add support for cross compiling.
Dan Albert
- [PATCH] Ensure __va_list_tag has default visibility
Richard Smith
- [PATCH] Add -fno-modules-implicit-builds.
Richard Smith
- [PATCH][OPENCL][SPIR] introduce SPIR calling conventions
Sameer Sahasrabuddhe
- [PATCH] Static analysis checker for catch handler inversion
Richard Smith
- r225389 - Handle OpaqueValueExprs more intelligently in the TransformTypos tree
Richard Smith
- [PATCH] Adding option -fno-inline-asm to disallow inline asm
Richard Smith
- r226096 - Remove ASTConsumer::HandleVTable()'s bool parameter.
Nico Weber
- [clang] Patch for 6037
Richard Smith
- [libcxx] r226109 - Creating release directory for release_360.
Hans Wennborg
- [libcxx] r226110 - Creating release candidate rc1 from release_360 branch
Hans Wennborg
- [libcxxabi] r226111 - Creating release directory for release_360.
Hans Wennborg
- [libcxxabi] r226112 - Creating release candidate rc1 from release_360 branch
Hans Wennborg
- r226128 - Remove unused parameter, followup to r179639. No behavior change.
Nico Weber
- r226135 - Sema: Recover when a function template is in an extern "C" block
David Majnemer
- r226136 - [Mips] Define macros `__mips_isa_rev` in case of mips32r6/mips64r6 options
Simon Atanasyan
- r226142 - [CMake] Update libdeps on clangCodeGen, corresponding to r226079.
NAKAMURA Takumi
- r226148 - AST: Ensure implicit records have default visibility
David Majnemer
- [PATCH] fix for bug 22236
Nicolas Brunie
- r226152 - [CMake] clangCodeGen: Prune a redundant "Target" out of libdeps. It is supplied by Analysis.
NAKAMURA Takumi
- r226156 - AST: alignof might be dependent because of alignment attributes
David Majnemer
- r226158 - [PM] Track an LLVM API update which separates the TargetLibraryInfo
Chandler Carruth
- [clang-tools-extra] r226172 - clang-tidy: 'size' call that could be replaced with 'empty' on STL containers
Alexander Kornienko
- [libcxx] r226174 - Refactor configure_link_flags for modularity. NFC
Jonathan Roelofs
- r226178 - PR 20146
Nathan Sidwell
- [PATCH] Merge libc++abi's lit configuration with libc++'s
Dan Albert
- [libcxx] r226185 - Add a cmake option for LIT configuration variant.
Dan Albert
- [libcxx] r226192 - Use set() instead of option() for string option.
Dan Albert
- [PATCH] Remove repository pathname dependence in test
Eric Christopher
- [PATCH] [OPENMP] CodeGen for the ‘omp for’ with static chunked schedule
Alexander Musman
- [PATCH] Update Clang to change in ReadAbbrevBlock API (bug 20485)
David Callahan
- r226208 - Warn about dllexported explicit class template instantiation declarations (PR22035)
Hans Wennborg
- r226209 - [PowerPC] Add a target option for invariant function descriptors
Hal Finkel
- r226211 - Use a trivial comdat for inline ctor/dtor when not using C5/D5.
Rafael Espindola
- [libcxx] r226223 - Print out environment in lit notes
Jonathan Roelofs
- r226227 - Use a trivial comdat for C++ tables.
Rafael Espindola
- [PATCH] Initial SEH IR generation implementation
Reid Kleckner
- [libcxxabi] r226235 - [libc++abi] Add support for cross compiling.
Dan Albert
- [libcxx] r226237 - [libc++] Add support for cross compiling.
Dan Albert
- [libcxxabi] r226240 - LIBCXXABI_TARGET_TRIPLE won't always be set.
Dan Albert
- [libcxx] r226243 - Remove triple detection from cmake.
Dan Albert
- [PATCH] Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
- r226250 - [OPENMP] Fixed data-sharing attributes processing for variables with global
Alexey Bataev
- [PATCH] Improve diagnostics for asm immediate constraints and downgrade from error to default-error
Joerg Sonnenberger
- r226278 - restore fix for 18645, buildbot apparently gave a false positive.
Nathan Sidwell
- r226280 - Add comdats to constructs and destructor in the microsoft abi.
Rafael Espindola
- r226282 - Attempt to fix the build with XCode 5.0.2 (and probably 5.1.1).
Alexander Kornienko
- r226285 - Make this test a bit stricter. NFC.
Rafael Espindola
- r226286 - Add comdats to dynamic init functions in the microsoft abi.
Rafael Espindola
- r226294 - AArch64: implement AAPCS layout rules for bit-fields.
Tim Northover
- r226297 - Fix typo in r225922.
Adam Nemet
- r226298 - [AVX512] Add intrinsics for masked aligned FP loads and stores
Adam Nemet
- r226303 - Add comdats to the RTTI variables in the microsoft abi.
Rafael Espindola
- r226306 - Don't crash if a declarator in a friend decl doesn't have a name.
Nico Weber
- r226307 - Spell 0 in an enum-appropriate way. No behavior change.
Nico Weber
- [libcxxabi] r226310 - Fix abort_message.cpp for the NDK.
Dan Albert
- r226317 - Add comdat to string literal variables on COFF.
Rafael Espindola
- [PATCH] [libcxx] Add compiler utility class for LIT tests
Eric Fiselier
- r226320 - Wrap to 80 columns. No behavior change.
Nico Weber
- [patch] If a function decl cannot be merged, mark it as invalid.
Nico Weber
- [libcxx] r226322 - Add 'no_default_flags' option for turning off all default test compile and link flags.
Eric Fiselier
- [libcxx] r226323 - [libcxx] Add compiler utility class for LIT tests
Eric Fiselier
- r226325 - Also put vtables in a comdat when rtti is disabled.
Rafael Espindola
- r226328 - Fix some copypasta typos in asserts.
Sean Silva
- [PATCH] If a function decl cannot be merged, mark it as invalid, phab edition.
Nico Weber
- [libcxx] r226330 - A couple small changes to get LIT working with python3
Eric Fiselier
- r226331 - Remove pathname dependence. Also rewrite test to use FileCheck
Eric Christopher
- r226334 - Fix a case where delayed typo correction should have resolved an
Kaelyn Takata
- r226337 - Isolate test for PR22096 to clang.
David Blaikie
- r226338 - ObjC getters with names like "newItem" should still be linked to the @property.
Jordan Rose
- r226339 - Suggest objc_method_family(none) for a property named -newFoo or similar.
Jordan Rose
- r226340 - Adding option -fno-inline-asm to disallow inline asm
Steven Wu
- LLVM buildmaster will restart in few minutes
Galina Kistanova
- r226357 - Remove std::move that was preventing return value optimization.
Richard Trieu
- r226359 - Clean up a string comparison with StringRef. Suggestion by David Majnemer.
Richard Trieu
- r226361 - Make sure all weak destructors go in a comdat in the ms abi.
Rafael Espindola
- r226363 - Address review feedback from r226306. No intended behavior change.
Nico Weber
- r226364 - Wrap to 80 columns. No behavior change.
Nico Weber
- r226365 - If a function decl cannot be merged, mark it as invalid.
Nico Weber
- r226370 - Add a test for something that used to crash before r226365.
Nico Weber
- r226371 - Add tests for two more asserts that r226365 fixed according to SLi's bot.
Nico Weber
- libcxxabi, libcxx, and libunwind patches from MacPorts
Jeremy Huddleston Sequoia
- [PATCH] Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build.
Logan Chien
- [PATCH] Allow libc++abi to be built without unwinder.
Logan Chien
- [PATCH] Fix _Unwind_Backtrace for libc++abi built with libgcc.
Logan Chien
- [PATCH] Force unwind frame with user-defined personality.
Logan Chien
- [PATCH] Rename *.c to *.cpp to generate unwind tables for these functions.
Logan Chien
- [PATCH] Enable backtrace_test for ARM.
Logan Chien
- r226375 - [msan] Fix a uninitialized-use bug in the template argument diffing
Chandler Carruth
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- r226382 - DebugInfo: Correct the debug location of non-static data member initializers
David Blaikie
- r226383 - Recommit r225083 (reverted in r225361) now that calls to aggregate initializers from in class non-static data members are explicitly attributed to the desired line.
David Blaikie
- r226384 - Refactor test so it's not lazily emitted on a global, simplifying ordering when more test cases are added
David Blaikie
- r226388 - DebugInfo: Attribute aggregate expressions to the source location of the expression
David Blaikie
- r226389 - Address review feedback from r215780: Use a flag insteda of the heap. No behavior change.
Nico Weber
- r215780 - Add a RAII class for saving and restoring instantiations and uses. No behavior change.
Nico Weber
- r226390 - DebugInfo: Attribute complex expressions to the source location of the expression
David Blaikie
- r226395 - Add comment after API changes in r225090
David Blaikie
- r225090 - DebugInfo: Provide a less subtle way to set the debug location of simple ret instructions
David Blaikie
- r226410 - Update error message text.
Serge Pavlov
- [libcxx] r226411 - Cleaning up the test suite; remove some includes of non-standard file <__config>
Marshall Clow
- r226413 - Handle unscoped enumeration in nested name specifier.
Serge Pavlov
- r226421 - [x86] Mark that the AVX-512 cmpps/cmppd builtins need an ICE for the comparison immediate. This requires converting to a macro in the header file.
Craig Topper
- r226422 - [x86] Teach Sema to check size of comparison immediate on avx512 cmpps/cmppd buitins.
Craig Topper
- r226423 - PR6037
Nathan Sidwell
- r226429 - [OPENMP] Disable copyprivate an nowait clauses in 'single' directive.
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'single' directive.
Alexey Bataev
- r226431 - [X86] Change AVX512 intrinsics to take a 8-bit immediate for the comparision kind instead of a 32-bit immediate. This matches an equivalent change in llvm.
Craig Topper
- [PATCH] [OPENMP] Codegen for 'taskyield' directive
Alexey Bataev
Last message date:
Sun Jan 18 22:42:45 PST 2015
Archived on: Tue Aug 4 15:32:00 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).