Go to file
Serge Guelton 3744de522c Portable Python script across Python version
In Python2, division between integer yields an integer, while it yields a float in Python3.
Use a combination of from __future__ import division and // operator to get a portable behavior.

Differential Revision: https://reviews.llvm.org/D55204

llvm-svn: 349455
2018-12-18 08:38:50 +00:00
clang Portable Python script across Python version 2018-12-18 08:38:50 +00:00
clang-tools-extra [clangd] Change diskbackedstorage to be atomic 2018-12-17 12:38:22 +00:00
compiler-rt hwasan: Allow range of frame descriptors to be empty. 2018-12-18 00:48:07 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc travis: Add cmake build 2018-11-27 16:07:21 +00:00
libcxx [libcxx] Handle AppleClang 9 and 10 in XFAILs for aligned allocation tests 2018-12-18 00:42:09 +00:00
libcxxabi [libcxx] Remove bad_array_length 2018-11-29 19:44:57 +00:00
libunwind [AArch64][libunwind] Unwinding support for return address signing with B Key 2018-12-17 11:43:24 +00:00
lld [COFF] Set the CPU string for LTO like ELF does 2018-12-18 01:59:33 +00:00
lldb Call DeleteCurrentProcess before we replace the old process. 2018-12-18 01:49:02 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [AArch64] [MinGW] Allow enabling SEH exceptions 2018-12-18 08:32:37 +00:00
openmp [OpenMP] version the affinity format tests and fix one test 2018-12-17 22:53:47 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [CMake] Fix generation of exported targets in build directory 2018-11-06 15:18:17 +00:00
README.md Update the project name in README.md 2018-10-19 00:03:01 +00:00

README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.