hanchenye-llvm-project/llvm
Craig Topper 9f62d8006a Rename getX86ConditonCode -> getX86ConditionCode
llvm-svn: 211869
2014-06-27 05:18:21 +00:00
..
autoconf
bindings
cmake
docs fixed typo 2014-06-26 22:18:51 +00:00
examples
include Propagate const-correctness into parseBitcodeFile() 2014-06-27 04:48:32 +00:00
lib Rename getX86ConditonCode -> getX86ConditionCode 2014-06-27 05:18:21 +00:00
projects
test MachineScheduler: add some book-keeping to fix an assert. 2014-06-27 04:57:05 +00:00
tools Support: update DLLCharacteristics enumeration 2014-06-27 03:11:18 +00:00
unittests Revert "Introduce a string_ostream string builder facilty" 2014-06-26 22:52:05 +00:00
utils Revert "Introduce a string_ostream string builder facilty" 2014-06-26 22:52:05 +00:00
.arcconfig
.clang-format
.gitignore Add Polly to the ignored trees. 2014-06-25 13:13:36 +00:00
CMakeLists.txt Delete utils/FileUpdate. 2014-06-23 17:58:39 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules [Make] Fix dependencies for td.expanded 2014-06-20 19:00:41 +00:00
README.txt
configure
llvm.spec.in

README.txt

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

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, 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.