| commit | 72c512f5e10582dbfb783bed90135ff28c6cf0d2 | [log] [tgz] |
|---|---|---|
| author | Louis Dionne <ldionne.2@gmail.com> | Tue Sep 23 22:49:56 2025 -0400 |
| committer | Louis Dionne <ldionne.2@gmail.com> | Tue Sep 23 23:31:30 2025 -0400 |
| tree | d8ee55c9b996ccac68b0f3ae9e519a30fd1ca5fc | |
| parent | f99b7f91a9578fcf948ee249752b28ef59e99f2a [diff] |
[libc++] Major improvements to visualize-historical This patch moves to using pandas.DataFrame for representing the data, which is a lot more expressive and better suited to computations than regular Python objects. - Instead of producing line charts, produce a scatter plot with trendlines, which is immensely more useful due to the inherent nature of historical benchmark results, which contain noise. - Greatly reduce the duration for sorting commits by using `git rev-list` and passing all commits at once instead of requiring one subprocess call for each comparison.
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.
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.
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.