hanchenye-llvm-project/llvm
Mehdi Amini 31ebf03c09 Revert "Fix LLVM C API for DataLayout"
This reverts commit r246052.
Third attempt, still unpleasant for some bots.

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 246057
2015-08-26 19:24:59 +00:00
..
autoconf Add an exposed variable for which c++ compiler we're using for our 2015-08-17 22:46:26 +00:00
bindings [PM/AA] Remove the last relics of the separate IPA library from LLVM, 2015-08-18 17:51:53 +00:00
cmake [cmake] Pass /manifest:no to the linker when asan is enabled 2015-08-25 16:06:40 +00:00
docs [docs][Statepoint] Add definitions for base and derived pointers 2015-08-26 17:25:36 +00:00
examples Kaleidoscope: Update libdeps corresponding to r246002. 2015-08-26 08:05:55 +00:00
include Revert "Fix LLVM C API for DataLayout" 2015-08-26 19:24:59 +00:00
lib Revert "Fix LLVM C API for DataLayout" 2015-08-26 19:24:59 +00:00
projects
resources
test AMDGPU: Produce error on dynamic_stackalloc 2015-08-26 18:37:13 +00:00
tools [llvm-objdump] Use the new MinVersion API introduced in r245938. NFC. 2015-08-26 12:26:11 +00:00
unittests AsmParser: Save and restore the parsing state for types using SlotMapping. 2015-08-21 21:32:39 +00:00
utils [lit] Speculatively fix PR24554 by manually closing the process handle 2015-08-25 16:07:06 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [lit] Don't disable the lit progress bar by default with MSVC 2015-08-11 21:24:59 +00:00
CODE_OWNERS.TXT Add myself as the InstCombine owner. 2015-08-12 22:30:45 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt
configure Add an exposed variable for which c++ compiler we're using for our 2015-08-17 22:46:26 +00:00
llvm.spec.in [Sparc] Implement i64 load/store support for 32-bit sparc. 2015-08-10 19:11:39 +00:00

README.txt

Low Level Virtual Machine (LLVM)
================================

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

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.