Skip to content
Snippets Groups Projects
Select Git revision
  • 14310e38515d975c50ee7ee0c74010853853d29e
  • master default protected
  • update
  • llvm-log
  • no-ci-HIPProfiler
  • joe/fix-warnings
6 results

XCore

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Zachary Turner authored
    This creates a new library called BinaryFormat that has all of
    the headers from llvm/Support containing structure and layout
    definitions for various types of binary formats like dwarf, coff,
    elf, etc as well as the code for identifying a file from its
    magic.
    
    Differential Revision: https://reviews.llvm.org/D33843
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304864 91177308-0d34-0410-b5e6-96231b3b80d8
    19ca2b0f
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    To-do
    -----
    
    * Instruction encodings
    * Tailcalls
    * Investigate loop alignment
    * Add builtins