• Comparison of errors, warnings and diagnostics in ARM Compiler 6

    Stefano Cadario
    Stefano Cadario

    The main function of the compiler is to translate source code to machine code but, during the development of a project, we inevitably make some mistake.

    An important aspect of a good compiler is the capability of generating clear and precise error and…

    • over 5 years ago
    • Software Tools
    • Tools, Software and IDEs blog
  • The LLVM AArch64 Backend

    Kristof Beyls
    Kristof Beyls

    In this blogpost, Gabor Ballabas and I share why and how we’ve set up a public buildbot for the LLVM AArch64 backend. This buildbot is part of the LLVM community’s continuous integration infrastructure.

    LLVM is an open source project providing…

    • over 6 years ago
    • Processors
    • Processors blog
  • ARM编译器6和其他编译器错误,警告,修复的比较

    章政
    章政

    ARM编译器6诞生有一段时间了,我们的编译器专家Stefano写了一篇ARM编译器6中相对于其他编译器的优点,原文在这里,下面是翻译

    Compiler的主要功能是将源代码转换为机器码,但在项目开发过程中,我们难免会遇到一些错误。

    一个好的编译器的一个重要指标就是产生清晰和准确的错误和警告信息。清晰的错误消息可以帮助我们迅速发现代码中的错误,而警告信息是编译器在代码中发现的潜在的问题,这些值得我们的调查。ARM编译器6是基于著名的Clang编译器,该编译器相比于其他工具可以提供更准确的警告和错误信息。…

    • over 5 years ago
    • 中文社区
    • 中文社区博客