LLVM backend for 6502
Go to file
Bill Wendling 494f8c6cfa Revamp how debugging information is emitted for debug info objects.
It's not necessary for each DI class to have its own copy of `print' and
`dump'. Instead, just give DIDescriptor those methods and have it call the
appropriate debugging printing routine based on the type of the debug
information.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159237 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-26 22:57:33 +00:00
autoconf
bindings
cmake LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *.def. 2012-06-24 03:50:58 +00:00
docs Sphyinxify the Bugpoint document. 2012-06-26 11:37:00 +00:00
examples Remove trailing whitespaces 2012-06-21 22:26:01 +00:00
include Revamp how debugging information is emitted for debug info objects. 2012-06-26 22:57:33 +00:00
lib Revamp how debugging information is emitted for debug info objects. 2012-06-26 22:57:33 +00:00
projects Add mipsel-* to the list of targets recognized by configure script. 2012-06-18 19:06:25 +00:00
runtime
test Remove a instcombine transform that (no longer?) makes sense: 2012-06-26 22:03:13 +00:00
tools Fix llc's -print-before=pass and -print-after=pass. 2012-06-26 21:33:36 +00:00
unittests IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL with NOT_A_NUMBER constant (0xffff). 2012-06-26 16:08:20 +00:00
utils X86: add GATHER intrinsics (AVX2) in LLVM 2012-06-26 19:47:59 +00:00
.gitignore
CMakeLists.txt New test tool: obj2yaml 2012-06-19 18:02:35 +00:00
configure
CREDITS.TXT Alphabetize. 2012-06-19 23:47:58 +00:00
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 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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

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