Skip to content
Snippets Groups Projects
Select Git revision
  • SEDEI
  • main default
  • users/chapuni/cov/single/trunk
  • users/chapuni/cov/single/binop
  • users/chapuni/cov/single/binop-base
  • users/agozillo/alloca-member-map-3
  • users/agozillo/alloca-member-map-2
  • users/agozillo/alloca-member-map-1
  • users/agozillon/main.openmpmlir-descriptor-explicit-member-map-lowering-changes-2
  • users/agozillon/openmpmlir-descriptor-explicit-member-map-lowering-changes-2
  • users/MaskRay/spr/driver-remove-ignored-flag-form-of-fauto-profile-fprofile-sample-use
  • users/walter-erquinigo/run
  • users/walter-erquinigo/dw_form
  • users/chapuni/cov/single/pair
  • users/matthias-springer/merge_type_converters
  • users/vhscampos/multilib-flags-cmd-line-option
  • users/vhscampos/multilib-flags-processing
  • users/vhscampos/multilib-flags-yaml-parsing
  • users/fmayer/spr/nfc-mte-add-more-tests-for-globals
  • users/fmayer/spr/main.nfc-mte-add-more-tests-for-globals
  • llvmorg-19.1.2
  • llvmorg-19.1.1
  • llvmorg-19.1.0
  • llvmorg-19.1.0-rc4
  • llvmorg-19.1.0-rc3
  • llvmorg-19.1.0-rc2
  • llvmorg-19.1.0-rc1
  • llvmorg-20-init
  • llvmorg-18.1.8
  • llvmorg-18.1.7
  • llvmorg-18.1.6
  • llvmorg-18.1.5
  • llvmorg-18.1.4
  • llvmorg-18.1.3
  • llvmorg-18.1.2
  • llvmorg-18.1.1
  • llvmorg-18.1.0
  • llvmorg-18.1.0-rc4
  • llvmorg-18.1.0-rc3
  • llvmorg-18.1.0-rc2
40 results

sedei

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    YunQiang Su authored
    This include 2 fixes:
            1. Disallow 'f' for softfloat.
            2. Allow 'r' for softfloat.
    
    Currently, 'f' is accpeted by clang, then LLVM meets an internal error.
    
    'r' is rejected by LLVM by: couldn't allocate input reg for constraint
    'r'.
    
    Fixes: #64241, #63632
    
    ---------
    
    Co-authored-by: default avatarFangrui Song <i@maskray.me>
    (cherry picked from commit c88beb41)
    461274b8
    History

    The LLVM Compiler Infrastructure

    OpenSSF Scorecard OpenSSF Best Practices libc++

    Welcome to the LLVM project!

    This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.

    The LLVM project has multiple components. The core of the project is itself called "LLVM". This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.

    C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.

    Other components include: the libc++ C++ standard library, the LLD linker, and more.

    Getting the Source Code and Building LLVM

    Consult the Getting Started with LLVM page for information on building and running LLVM.

    For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.

    Getting in touch

    Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.

    The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.