1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
Go to file
Reid Kleckner f7f2cdef8b [WinEH] Tweak funclet prologue/epilogue insertion to pass verifier
For some reason we'd never run MachineVerifier on WinEH code, and you
explicitly have to ask for it with llc. I added it to a few test cases
to get some coverage.

Fixes PR25461.

llvm-svn: 252512
2015-11-09 21:04:00 +00:00
autoconf
bindings
cmake
docs [EABI] Add LLVM support for -meabi flag 2015-11-09 12:40:30 +00:00
examples
include fix formatting; NFC 2015-11-09 18:59:30 +00:00
lib [WinEH] Tweak funclet prologue/epilogue insertion to pass verifier 2015-11-09 21:04:00 +00:00
projects
resources
test [WinEH] Tweak funclet prologue/epilogue insertion to pass verifier 2015-11-09 21:04:00 +00:00
tools Make bugpoint ehpad/token friendly 2015-11-08 04:16:12 +00:00
unittests Windows-specific test for sys::path::remove_dots. 2015-11-09 19:36:53 +00:00
utils [AsmParser] Generalize matching for grammars without mnemonic-lead statements 2015-11-09 00:46:46 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Create Makefile variables for 'share' and 'libexec' 2015-11-09 16:10:00 +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.