hanchenye-llvm-project/llvm
Alexey Samsonov 964f4dbaae Fix memory leak in WinEHPrepare introduced in r227405.
This leak was detected by ASan bootstrap of LLVM.

llvm-svn: 227625
2015-01-30 22:07:05 +00:00
..
autoconf [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for r227519. 2015-01-30 13:01:19 +00:00
bindings IR: Return unique_ptr from MDNode::getTemporary() 2015-01-19 21:30:18 +00:00
cmake [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for r227519. 2015-01-30 13:01:19 +00:00
docs Remove the preverify pass from the documentation now that it has been removed 2015-01-30 20:51:09 +00:00
examples Reorder. 2015-01-19 00:35:33 +00:00
include Add a similar templated cast for getSubtarget off of the MachineFunction 2015-01-30 22:02:19 +00:00
lib Fix memory leak in WinEHPrepare introduced in r227405. 2015-01-30 22:07:05 +00:00
projects
test [Hexagon] Adding vector shift instructions and tests. 2015-01-30 21:58:46 +00:00
tools Fixup gold-plugin after r227576. 2015-01-30 19:14:04 +00:00
unittests Move DebugInfo to DebugInfo/DWARF. 2015-01-30 18:07:45 +00:00
utils Change a very hot piece of code in TableGen's register unit computations to use bit vectors rather than arrays. 2015-01-30 09:05:49 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore Add one more vim swap file pattern 2015-01-30 21:59:28 +00:00
CMakeLists.txt Trunk is now 3.7.0svn 2015-01-14 17:38:03 +00:00
CODE_OWNERS.TXT Assume code ownership for the PS4 to ensure patches get reviewed, per the Developer Policy. 2015-01-28 18:33:39 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Check commit access 2015-01-16 19:23:34 +00:00
configure [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for r227519. 2015-01-30 13:01:19 +00:00
llvm.spec.in

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.