LLVM backend for 6502
Go to file
Saleem Abdulrasool fb5edaa05c build: check if atomic routines are implicitly provided
It is possible for the atomic routines to be provided by the compiler without
requiring any additional libraries.  Check if that is the case before checking
for a library.

Patch by Matt Glazar!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230452 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-25 02:38:03 +00:00
autoconf
bindings
cmake build: check if atomic routines are implicitly provided 2015-02-25 02:38:03 +00:00
docs [GC] Document the recently added PlaceSafepoints and RewriteGCForStatepoints passes 2015-02-25 01:23:59 +00:00
examples [Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial, touch up a couple of 2015-02-23 04:45:05 +00:00
include [modules] Add include/llvm/IR/DebugInfoFlags.def to the textual headers list. 2015-02-25 01:44:09 +00:00
lib [opaque pointer type] Bitcode support for explicit type parameter on GEP. 2015-02-25 01:08:52 +00:00
projects
test [PowerPC] Add triples to QPX tests 2015-02-25 01:26:59 +00:00
tools llvm-dis: Stop crashing when dropping debug info 2015-02-25 01:10:03 +00:00
unittests LowerBitSets: Introduce global layout builder. 2015-02-24 23:17:02 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Set policy CMP0051 to OLD globally. 2015-02-24 23:32:47 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.